Some animation/hitbox fixes
[supertux.git] / data / images / creatures / mr_iceblock / mr_iceblock.sprite
index 69e659f..5a9aed3 100644 (file)
@@ -1,34 +1,28 @@
 (supertux-sprite
        (action
          (name "left")
-         (x-offset 2)
-         (y-offset 3)
+         (hitbox 1 6 33 32)
          (images "left-0.png"
                  "left-1.png"
                  "left-2.png"
-                 "left-1.png"))
+                 "left-3.png"))
 
        (action (name "right")
-               (x-offset 2)
-               (y-offset 3)
+                (hitbox 1 6 33 32)
                (mirror-action "left"))
 
        (action (name "falling-left")
-               (x-offset 2)
-               (y-offset 3)
+               (hitbox 2 5 31.8 31.8)
                (images "flat-left.png"))
 
        (action (name "falling-right")
-               (x-offset 2)
-               (y-offset 3)
+               (hitbox 2 5 31.8 31.8)
                (mirror-action "falling-left"))
 
        (action (name "flat-left")
-               (x-offset 2)
-               (y-offset 3)
+               (hitbox 2 5 31.8 31.8)
                (images "flat-left.png"))
 
        (action (name "flat-right")
-               (x-offset 2)
-               (y-offset 3)
+               (hitbox 2 5 31.8 31.8)
                (mirror-action "falling-left")))