summary refs log tree commit diff stats
path: root/res/scripts/hallucination_cliff.lua
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-02-28 12:17:14 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-02-28 12:17:14 -0500
commitb844c6186a108d9b9ffce49950c969e916cf2745 (patch)
treeab0501d8ff2915eddf4676422406f76f5a7bdb30 /res/scripts/hallucination_cliff.lua
parent9eb0a78596c5351d8115d2e5361d59d7ba17c6fc (diff)
downloadtanetane-b844c6186a108d9b9ffce49950c969e916cf2745.tar.gz
tanetane-b844c6186a108d9b9ffce49950c969e916cf2745.tar.bz2
tanetane-b844c6186a108d9b9ffce49950c969e916cf2745.zip
Added pink shell door opening (and fixed the sprite)
Door doesn't go anywhere yet though.
Diffstat (limited to 'res/scripts/hallucination_cliff.lua')
-rw-r--r--res/scripts/hallucination_cliff.lua4
1 files changed, 4 insertions, 0 deletions
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
7function hallucination_cliff.off_left() 7function hallucination_cliff.off_left()
8 ChangeMap("hallucination_hot_spring", "fromRight") 8 ChangeMap("hallucination_hot_spring", "fromRight")
9end 9end
10
11function hallucination_cliff.enter_door()
12 CreateAnimatedSpriteAtWarpPoint("entryway", "entryway", "entryway_appear", "pink_shell", Direction.DOWN, SpriteLayer.NORMAL)
13end