summary refs log tree commit diff stats
path: root/res/scripts
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-02-15 12:42:55 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-02-15 12:42:55 -0500
commit5834a85dcfafd50a1863a00fc2daf2cf1e8bb7e9 (patch)
treed4764b11bf5b51d8ad50d9637a042691b570eb9c /res/scripts
parentd1235174157bd498d0c148325d7c8066e3ab6ac7 (diff)
downloadtanetane-5834a85dcfafd50a1863a00fc2daf2cf1e8bb7e9.tar.gz
tanetane-5834a85dcfafd50a1863a00fc2daf2cf1e8bb7e9.tar.bz2
tanetane-5834a85dcfafd50a1863a00fc2daf2cf1e8bb7e9.zip
Added Doria
Things to note about her: she does not have walking animations in the intercardinal directions. Also her disappearing animation needs a higher frame rate than the 30 FPS we currently have.
Diffstat (limited to 'res/scripts')
-rw-r--r--res/scripts/map2.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/scripts/map2.lua b/res/scripts/map2.lua index cdab0f5..1249f7d 100644 --- a/res/scripts/map2.lua +++ b/res/scripts/map2.lua
@@ -65,3 +65,7 @@ function map2.mailbox_lightning()
65 WaitForEndOfMessage() 65 WaitForEndOfMessage()
66 HideCutsceneBars() 66 HideCutsceneBars()
67end 67end
68
69function map2.approach_doria()
70 SetAnimation("doria", "hearts")
71end