added yeti dead-flip and hit images
[supertux.git] / data / images / creatures / yeti / yeti.sprite
1 (supertux-sprite
2   (action
3     (name "right")
4     (images "iceyeti_0.png"
5             "iceyeti_1.png"
6             "iceyeti_2.png"
7             "iceyeti_1.png")
8   )
9   (action
10     (name "left")
11     (mirror-action "right")
12   )
13   (action
14     (name "jump-right")
15     (images "iceyeti_jump.png")
16   )
17   (action
18     (name "jump-left")
19     (mirror-action "jump-right")
20   )
21   (action
22     (name "stand-right")
23     (images "iceyeti_1.png")
24   )
25   (action
26     (name "stand-left")
27     (mirror-action "stand-right")
28   )
29   (action
30     (name "roar")
31     (images "iceyeti_hit.png")
32   )
33   (action
34     (name "dead")
35     (images "iceyeti_flip0.png"
36             "iceyeti_flip1.png"
37             "iceyeti_flip2.png"
38             "iceyeti_flip3.png"
39             "iceyeti_flip0.png"
40             "iceyeti_flip1.png"
41             "iceyeti_flip2.png"
42             "iceyeti_flip3.png")
43   )
44 )