add new sprites

This commit is contained in:
2025-03-16 17:26:21 +01:00
parent 31823101a5
commit 98844b6094
6 changed files with 2 additions and 0 deletions
+2
View File
@@ -124,6 +124,8 @@ static TileInfo tile_infos[] = {
{ 0x0300, "../assets/tiles/water_1.png" },
{ 0x0301, "../assets/tiles/water_2.png" },
{ 0x0400, "../assets/tiles/grass_ground_1.png" },
{ 0x0401, "../assets/tiles/grass_ground_2.png" },
{ 0x0402, "../assets/tiles/grass_ground_3.png" },
};
static int tile_atlas_size = 256;