From 7b9db0b16b56b9a6b5ea69dfd70036dc71344fbe Mon Sep 17 00:00:00 2001 From: Sven Balzer <4653051+Kyuusokuna@users.noreply.github.com> Date: Thu, 27 Feb 2025 18:22:05 +0100 Subject: [PATCH] add grass_ground_1 tile --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) 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;