add world list editor
buildbot/windows Build done.
buildbot/linux Build done.

change default tree ti tree_standard_tile_angle.png
This commit is contained in:
Sven Balzer
2026-08-06 18:20:04 +02:00
parent 963ccc4ec8
commit ff82f59fdf
3 changed files with 184 additions and 78 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

+16
View File
@@ -0,0 +1,16 @@
#ifndef WORLDS_H
#define WORLDS_H
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
static const char *world_names[] = {
"map",
};
#ifdef __cplusplus
}
#endif // __cplusplus
#endif // WORLDS_H