Experimented with loading hitbox from .sprite file
[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 "buttjump-right")
76          (hitbox 5 32 0 0)
77          (images "arms-stand-0.png"))
78
79        (action
80          (name "buttjump-left")
81          (hitbox 27 32 0 0)
82          (mirror-action "buttjump-right"))
83
84 ; Grabbing is arms specific!
85        (action 
86          (name "grab-right")
87          (hitbox 5 32 0 0)
88          (z-order 2)
89          (images "arms-grab-0.png"))
90
91        (action
92          (name "grab-left")
93          (hitbox 27 32 0 0)
94          (z-order 2)
95          (mirror-action "grab-right"))
96
97        (action
98          (name "duck+grab-right")
99          (hitbox 5 62 0 0)
100          (z-order 2)
101          (images "arms-duck+grab-0.png"))
102
103        (action
104          (name "duck+grab-left")
105          (hitbox 27 62 0 0)
106          (z-order 2)
107          (mirror-action "duck+grab-right")))