Add battle test
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user