Re-add gold ore

This commit is contained in:
2024-01-29 12:35:06 +01:00
parent bc463ac3e4
commit 3c63c68597
2 changed files with 21 additions and 14 deletions

View File

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