Some animation/hitbox fixes
authorIngo Ruhnke <grumbel@gmx.de>
Tue, 13 May 2008 23:51:13 +0000 (23:51 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Tue, 13 May 2008 23:51:13 +0000 (23:51 +0000)
SVN-Revision: 5467

data/images/creatures/mr_iceblock/mr_iceblock.sprite
data/images/creatures/spiky/spiky.sprite

index fe7c2e8..5a9aed3 100644 (file)
@@ -1,14 +1,14 @@
 (supertux-sprite
        (action
          (name "left")
-         (hitbox 2 5 31.8 31.8)
+         (hitbox 1 6 33 32)
          (images "left-0.png"
                  "left-1.png"
                  "left-2.png"
-                 "left-1.png"))
+                 "left-3.png"))
 
        (action (name "right")
-               (hitbox 2 5 31.8 31.8)
+                (hitbox 1 6 33 32)
                (mirror-action "left"))
 
        (action (name "falling-left")
index 60a8aa4..6c9da4e 100644 (file)
@@ -3,8 +3,9 @@
   (name "left")
   (hitbox 6 10 31.8 31.8)
   (images "left-0.png"
-   "left-1.png"
-   "left-2.png"))
+          "left-1.png"
+          "left-2.png"
+          "left-1.png"))
  (action
   (name "right")
   (hitbox 6 10 31.8 31.8)
@@ -17,5 +18,5 @@
   (name "iced-right")
   (hitbox 6 10 31.8 31.8)
   (mirror-action "iced-left")
+  )
  )
-)