From 254ecd9527c105a8e15174bbddf13dc1fb4f554a Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 22 Feb 2021 18:26:46 -0500 Subject: Re-dumped hallucination map/tileset The hallucination cliff area and the hot spring map have also been dumped now, but they have not been tested and likely need work because they use a third layer, which is not yet supported. However these all share a tileset now, yay! I added collision and run sounds back to the tiles and hopefully it matches up with what it was before. Also the maps have nicer names now. i.e. big change with no noticeable effects --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index e40b4f4..5c8a018 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -27,7 +27,7 @@ void loop(Renderer& renderer, std::mt19937& rng) { game.emplaceSystem(); game.emplaceSystem(); - game.loadMap("map2"); + game.loadMap("hallucination_interior"); vec2i warpLoc = game.getMap().getWarpPoint("debugWarp_rightside"); -- cgit 1.4.1