added shortcut to instantly reload map
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user