diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-28 12:17:14 -0500 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-28 12:17:14 -0500 |
| commit | b844c6186a108d9b9ffce49950c969e916cf2745 (patch) | |
| tree | ab0501d8ff2915eddf4676422406f76f5a7bdb30 /res/scripts | |
| parent | 9eb0a78596c5351d8115d2e5361d59d7ba17c6fc (diff) | |
| download | tanetane-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')
| -rw-r--r-- | res/scripts/hallucination_cliff.lua | 4 |
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 | |||
| 7 | function hallucination_cliff.off_left() | 7 | function hallucination_cliff.off_left() |
| 8 | ChangeMap("hallucination_hot_spring", "fromRight") | 8 | ChangeMap("hallucination_hot_spring", "fromRight") |
| 9 | end | 9 | end |
| 10 | |||
| 11 | function hallucination_cliff.enter_door() | ||
| 12 | CreateAnimatedSpriteAtWarpPoint("entryway", "entryway", "entryway_appear", "pink_shell", Direction.DOWN, SpriteLayer.NORMAL) | ||
| 13 | end | ||
