diff --git a/src/main.cpp b/src/main.cpp index 34fe74f..87c7b40 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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;