diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-28 16:24:11 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-28 16:24:11 -0500 |
commit | a27a616841b6d02f56fe821b97c17e00752d23f3 (patch) | |
tree | ce5f773a18780b53af28e44f6b7ef75931e366c1 /res/scripts | |
parent | 451241bc002efc99f628e399a63bf1b6c29b19c8 (diff) | |
download | tanetane-a27a616841b6d02f56fe821b97c17e00752d23f3.tar.gz tanetane-a27a616841b6d02f56fe821b97c17e00752d23f3.tar.bz2 tanetane-a27a616841b6d02f56fe821b97c17e00752d23f3.zip |
Added inside of Mixolydia's house
Diffstat (limited to 'res/scripts')
-rw-r--r-- | res/scripts/hallucination_cliff.lua | 1 | ||||
-rw-r--r-- | res/scripts/pink_shell.lua | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/res/scripts/hallucination_cliff.lua b/res/scripts/hallucination_cliff.lua index 8538ee4..fefd219 100644 --- a/res/scripts/hallucination_cliff.lua +++ b/res/scripts/hallucination_cliff.lua | |||
@@ -10,4 +10,5 @@ end | |||
10 | 10 | ||
11 | function hallucination_cliff.enter_door() | 11 | function 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 | ChangeMap("pink_shell", "fromOutside") | ||
13 | end | 14 | end |
diff --git a/res/scripts/pink_shell.lua b/res/scripts/pink_shell.lua new file mode 100644 index 0000000..e17236e --- /dev/null +++ b/res/scripts/pink_shell.lua | |||
@@ -0,0 +1,5 @@ | |||
1 | pink_shell = {} | ||
2 | |||
3 | function pink_shell.go_outside() | ||
4 | ChangeMap("hallucination_cliff", "fromInside") | ||
5 | end | ||