diff options
Diffstat (limited to '')
-rw-r--r-- | res/maps/testmap.json (renamed from testmap.json) | 0 | ||||
-rw-r--r-- | src/subconscious/Game.java | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/testmap.json b/res/maps/testmap.json index 1bfb65e..1bfb65e 100644 --- a/testmap.json +++ b/res/maps/testmap.json diff --git a/src/subconscious/Game.java b/src/subconscious/Game.java index 7828105..8e51a32 100644 --- a/src/subconscious/Game.java +++ b/src/subconscious/Game.java @@ -42,7 +42,7 @@ public class Game { // TODO: this will be replaced with a dynamic mechanism based // on the progress within the game - Map testMap = this.mapLoader.parse("../testmap.json"); + Map testMap = this.mapLoader.parse("../res/maps/testmap.json"); this.currentMap = testMap; this.maps.add(testMap); |