diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-15 12:42:55 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-15 12:42:55 -0500 |
commit | 5834a85dcfafd50a1863a00fc2daf2cf1e8bb7e9 (patch) | |
tree | d4764b11bf5b51d8ad50d9637a042691b570eb9c /res/scripts | |
parent | d1235174157bd498d0c148325d7c8066e3ab6ac7 (diff) | |
download | tanetane-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.lua | 4 |
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() |
67 | end | 67 | end |
68 | |||
69 | function map2.approach_doria() | ||
70 | SetAnimation("doria", "hearts") | ||
71 | end | ||