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