added shortcut to instantly reload map

This commit is contained in:
2025-11-30 03:47:16 +01:00
parent ed871fc5d4
commit 0a7d12aec6
3 changed files with 3 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ public class TileManager {
tile = new Tile[50];
mapTileNum = new int[panel.maxWorldCol][panel.maxWorldRow];
getTileImage();
loadMap("testmap2");
loadMap(panel.currentMap);
}
public void initializeTile(int i, String name, boolean col) {