more work on castle door, changed nolok image
[supertux.git] / data / images / creatures / mr_rocket / mr_rocket.sprite
1 (supertux-sprite
2  (action
3   (name "left")
4   (fps 15.0)
5   (x-offset 3)
6   (y-offset 12)
7   (images "flying-0.png"
8    "flying-1.png"
9    "flying-2.png"
10    "flying-1.png")
11  )
12
13  (action
14   (name "right")
15   (fps 10.0)
16   (x-offset 7)
17   (y-offset 12)
18   (mirror-action "left")
19  )
20
21  (action
22   (name "squished-left")
23   (x-offset 7)
24   (y-offset 0)
25   (images "squished.png")
26  )
27
28  (action
29   (name "squished-right")
30   (x-offset 7)
31   (y-offset 0)
32   (mirror-action "squished-left"))
33
34  (action
35   (name "collision-left")
36   (x-offset 3)
37   (y-offset 12)
38   (images "collision.png"))
39
40  (action
41   (name "collision-right")
42   (x-offset 3)
43   (y-offset 12)
44   (mirror-action "squished-left")
45  )
46 )