add grass_ground_1 tile

This commit is contained in:
Sven Balzer 2025-02-27 18:22:05 +01:00
parent 3c02064f2b
commit 7b9db0b16b

View File

@ -107,6 +107,7 @@ TileInfo tile_infos[] = {
{ 0x0200, "../assets/tiles/ground_1.png" },
{ 0x0300, "../assets/tiles/water_1.png" },
{ 0x0301, "../assets/tiles/water_2.png" },
{ 0x0400, "../assets/tiles/grass_ground_1.png" },
};
int tile_atlas_size = 256;