Butt Jump. As Big Tux, gain lots of speed and press down, then smash bricks, Ice...
[supertux.git] / data / images / creatures / tux / tux.sprite
1 (supertux-sprite
2
3        (action
4          (name "gameover")
5          (fps 10.0)
6          (hitbox 13 6 32 32)
7          (images "small/gameover-0.png"
8                  "small/gameover-1.png"))
9
10
11 ; Small Tux
12
13        (action
14          (name "small-walk-right")
15          (fps 15.0)
16          (hitbox 8 14 32 32)
17          (images "small/walk-0.png"
18                  "small/walk-1.png"
19                  "small/walk-2.png"
20                  "small/walk-3.png"
21                  "small/walk-4.png"
22                  "small/walk-5.png"
23                  "small/walk-6.png"
24                  "small/walk-7.png"))
25
26        (action
27          (name "small-walk-left")
28          (fps 15.0)
29          (hitbox 8 14 32 32)
30          (mirror-action "small-walk-right"))
31
32        (action
33          (name "small-stand-right")
34          (fps 15.0)
35          (hitbox 8 14 32 32)
36          (images "small/stand-0.png"))
37
38        (action
39          (name "small-stand-left")
40          (fps 15.0)
41          (hitbox 8 14 32 32)
42          (mirror-action "small-stand-right"))
43
44        (action
45          (name "small-jump-right")
46          (fps 15.0)
47          (hitbox 8 14 32 32)
48          (images "small/jump-0.png"))
49
50        (action
51          (name "small-jump-left")
52          (fps 15.0)
53          (hitbox 8 14 32 32)
54          (mirror-action "small-jump-right"))
55
56        (action
57          (name "small-skid-right")
58          (hitbox 8 14 32 32)
59          (images "small/skid-0.png"))
60
61        (action
62          (name "small-skid-left")
63          (hitbox 8 14 32 32)
64          (mirror-action "small-skid-right"))
65
66        (action
67          (name "small-kick-right")
68          (hitbox 8 14 32 32)
69          (images "small/kick-0.png"))
70
71        (action
72          (name "small-kick-left")
73          (hitbox 8 14 32 32)
74          (mirror-action "small-kick-right"))
75
76        (action
77          (name "small-idle-right")
78          (fps 5.0)
79          (hitbox 8 14 32 32)
80          (images "small/idle-0.png"
81                  "small/idle-1.png"
82                  "small/idle-0.png"))
83
84        (action
85          (name "small-idle-left")
86          (hitbox 8 14 32 32)
87          (mirror-action "small-idle-right"))
88
89        (action
90          (name "grow-right")
91          (fps 5.0)
92          (hitbox 16 5 32 64)
93          (images "small/grow-0.png"
94                  "small/grow-1.png"
95                  "small/grow-2.png"
96                  "small/grow-3.png"
97                  "small/grow-4.png"
98                  "small/grow-5.png"
99                  "small/grow-6.png"))
100
101        (action
102          (name "grow-left")
103          (hitbox 16 5 32 64)
104          (mirror-action "grow-right"))
105
106
107 ; Big Tux
108
109        (action
110          (name "big-walk-right")
111          (fps 15.0)
112          (hitbox 16 5 32 64)
113          (images "big/walk-0.png"
114                  "big/walk-1.png"
115                  "big/walk-2.png"
116                  "big/walk-3.png"
117                  "big/walk-4.png"
118                  "big/walk-5.png"))
119
120        (action
121          (name "big-walk-left")
122          (fps 15.0)
123          (hitbox 16 5 32 64)
124          (mirror-action "big-walk-right"))
125
126        (action
127          (name "big-stand-right")
128          (fps 15.0)
129          (hitbox 16 5 32 64)
130          (images "big/stand-0.png"))
131
132        (action
133          (name "big-stand-left")
134          (fps 15.0)
135          (hitbox 16 5 32 64)
136          (mirror-action "big-stand-right"))
137
138        (action
139          (name "big-jump-right")
140          (fps 15.0)
141          (hitbox 16 5 32 64)
142          (images "big/jump-0.png"))
143
144        (action
145          (name "big-jump-left")
146          (fps 15.0)
147          (hitbox 16 5 32 64)
148          (mirror-action "big-jump-right"))
149
150        (action
151          (name "big-skid-right")
152          (hitbox 16 5 32 64)
153          (images "big/skid-0.png"))
154
155        (action
156          (name "big-skid-left")
157          (hitbox 16 5 32 64)
158          (mirror-action "big-skid-right"))
159
160        (action
161          (name "big-kick-right")
162          (hitbox 16 5 32 64)
163          (images "big/kick-0.png"))
164
165        (action
166          (name "big-kick-left")
167          (hitbox 16 5 32 64)
168          (mirror-action "big-kick-right"))
169
170        (action
171          (name "big-idle-right")
172          (fps 5.0)
173          (hitbox 16 5 32 64)
174          (images "big/idle-0.png"
175                  "big/idle-1.png"
176                  "big/idle-0.png"))
177
178        (action
179          (name "big-idle-left")
180          (hitbox 16 5 32 64)
181          (mirror-action "big-idle-right"))
182
183        (action
184          (name "big-duck-right")
185          (hitbox 16 37 32 32)
186          (images "big/duck-0.png"))
187
188        (action
189          (name "big-duck-left")
190          (hitbox 16 37 32 32)
191          (mirror-action "big-duck-right"))
192
193        (action
194          (name "big-backflip-right")
195          (hitbox 16 37 32 32)
196          (fps 9.0)
197          (images "big/backflip-0.png"
198                  "big/backflip-1.png"
199                  "big/backflip-2.png"
200                  "big/backflip-3.png"
201                  "big/backflip-4.png"
202                  "big/backflip-0.png"
203                  "big/backflip-0.png"
204                  "big/backflip-0.png"
205                  "big/backflip-0.png"
206                  "big/backflip-0.png"))
207
208        (action
209          (name "big-backflip-left")
210          (hitbox 16 37 32 32)
211          (fps 9.0)
212          (mirror-action "big-backflip-right"))
213
214        (action
215          (name "big-buttjump-right")
216          (hitbox 16 5 32 64)
217          (images "big/buttjump-0.png"))
218
219        (action
220          (name "big-buttjump-left")
221          (hitbox 16 5 32 64)
222          (mirror-action "big-buttjump-right"))
223
224 )