summary refs log tree commit diff stats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index b98c8f1..d0220fc 100644 --- a/src/main.cpp +++ b/src/main.cpp
@@ -27,9 +27,9 @@ void loop(Renderer& renderer, std::mt19937& rng) {
27 game.emplaceSystem<MessageSystem>(); 27 game.emplaceSystem<MessageSystem>();
28 game.emplaceSystem<EffectSystem>(); 28 game.emplaceSystem<EffectSystem>();
29 29
30 game.loadMap("hallucination_interior"); 30 game.loadMap("pink_shell");
31 31
32 vec2i warpLoc = game.getMap().getWarpPoint("debugWarp_rightside"); 32 vec2i warpLoc = game.getMap().getWarpPoint("fromOutside");
33 33
34 int lucasSprite = game.emplaceSprite("lucas"); 34 int lucasSprite = game.emplaceSprite("lucas");
35 game.getSystem<TransformSystem>().initSprite(lucasSprite, warpLoc); 35 game.getSystem<TransformSystem>().initSprite(lucasSprite, warpLoc);