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-body.sprite
1 (supertux-sprite
2        (action
3          (name "walk-right")
4          (fps 15.0)
5          (hitbox 5 32 0 0)
6          (images "body-stand-0.png"))
7
8        (action
9          (name "walk-left")
10          (fps 15.0)
11          (hitbox 27 32 0 0)
12          (mirror-action "walk-right"))
13
14        (action
15          (name "stand-right")
16          (fps 15.0)
17          (hitbox 5 32 0 0)
18          (images "body-stand-0.png"))
19
20        (action
21          (name "stand-left")
22          (fps 15.0)
23          (hitbox 27 32 0 0)
24          (mirror-action "stand-right"))
25
26        (action
27          (name "jump-right")
28          (fps 15.0)
29          (hitbox 5 30 0 0)
30          (images "body-stand-0.png"))
31
32        (action
33          (name "jump-left")
34          (fps 15.0)
35          (hitbox 27 30 0 0)
36          (mirror-action "jump-right"))
37
38        (action
39          (name "duck-right")
40          (fps 15.0)
41          (hitbox 5 62 0 0)
42          (images "body-duck-0.png"))
43
44        (action
45          (name "duck-left")
46          (fps 15.0)
47          (hitbox 27 62 0 0)
48          (mirror-action "duck-right"))
49
50        (action
51          (name "skid-right")
52          (hitbox 6 31 0 0)
53          (images "body-skid-0.png"))
54
55        (action
56          (name "skid-left")
57          (fps 15.0)
58          (hitbox 27 31 0 0)
59          (mirror-action "skid-right"))
60
61        (action
62          (name "kick-right")
63          (hitbox 5 32 0 0)
64          (images "body-stand-0.png"))
65
66        (action
67          (name "kick-left")
68          (fps 15.0)
69          (hitbox 27 32 0 0)
70          (mirror-action "kick-right"))
71
72        (action
73          (name "backflip-right")
74          (fps 9.0)
75          (hitbox 5 62 0 0)
76          (images "flip/flip_1.png"
77 "flip/flip_2.png"
78 "flip/flip_3.png"
79 "flip/flip_4.png"
80 "flip/flip_5.png"
81 "flip/flip_6.png"
82 "flip/flip_1.png"
83 "flip/flip_1.png"
84 "flip/flip_1.png"
85 "flip/flip_1.png"
86 "flip/flip_1.png"
87 ))
88
89        (action
90          (name "backflip-left")
91          (fps 9.0)
92          (hitbox 27 62 0 0)
93          (mirror-action "backflip-right"))
94
95        (action
96          (name "buttjump-right")
97          (hitbox 5 32 0 0)
98          (images "body-stand-0.png"))
99
100        (action
101          (name "buttjump-left")
102          (fps 15.0)
103          (hitbox 27 32 0 0)
104          (mirror-action "buttjump-right")))