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