diff --git a/scenes/editor_scene.c b/scenes/editor_scene.c index 5343bff..8d6f917 100644 --- a/scenes/editor_scene.c +++ b/scenes/editor_scene.c @@ -58,9 +58,9 @@ static Vector2 urchin_click_pos = {0,0}; #define SELECTION_LAYER 0 #define CONTROL_LAYER 1 -#define N_SOLID_TILESETS 3 +#define N_SOLID_TILESETS 4 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)