Badguys read hitbox from .sprite file
[supertux.git] / data / images / creatures / skullyhop / skullyhop.sprite
1 (supertux-sprite
2         (action
3           (name "standing-left")
4           (hitbox 0 0 33.8 43.8)
5           (images "standing-0.png"))
6         (action
7           (name "standing-right")
8           (hitbox 0 0 33.8 43.8)
9           (mirror-action "standing-left"))
10         (action
11           (name "charging-left")
12           (hitbox 0 0 33.8 43.8)
13           (fps 10.0)
14           (images "charging-0.png"
15                   "charging-1.png"))
16         (action
17           (name "charging-right")
18           (fps 10.0)
19           (hitbox 0 0 33.8 43.8)
20           (mirror-action "charging-left"))
21         (action
22           (name "jumping-left")
23           (hitbox 0 0 33.8 43.8)
24           (images "jumping-0.png"))
25         (action
26           (name "jumping-right")
27           (hitbox 0 0 33.8 43.8)
28           (mirror-action "jumping-left"))
29         (action
30           (name "squished-left")
31           (hitbox 0 -14 33.8 43.8)
32           (images "squished-0.png"))
33         (action
34           (name "squished-right")
35           (hitbox 0 -14 33.8 43.8)
36           (mirror-action "squished-left")))