diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-15 22:27:24 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-15 22:27:24 -0500 |
commit | c5a96f0ee23a3dbe1a6dab0a1062cf25b7a2aba4 (patch) | |
tree | 765af52edae6561bb21f1b289b4e1244adae7783 /res/scripts | |
parent | d70c08886a204489095dc5ea2e8e624c799d14f9 (diff) | |
download | tanetane-c5a96f0ee23a3dbe1a6dab0a1062cf25b7a2aba4.tar.gz tanetane-c5a96f0ee23a3dbe1a6dab0a1062cf25b7a2aba4.tar.bz2 tanetane-c5a96f0ee23a3dbe1a6dab0a1062cf25b7a2aba4.zip |
Added Kumatora talking animation
Diffstat (limited to 'res/scripts')
-rw-r--r-- | res/scripts/map2.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/scripts/map2.lua b/res/scripts/map2.lua index 6e826a3..92c1747 100644 --- a/res/scripts/map2.lua +++ b/res/scripts/map2.lua | |||
@@ -93,10 +93,10 @@ function map2.approach_doria() | |||
93 | SetAnimation("doria", "hairflip!") | 93 | SetAnimation("doria", "hairflip!") |
94 | WaitForAnimation("doria") | 94 | WaitForAnimation("doria") |
95 | 95 | ||
96 | SetDirection("doria", Direction.DOWN_RIGHT) | ||
97 | SetAnimation("doria", "still") | 96 | SetAnimation("doria", "still") |
98 | Delay(1000) | 97 | Delay(1000) |
99 | 98 | ||
99 | SetAnimation("kuma", "talk") | ||
100 | DisplayMessage("* H-hey, what do you mean <new Kumatora>?", "Kumatora", SpeakerType.WOMAN) | 100 | DisplayMessage("* H-hey, what do you mean <new Kumatora>?", "Kumatora", SpeakerType.WOMAN) |
101 | WaitForEndOfMessage() | 101 | WaitForEndOfMessage() |
102 | 102 | ||