summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-02-15 22:27:24 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-02-15 22:27:24 -0500
commitc5a96f0ee23a3dbe1a6dab0a1062cf25b7a2aba4 (patch)
tree765af52edae6561bb21f1b289b4e1244adae7783
parentd70c08886a204489095dc5ea2e8e624c799d14f9 (diff)
downloadtanetane-c5a96f0ee23a3dbe1a6dab0a1062cf25b7a2aba4.tar.gz
tanetane-c5a96f0ee23a3dbe1a6dab0a1062cf25b7a2aba4.tar.bz2
tanetane-c5a96f0ee23a3dbe1a6dab0a1062cf25b7a2aba4.zip
Added Kumatora talking animation
-rw-r--r--res/scripts/map2.lua2
-rw-r--r--res/sprites/kuma_anim.txt10
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
31run[up]: 68,76,84,92 31run[up]: 68,76,84,92
32run[up_right]: 69,77,85,93 32run[up_right]: 69,77,85,93
33run[right]: 70,78,86,94 33run[right]: 70,78,86,94
34run[down_right]: 71,79,87,95 \ No newline at end of file 34run[down_right]: 71,79,87,95
35talk[down]: 32,40
36talk[down_left]: 33,41
37talk[left]: 34,42
38talk[up_left]: 35,43
39talk[up]: 36,44
40talk[up_right]: 37,45
41talk[right]: 38,46
42talk[down_right]: 39,47 \ No newline at end of file