Update 4th tileset

main
En Yi 2025-08-02 22:15:39 +08:00
parent f1ce952edb
commit 1b5ab63ed6
1 changed files with 2 additions and 2 deletions

View File

@ -58,9 +58,9 @@ static Vector2 urchin_click_pos = {0,0};
#define SELECTION_LAYER 0 #define SELECTION_LAYER 0
#define CONTROL_LAYER 1 #define CONTROL_LAYER 1
#define N_SOLID_TILESETS 3 #define N_SOLID_TILESETS 4
static const char* SOLID_TILE_SELECTIONS[N_SOLID_TILESETS] = { static const char* SOLID_TILE_SELECTIONS[N_SOLID_TILESETS] = {
"stile0", "stile1", "stile2" "stile0", "stile1", "stile2", "stile3"
}; };
static char* get_spawn_selection_string(enum EntitySpawnSelection sel) static char* get_spawn_selection_string(enum EntitySpawnSelection sel)