137710ba5f400b173505e6b164542303d7355d57
[supertux.git] / data / images / creatures / tux_big / big-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-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-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-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-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-skid-0.png"))
54
55        (action
56          (name "skid-left")
57          (fps 15.0)
58          (hitbox 27 31 0 0)
59          (mirror-action "skid-right"))
60
61        (action
62          (name "kick-right")
63          (hitbox 5 32 0 0)
64          (images "head-stand-0.png"))
65
66        (action
67          (name "kick-left")
68          (fps 15.0)
69          (hitbox 27 32 0 0)
70          (mirror-action "kick-right"))
71
72        (action
73          (name "buttjump-right")
74          (hitbox 5 32 0 0)
75          (images "head-stand-0.png"))
76
77        (action
78          (name "buttjump-left")
79          (hitbox 27 32 0 0)
80          (mirror-action "buttjump-right"))
81
82        (action
83          (name "backflip-right")
84          (fps 15.0)
85          (hitbox 5 62 0 0)
86          (images "flip/empty.png"))
87
88        (action
89          (name "backflip-left")
90          (fps 15.0)
91          (hitbox 27 62 0 0)
92          (mirror-action "backflip-right"))
93
94        (action
95          (name "idle-right")
96          (fps 1.0)
97          (hitbox 6 31 0 0)
98          (images "head-idle-blink-0.png"
99                  "head-idle-blink-1.png"))
100
101        (action
102          (name "idle-left")
103          (fps 1.0)
104          (hitbox 27 31 0 0)
105          (mirror-action "idle-right")))