From e9bc7ab199fdda3859a224eb3c8cfea2685514bd Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Tue, 20 Nov 2018 21:46:38 +0100 Subject: Add res folder for resources --- src/subconscious/Game.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.1