replaced bell object with firefly, renamed all hooks back to bell. Changed phone...
[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 )
14   )
15   (action
16     (name "left")
17     (mirror-action "right")
18     (fps 4.0)
19          (x-offset 0)
20          (y-offset -15)
21   )
22   (action
23     (name "jump-right")
24     (images "y-jump.png")
25          (x-offset -40)
26          (y-offset -15)
27   )
28   (action
29     (name "jump-left")
30     (mirror-action "jump-right")
31          (x-offset 40)
32          (y-offset -15)
33   )
34   (action
35     (name "stand-right")
36     (images "y.png")
37          (x-offset -40)
38          (y-offset -15)
39   )
40   (action
41     (name "stand-left")
42     (mirror-action "stand-right")
43          (x-offset 40)
44          (y-offset -15)
45   )
46   (action
47     (name "roar")
48     (images "y-jump2.png")
49          (x-offset 10)
50          (y-offset -15)
51   )
52   (action
53     (name "dead")
54     (images "iceyeti_flip0.png"
55             "iceyeti_flip1.png"
56             "iceyeti_flip2.png"
57             "iceyeti_flip3.png"
58             "iceyeti_flip0.png"
59             "iceyeti_flip1.png"
60             "iceyeti_flip2.png"
61             "iceyeti_flip3.png"
62             "iceyeti_dust0.png"
63             "iceyeti_dust1.png"
64             "iceyeti_dust2.png"
65             "iceyeti_dust3.png"
66             "iceyeti_dust0.png"
67             "iceyeti_dust1.png"
68             "iceyeti_dust2.png"
69             "iceyeti_dust3.png"
70             "iceyeti_dust0.png"
71             "iceyeti_dust1.png"
72             "iceyeti_dust2.png"
73             "iceyeti_dust3.png"
74             "iceyeti_dust0.png"
75             "iceyeti_dust1.png"
76             "iceyeti_dust2.png"
77             "iceyeti_dust3.png"
78             "iceyeti_dust0.png"
79             "iceyeti_dust1.png"
80             "iceyeti_dust2.png"
81             "iceyeti_dust3.png"
82             "iceyeti_dust0.png"
83             "iceyeti_dust1.png"
84             "iceyeti_dust2.png"
85             "iceyeti_dust3.png")
86   )
87 )