Merged back changes from 0.3.x branch
[supertux.git] / data / images / creatures / mr_bomb / mr_bomb.sprite
index a590af2..287df50 100644 (file)
@@ -2,7 +2,7 @@
  (action
   (name "left")
   (fps 10.0)
-  (hitbox 3 12 0 0)
+  (hitbox 3 12 31.8 31.8)
   (images "left-0.png"
           "left-1.png"
           "left-2.png"
  (action
   (name "right")
   (fps 10.0)
-  (hitbox 7 12 0 0)
+  (hitbox 7 12 31.8 31.8)
   (mirror-action "left"))
  
  (action
   (name "iced-left")
-  (hitbox 3 12 0 0)
+  (hitbox 3 12 31.8 31.8)
   (images "iced-left.png"))
  
  (action
   (name "iced-right")
-  (hitbox 7 12 0 0)
+  (hitbox 7 12 31.8 31.8)
   (mirror-action "iced-left"))
-)
 
+ (action
+  (name "ticking-left")
+  (fps 2.0)
+  (hitbox 3 8 31.8 31.8)
+  (images "exploding-left-0.png"
+          "exploding-left-1.png"))
+ (action
+  (name "ticking-right")
+  (fps 2.0)
+  (hitbox 10 8 31.8 31.8)
+  (mirror-action "ticking-left"))
+ (action
+  (name "explosion")
+  (fps 15.0)
+  (hitbox 18 17 71 47)
+  (images "explosion-0.png"
+          "explosion-1.png"
+"explosion-0.png"
+          "explosion-1.png"
+"explosion-0.png"
+          "explosion-1.png"
+"explosion-0.png"
+          "explosion-1.png"))
+)