Badguys read hitbox from .sprite file
[supertux.git] / data / images / creatures / mr_bomb / bomb.sprite
index 18c98ab..7ab6a4d 100644 (file)
@@ -3,20 +3,20 @@
  (action
   (name "ticking-left")
   (fps 15.0)
-  (hitbox 3 8 0 0)
+  (hitbox 3 8 31.8 31.8)
   (images "exploding-left-0.png"
           "exploding-left-1.png"))
  
  (action
   (name "ticking-right")
   (fps 15.0)
-  (hitbox 10 8 0 0)
+  (hitbox 10 8 31.8 31.8)
   (mirror-action "ticking-left"))
  
  (action
   (name "explosion")
   (fps 15.0)
-  (hitbox 32 32 0 0)
+  (hitbox 32 32 31.8 31.8)
   (images "explosion-0.png"
           "explosion-1.png"))
 )