Badguys read hitbox from .sprite file
[supertux.git] / data / images / creatures / fish / fish.sprite
index ea9d3ab..debc76d 100644 (file)
@@ -1,23 +1,23 @@
 (supertux-sprite
  (action
   (name "normal")
-  (hitbox 2 3 0 0)
+  (hitbox 2 3 31.8 31.8)
   (images "left-0.png"
           "left-1.png"))
 
  (action
   (name "down")
-  (hitbox 2 11 0 0)
+  (hitbox 2 11 31.8 31.8)
   (images "down.png"))
 
  (action
   (name "iced")
-  (hitbox 2 3 0 0)
+  (hitbox 2 3 31.8 31.8)
   (images "iced-left.png"))
 
  (action
   (name "iced-down")
-  (hitbox 2 11 0 0)
+  (hitbox 2 11 31.8 31.8)
   (images "iced-down.png"))
 )