Adding in the start of graphics and noise for the new backflip. These file are free...
[supertux.git] / data / images / creatures / tux_big / big-tux-feet.sprite
1 (supertux-sprite
2        (action
3          (name "walk-right")
4          (fps 15.0)
5          (hitbox 5 32 0 0)
6          (images "feet-walk-0.png"
7                  "feet-walk-1.png"
8                  "feet-walk-2.png"
9                  "feet-walk-3.png"
10                  "feet-walk-4.png"
11                  "feet-walk-5.png"))
12
13        (action
14          (name "walk-left")
15          (fps 15.0)
16          (hitbox 27 32 0 0)
17          (mirror-action "walk-right"))
18
19        (action
20          (name "stand-right")
21          (fps 15.0)
22          (hitbox 5 32 0 0)
23          (images "feet-stand-0.png"))
24
25        (action
26          (name "stand-left")
27          (fps 15.0)
28          (hitbox 27 32 0 0)
29          (mirror-action "stand-right"))
30
31        (action
32          (name "jump-right")
33          (fps 15.0)
34          (hitbox 5 30 0 0)
35          (images "feet-jump-0.png"))
36
37        (action
38          (name "jump-left")
39          (fps 15.0)
40          (hitbox 27 30 0 0)
41          (mirror-action "jump-right"))
42
43        (action
44          (name "duck-right")
45          (fps 15.0)
46          (hitbox 5 62 0 0)
47          (images "feet-duck-0.png"))
48
49        (action
50          (name "duck-left")
51          (fps 15.0)
52          (hitbox 27 62 0 0)
53          (mirror-action "duck-right"))
54
55        (action
56          (name "skid-right")
57          (hitbox 6 31 0 0)
58          (images "feet-skid-0.png"))
59
60        (action
61          (name "skid-left")
62          (hitbox 27 31 0 0)
63          (mirror-action "skid-right"))
64
65        (action
66          (name "kick-right")
67          (hitbox 5 32 0 0)
68          (images "feet-kick-0.png"))
69
70        (action
71          (name "kick-left")
72          (hitbox 27 32 0 0)
73          (mirror-action "kick-right"))
74
75        (action
76          (name "backflip-right")
77          (fps 15.0)
78          (hitbox 5 62 0 0)
79          (images "flip/empty.png"))
80
81        (action
82          (name "backflip-left")
83          (fps 15.0)
84          (hitbox 27 62 0 0)
85          (mirror-action "backflip-right"))
86
87        (action
88          (name "buttjump-right")
89          (hitbox 5 32 0 0)
90          (images "feet-buttjump-0.png"))
91
92        (action
93          (name "buttjump-left")
94          (hitbox 27 32 0 0)
95          (mirror-action "buttjump-right")))