f09502d78597ea50ffceeacbccae5b6b5dc718b4
[supertux.git] / data / images / creatures / tux_big / big-tux-arms.sprite
1 (supertux-sprite
2        (action
3          (name "walk-right")
4          (fps 15.0)
5          (hitbox 5 32 0 0)
6          (images "arms-walk-0.png"
7                  "arms-walk-1.png"
8                  "arms-walk-2.png"
9                  "arms-walk-3.png"
10                  "arms-walk-4.png"
11                  "arms-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 "arms-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 "arms-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          (hitbox 5 62 0 0)
46          (images "arms-duck-0.png"))
47
48        (action
49          (name "duck-left")
50          (hitbox 27 62 0 0)
51          (mirror-action "duck-right"))
52
53        (action
54          (name "skid-right")
55          (hitbox 6 31 0 0)
56          (images "arms-skid-0.png"))
57
58        (action
59          (name "skid-left")
60          (fps 15.0)
61          (hitbox 27 31 0 0)
62          (mirror-action "skid-right"))
63
64        (action
65          (name "kick-right")
66          (hitbox 5 32 0 0)
67          (images "arms-stand-0.png"))
68
69        (action
70          (name "kick-left")
71          (hitbox 27 32 0 0)
72          (mirror-action "kick-right"))
73
74        (action
75          (name "backflip-right")
76          (hitbox 5 62 0 0)
77          (images "flip/empty.png"))
78
79        (action
80          (name "backflip-left")
81          (hitbox 27 62 0 0)
82          (mirror-action "backflip-right"))
83
84        (action
85          (name "buttjump-right")
86          (hitbox 5 32 0 0)
87          (images "arms-stand-0.png"))
88
89        (action
90          (name "buttjump-left")
91          (hitbox 27 32 0 0)
92          (mirror-action "buttjump-right"))
93
94 ; Grabbing is arms specific!
95        (action 
96          (name "grab-right")
97          (hitbox 5 32 0 0)
98          (z-order 2)
99          (images "arms-grab-0.png"))
100
101        (action
102          (name "grab-left")
103          (hitbox 27 32 0 0)
104          (z-order 2)
105          (mirror-action "grab-right"))
106
107        (action
108          (name "duck+grab-right")
109          (hitbox 5 62 0 0)
110          (z-order 2)
111          (images "arms-duck+grab-0.png"))
112
113        (action
114          (name "duck+grab-left")
115          (hitbox 27 62 0 0)
116          (z-order 2)
117          (mirror-action "duck+grab-right")))