cleanup of slight mismatch areas on the icebridge tiles
[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          (x-offset 5)
6          (y-offset 32)
7          (images "head-stand-0.png"))
8
9        (action
10          (name "walk-left")
11          (fps 15.0)
12          (x-offset 27)
13          (y-offset 32)
14          (mirror-action "walk-right"))
15
16        (action
17          (name "stand-right")
18          (fps 15.0)
19          (x-offset 5)
20          (y-offset 32)
21          (images "head-stand-0.png"))
22
23        (action
24          (name "stand-left")
25          (fps 15.0)
26          (x-offset 27)
27          (y-offset 32)
28          (mirror-action "stand-right"))
29
30        (action
31          (name "jump-right")
32          (fps 15.0)
33          (x-offset 5)
34          (y-offset 30)
35          (images "head-stand-0.png"))
36
37        (action
38          (name "jump-left")
39          (fps 15.0)
40          (x-offset 27)
41          (y-offset 30)
42          (mirror-action "jump-right"))
43
44        (action
45          (name "duck-right")
46          (fps 15.0)
47          (x-offset 5)
48          (y-offset 62)
49          (images "head-duck-0.png"))
50
51        (action
52          (name "duck-left")
53          (fps 15.0)
54          (x-offset 27)
55          (y-offset 62)
56          (mirror-action "duck-right"))
57
58        (action
59          (name "skid-right")
60          (x-offset 6)
61          (y-offset 31)
62          (images "head-skid-0.png"))
63
64        (action
65          (name "skid-left")
66          (fps 15.0)
67          (x-offset 27)
68          (y-offset 31)
69          (mirror-action "skid-right"))
70
71        (action
72          (name "kick-right")
73          (x-offset 5)
74          (y-offset 32)
75          (images "head-stand-0.png"))
76
77        (action
78          (name "kick-left")
79          (fps 15.0)
80          (x-offset 27)
81          (y-offset 32)
82          (mirror-action "kick-right"))
83
84        (action
85          (name "buttjump-right")
86          (x-offset 5)
87          (y-offset 32)
88          (images "head-stand-0.png"))
89
90        (action
91          (name "buttjump-left")
92          (x-offset 27)
93          (y-offset 32)
94          (mirror-action "buttjump-right"))
95
96        (action
97          (name "idle-right")
98          (fps 1.0)
99          (x-offset 6)
100          (y-offset 31)
101          (images "head-idle-blink-0.png"
102                  "head-idle-blink-1.png"))
103
104
105        (action
106          (name "idle-left")
107          (fps 1.0)
108          (x-offset 27)
109          (y-offset 31)
110          (mirror-action "idle-right")))