946564bf4f9f225d763e13993b479b36015439ef
[supertux.git] / data / images / creatures / mr_bomb / bomb.sprite
1 (supertux-sprite
2  
3  (action
4   (name "ticking-left")
5   (fps 15.0)
6   (x-offset 3)
7   (y-offset 8)
8   (images "exploding-left-0.png"
9           "exploding-left-1.png"))
10  
11  (action
12   (name "ticking-right")
13   (fps 15.0)
14   (x-offset 10)
15   (y-offset 8)
16   (mirror-action "ticking-left"))
17  
18  (action
19   (name "explosion")
20   (fps 15.0)
21   (x-offset 32)
22   (y-offset 32)
23   (images "explosion-0.png"
24           "explosion-1.png"))
25 )
26