Icecrusher crushes bricks.
[supertux.git] / data / images / creatures / tux / powerups.sprite
1 (supertux-sprite
2
3 ; Earth Tux
4
5        (action
6          (name "earth-walk-right")
7          (fps 15)
8          (hitbox 16 14 32 64)
9          (images "earth/hardhat/walk-0.png"
10                  "earth/hardhat/walk-1.png"
11                  "earth/hardhat/walk-2.png"
12                  "earth/hardhat/walk-1.png"
13                  "earth/hardhat/walk-4.png"
14                  "earth/hardhat/walk-2.png"))
15
16        (action
17          (name "earth-walk-left")
18          (fps 15)
19          (hitbox 16 14 32 64)
20          (mirror-action "earth-walk-right"))
21
22        (action
23          (name "earth-stand-right")
24          (hitbox 16 14 32 64)
25          (images "earth/hardhat/stand.png"))
26
27        (action
28          (name "earth-stand-left")
29          (hitbox 16 14 32 64)
30          (mirror-action "earth-stand-right"))
31
32        (action
33          (name "earth-jump-right")
34          (hitbox 16 14 32 64)
35          (images "earth/hardhat/stand.png"))
36
37        (action
38          (name "earth-jump-left")
39          (hitbox 16 14 32 64)
40          (mirror-action "earth-jump-right"))
41
42        (action
43          (name "earth-skid-right")
44          (hitbox 16 14 32 64)
45          (images "earth/hardhat/stand.png"))
46
47        (action
48          (name "earth-skid-left")
49          (hitbox 16 14 32 64)
50          (mirror-action "earth-skid-right"))
51
52        (action
53          (name "earth-kick-right")
54          (hitbox 16 14 32 64)
55          (images "earth/hardhat/stand.png"))
56
57        (action
58          (name "earth-kick-left")
59          (hitbox 16 14 32 64)
60          (mirror-action "earth-kick-right"))
61
62        (action
63          (name "earth-idle-right")
64          (hitbox 16 14 32 64)
65          (images "earth/hardhat/stand.png"))
66
67        (action
68          (name "earth-idle-left")
69          (hitbox 16 14 32 64)
70          (mirror-action "earth-idle-right"))
71
72        (action
73          (name "earth-climbing-right")
74          (hitbox 16 14 32 64)
75          (images "earth/hardhat/stand.png"))
76
77        (action
78          (name "earth-climbing-left")
79          (hitbox 16 14 32 64)
80          (mirror-action "earth-climbing-right"))
81
82        (action
83          (name "earth-duck-right")
84          (hitbox 16 14 32 64)
85          (images "earth/hardhat/stand.png"))
86
87        (action
88          (name "earth-duck-left")
89          (hitbox 16 14 32 64)
90          (mirror-action "earth-duck-right"))
91
92        (action
93          (name "earth-backflip-right")
94          (hitbox 16 14 32 64)
95          (images "earth/hardhat/stand.png"))
96
97        (action
98          (name "earth-backflip-left")
99          (hitbox 16 14 32 64)
100          (mirror-action "earth-backflip-right"))
101
102        (action
103          (name "earth-buttjump-right")
104          (hitbox 16 14 32 64)
105          (images "earth/hardhat/stand.png"))
106
107        (action
108          (name "earth-buttjump-left")
109          (hitbox 16 14 32 64)
110          (mirror-action "earth-buttjump-right"))
111
112 )