more work on yeti run-jump graphics
[supertux.git] / data / images / creatures / yeti / yeti.sprite
1 (supertux-sprite
2   (action
3     (name "right")
4     (fps 4.0)
5          (x-offset 0)
6          (y-offset -15)
7     (images "y1.png"
8 "y2.png"
9 "y3.png"
10 "y4.png"            
11 "y5.png"
12 "y6.png"
13 "y7.png"
14 )
15   )
16   (action
17     (name "left")
18     (mirror-action "right")
19     (fps 4.0)
20          (x-offset 0)
21          (y-offset -15)
22   )
23   (action
24     (name "jump-right")
25     (images "y-jump.png")
26          (x-offset -40)
27          (y-offset -15)
28   )
29   (action
30     (name "jump-left")
31     (mirror-action "jump-right")
32          (x-offset 40)
33          (y-offset -15)
34   )
35   (action
36     (name "stand-right")
37     (images "y.png")
38          (x-offset -40)
39          (y-offset -15)
40   )
41   (action
42     (name "stand-left")
43     (mirror-action "stand-right")
44          (x-offset 40)
45          (y-offset -15)
46   )
47   (action
48     (name "roar")
49     (images "y-jump2.png")
50          (x-offset 10)
51          (y-offset -15)
52   )
53   (action
54     (name "dead")
55     (images "iceyeti_flip0.png"
56             "iceyeti_flip1.png"
57             "iceyeti_flip2.png"
58             "iceyeti_flip3.png"
59             "iceyeti_flip0.png"
60             "iceyeti_flip1.png"
61             "iceyeti_flip2.png"
62             "iceyeti_flip3.png"
63             "iceyeti_dust0.png"
64             "iceyeti_dust1.png"
65             "iceyeti_dust2.png"
66             "iceyeti_dust3.png"
67             "iceyeti_dust0.png"
68             "iceyeti_dust1.png"
69             "iceyeti_dust2.png"
70             "iceyeti_dust3.png"
71             "iceyeti_dust0.png"
72             "iceyeti_dust1.png"
73             "iceyeti_dust2.png"
74             "iceyeti_dust3.png"
75             "iceyeti_dust0.png"
76             "iceyeti_dust1.png"
77             "iceyeti_dust2.png"
78             "iceyeti_dust3.png"
79             "iceyeti_dust0.png"
80             "iceyeti_dust1.png"
81             "iceyeti_dust2.png"
82             "iceyeti_dust3.png"
83             "iceyeti_dust0.png"
84             "iceyeti_dust1.png"
85             "iceyeti_dust2.png"
86             "iceyeti_dust3.png")
87   )
88 )