moved some sprites to external files
[supertux.git] / data / images / creatures / mr_bomb / mr_bomb.sprite
1 (supertux-sprite
2  (action
3   (name "left")
4   (fps 10.0)
5   (x-offset 3)
6   (y-offset 12)
7   (images "left-0.png"
8           "left-1.png"
9           "left-2.png"
10           "left-3.png"))
11
12  (action
13   (name "right")
14   (fps 10.0)
15   (x-offset 7)
16   (y-offset 12)
17   (mirror-action "left"))
18  
19  (action
20   (name "iced-left")
21   (x-offset 3)
22   (y-offset 12)
23   (images "iced-left.png"))
24  
25  (action
26   (name "iced-right")
27   (x-offset 7)
28   (y-offset 12)
29   (mirror-action "iced-left"))
30 )
31