diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index f1a8e42..2d3cb5d 100644 --- a/src/main.cpp +++ b/src/main.cpp | |||
@@ -31,9 +31,9 @@ void loop(Renderer& renderer, std::mt19937& rng) { | |||
31 | game.emplaceSystem<EffectSystem>(); | 31 | game.emplaceSystem<EffectSystem>(); |
32 | game.emplaceSystem<MenuSystem>(); | 32 | game.emplaceSystem<MenuSystem>(); |
33 | 33 | ||
34 | game.loadMap("hallucination_interior"); | 34 | game.loadMap("hallucination_cliff"); |
35 | 35 | ||
36 | vec2i warpLoc = game.getMap().getWarpPoint("debugWarp_rightside"); | 36 | vec2i warpLoc = game.getMap().getWarpPoint("fromBottom"); |
37 | 37 | ||
38 | int lucasSprite = game.emplaceSprite("lucas"); | 38 | int lucasSprite = game.emplaceSprite("lucas"); |
39 | game.getSystem<TransformSystem>().initSprite(lucasSprite, warpLoc); | 39 | game.getSystem<TransformSystem>().initSprite(lucasSprite, warpLoc); |