diff options
-rw-r--r-- | res/scripts/map2.lua | 2 | ||||
-rw-r--r-- | res/sprites/kuma_anim.txt | 10 |
2 files changed, 10 insertions, 2 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 | ||
diff --git a/res/sprites/kuma_anim.txt b/res/sprites/kuma_anim.txt index 68e8776..ce29180 100644 --- a/res/sprites/kuma_anim.txt +++ b/res/sprites/kuma_anim.txt | |||
@@ -31,4 +31,12 @@ run[up_left]: 67,75,83,91 | |||
31 | run[up]: 68,76,84,92 | 31 | run[up]: 68,76,84,92 |
32 | run[up_right]: 69,77,85,93 | 32 | run[up_right]: 69,77,85,93 |
33 | run[right]: 70,78,86,94 | 33 | run[right]: 70,78,86,94 |
34 | run[down_right]: 71,79,87,95 \ No newline at end of file | 34 | run[down_right]: 71,79,87,95 |
35 | talk[down]: 32,40 | ||
36 | talk[down_left]: 33,41 | ||
37 | talk[left]: 34,42 | ||
38 | talk[up_left]: 35,43 | ||
39 | talk[up]: 36,44 | ||
40 | talk[up_right]: 37,45 | ||
41 | talk[right]: 38,46 | ||
42 | talk[down_right]: 39,47 \ No newline at end of file | ||