Add battle test

This commit is contained in:
2024-02-09 18:19:39 +01:00
parent bc7da3c7a3
commit 484e5e9b39
3 changed files with 3529 additions and 1 deletions

View File

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