Apply new map binary format | remove old maps

This commit is contained in:
2022-08-26 17:30:33 +02:00
parent 7d909d1d52
commit 18883b66c2
9 changed files with 4 additions and 29 deletions

View File

@@ -82,8 +82,8 @@ public class DemoRunner implements GameRunner {
menu.closeAll();
menu.enableGameMenu();
resetPlayer();
context.openMap(A.maps.forrest.uid);
context.getMap().getObjectLayer(A.maps.forrest.layers.main).addEntity(this.player);
// context.openMap(A.maps.forrest.uid);
// context.getMap().getObjectLayer(A.maps.forrest.layers.main).addEntity(this.player);
player.setCoordinates(5, 36);
context.resume();
hud.show();