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 772fff8..9cc25bb 100644 --- a/src/main.cpp +++ b/src/main.cpp | |||
@@ -29,9 +29,9 @@ void loop(Renderer& renderer, std::mt19937& rng) { | |||
29 | game.emplaceSystem<MessageSystem>(); | 29 | game.emplaceSystem<MessageSystem>(); |
30 | game.emplaceSystem<EffectSystem>(); | 30 | game.emplaceSystem<EffectSystem>(); |
31 | 31 | ||
32 | game.loadMap("pink_shell"); | 32 | game.loadMap("hallucination_interior"); |
33 | 33 | ||
34 | vec2i warpLoc = game.getMap().getWarpPoint("fromOutside"); | 34 | vec2i warpLoc = game.getMap().getWarpPoint("debugWarp_rightside"); |
35 | 35 | ||
36 | int lucasSprite = game.emplaceSprite("lucas"); | 36 | int lucasSprite = game.emplaceSprite("lucas"); |
37 | game.getSystem<TransformSystem>().initSprite(lucasSprite, warpLoc); | 37 | game.getSystem<TransformSystem>().initSprite(lucasSprite, warpLoc); |