From c77c50df34b598014e29f889523bbf067a0998f0 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 6 Jul 2021 10:27:18 -0400 Subject: Added beginning of Hinawa event #28 --- 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 f1a8e42..2d3cb5d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -31,9 +31,9 @@ void loop(Renderer& renderer, std::mt19937& rng) { game.emplaceSystem(); game.emplaceSystem(); - game.loadMap("hallucination_interior"); + game.loadMap("hallucination_cliff"); - vec2i warpLoc = game.getMap().getWarpPoint("debugWarp_rightside"); + vec2i warpLoc = game.getMap().getWarpPoint("fromBottom"); int lucasSprite = game.emplaceSprite("lucas"); game.getSystem().initSprite(lucasSprite, warpLoc); -- cgit 1.4.1