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