From b844c6186a108d9b9ffce49950c969e916cf2745 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 28 Feb 2021 12:17:14 -0500 Subject: Added pink shell door opening (and fixed the sprite) Door doesn't go anywhere yet though. --- res/scripts/hallucination_cliff.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'res/scripts/hallucination_cliff.lua') diff --git a/res/scripts/hallucination_cliff.lua b/res/scripts/hallucination_cliff.lua index 412ff03..8538ee4 100644 --- a/res/scripts/hallucination_cliff.lua +++ b/res/scripts/hallucination_cliff.lua @@ -7,3 +7,7 @@ end function hallucination_cliff.off_left() ChangeMap("hallucination_hot_spring", "fromRight") end + +function hallucination_cliff.enter_door() + CreateAnimatedSpriteAtWarpPoint("entryway", "entryway", "entryway_appear", "pink_shell", Direction.DOWN, SpriteLayer.NORMAL) +end -- cgit 1.4.1