Badguys read hitbox from .sprite file
[supertux.git] / data / images / creatures / spiky / sleepingspiky.sprite
1 (supertux-sprite
2  (action
3   (name "left")
4   (hitbox 6 10 31.8 31.8)
5   (images "left-0.png"
6    "left-1.png"
7    "left-2.png"))
8  (action
9   (name "right")
10   (hitbox 6 10 31.8 31.8)
11   (mirror-action "left"))
12  (action
13   (name "iced-left")
14   (hitbox 6 10 31.8 31.8)
15   (images "iced-left.png"))
16  (action
17   (name "iced-right")
18   (hitbox 6 10 31.8 31.8)
19   (mirror-action "iced-left")
20  )
21  (action
22   (name "sleeping-left")
23   (hitbox 6 10 31.8 31.8)
24   (images "sleeping-left.png"))
25  (action
26   (name "sleeping-right")
27   (hitbox 6 10 31.8 31.8)
28   (mirror-action "sleeping-left"))
29  (action
30   (name "waking-left")
31   (hitbox 6 10 31.8 31.8)
32   (fps 6.0)
33   (images "waking-left-0.png"
34    "waking-left-1.png"
35    "waking-left-2.png"))
36  (action
37   (name "waking-right")
38   (fps 6.0)
39   (hitbox 6 10 31.8 31.8)
40   (mirror-action "waking-left"))
41 )