From 5fe3fd37b65d9e4650053dfff4d077d192f31739 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 7 Mar 2021 10:29:38 -0500 Subject: Added connection between mirror map and hallucination_interior --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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) { game.emplaceSystem(); game.emplaceSystem(); - game.loadMap("pink_shell"); + game.loadMap("hallucination_interior"); - vec2i warpLoc = game.getMap().getWarpPoint("fromOutside"); + vec2i warpLoc = game.getMap().getWarpPoint("debugWarp_rightside"); int lucasSprite = game.emplaceSprite("lucas"); game.getSystem().initSprite(lucasSprite, warpLoc); -- cgit 1.4.1