Merged back changes from 0.3.x branch
[supertux.git] / data / images / creatures / mr_bomb / mr_bomb.sprite
1 (supertux-sprite
2  (action
3   (name "left")
4   (fps 10.0)
5   (hitbox 3 12 31.8 31.8)
6   (images "left-0.png"
7           "left-1.png"
8           "left-2.png"
9           "left-3.png"))
10
11  (action
12   (name "right")
13   (fps 10.0)
14   (hitbox 7 12 31.8 31.8)
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 2.0)
30   (hitbox 3 8 31.8 31.8)
31   (images "exploding-left-0.png"
32           "exploding-left-1.png"))
33  
34  (action
35   (name "ticking-right")
36   (fps 2.0)
37   (hitbox 10 8 31.8 31.8)
38   (mirror-action "ticking-left"))
39  
40  (action
41   (name "explosion")
42   (fps 15.0)
43   (hitbox 18 17 71 47)
44   (images "explosion-0.png"
45           "explosion-1.png"
46 "explosion-0.png"
47           "explosion-1.png"
48 "explosion-0.png"
49           "explosion-1.png"
50 "explosion-0.png"
51           "explosion-1.png"))
52 )