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-03-02 09:55:24 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-03-02 09:55:24 -0500
commit5ad7082b6799598e110f79935b606ec733135558 (patch)
tree86c7254b5511bbd16c2ebddcdde21597cd8cada6 /res/scripts/hallucination_cliff.lua
parent0eba4430608fce20ed8530ebf7790a2fcffae26c (diff)
downloadtanetane-5ad7082b6799598e110f79935b606ec733135558.tar.gz
tanetane-5ad7082b6799598e110f79935b606ec733135558.tar.bz2
tanetane-5ad7082b6799598e110f79935b606ec733135558.zip
Added door opening sfx
Diffstat (limited to 'res/scripts/hallucination_cliff.lua')
-rw-r--r--res/scripts/hallucination_cliff.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/scripts/hallucination_cliff.lua b/res/scripts/hallucination_cliff.lua index fefd219..250c0cf 100644 --- a/res/scripts/hallucination_cliff.lua +++ b/res/scripts/hallucination_cliff.lua
@@ -10,5 +10,6 @@ end
10 10
11function hallucination_cliff.enter_door() 11function hallucination_cliff.enter_door()
12 CreateAnimatedSpriteAtWarpPoint("entryway", "entryway", "entryway_appear", "pink_shell", Direction.DOWN, SpriteLayer.NORMAL) 12 CreateAnimatedSpriteAtWarpPoint("entryway", "entryway", "entryway_appear", "pink_shell", Direction.DOWN, SpriteLayer.NORMAL)
13 PlaySound("door_open.wav")
13 ChangeMap("pink_shell", "fromOutside") 14 ChangeMap("pink_shell", "fromOutside")
14end 15end