Badguys read hitbox from .sprite file
[supertux.git] / data / images / creatures / mr_bomb / mr_bomb.sprite
index a590af2..4ae2fb5 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"))
 )