Single-Sprite Ice Tux, equalized Sprite dimensions across Big, Fire and Ice
[supertux.git] / data / images / creatures / tux_big / big-fire-tux-head.sprite
1 (supertux-sprite
2        (action
3          (name "walk-right")
4          (fps 15.0)
5          (hitbox 5 32 0 0)
6          (images "head-fire-stand-0.png"))
7
8        (action
9          (name "walk-left")
10          (fps 15.0)
11          (hitbox 27 32 0 0)
12          (mirror-action "walk-right"))
13
14        (action
15          (name "stand-right")
16          (fps 15.0)
17          (hitbox 5 32 0 0)
18          (images "head-fire-stand-0.png"))
19
20        (action
21          (name "stand-left")
22          (fps 15.0)
23          (hitbox 27 32 0 0)
24          (mirror-action "stand-right"))
25
26        (action
27          (name "jump-right")
28          (fps 15.0)
29          (hitbox 5 30 0 0)
30          (images "head-fire-stand-0.png"))
31
32        (action
33          (name "jump-left")
34          (fps 15.0)
35          (hitbox 27 30 0 0)
36          (mirror-action "jump-right"))
37
38        (action
39          (name "duck-right")
40          (fps 15.0)
41          (hitbox 5 62 0 0)
42          (images "head-fire-duck-0.png"))
43
44        (action
45          (name "duck-left")
46          (fps 15.0)
47          (hitbox 27 62 0 0)
48          (mirror-action "duck-right"))
49
50        (action
51          (name "skid-right")
52          (hitbox 6 31 0 0)
53          (images "head-fire-skid-0.png"))
54
55        (action
56          (name "skid-left")
57          (hitbox 27 31 0 0)
58          (mirror-action "skid-right"))
59
60        (action
61          (name "kick-right")
62          (hitbox 5 32 0 0)
63          (images "head-fire-stand-0.png"))
64
65        (action
66          (name "kick-left")
67          (hitbox 27 32 0 0)
68          (mirror-action "kick-right"))
69
70        (action
71          (name "buttjump-right")
72          (hitbox 5 32 0 0)
73          (images "head-fire-stand-0.png"))
74
75        (action
76          (name "buttjump-left")
77          (hitbox 27 32 0 0)
78          (mirror-action "buttjump-right"))
79
80        (action
81          (name "backflip-right")
82          (fps 15.0)
83          (hitbox 5 62 0 0)
84          (images "flip/empty.png"))
85
86        (action
87          (name "backflip-left")
88          (fps 15.0)
89          (hitbox 27 62 0 0)
90          (mirror-action "backflip-right"))
91
92        (action
93          (name "idle-right")
94          (fps 1.0)
95          (hitbox 6 31 0 0)
96          (images "head-idle-blink-0.png"
97                  "head-idle-blink-1.png"))
98
99        (action
100          (name "idle-left")
101          (fps 1.0)
102          (hitbox 27 31 0 0)
103          (mirror-action "idle-right")))