Add gold ore, fix bug with collision layer

This commit is contained in:
2024-01-23 17:24:43 +01:00
parent b6e54a7fcb
commit 547a1ca583
8 changed files with 172 additions and 97 deletions

View File

@@ -184,7 +184,8 @@ void drawMainMenuUI(Game *game, f32 dt) {
if (uiMainMenuButton("Play")) {
setScreen(game, SCREEN_GAME);
unloadMap(game);
loadMap(game, "assets/maps/tree_test.tmj");
//loadMap(game, "assets/maps/tree_test.tmj");
loadMap(game, "assets/maps/map_01.tmj");
}
if (uiMainMenuButton("Settings")) {
setScreen(game, SCREEN_SETTINGS);