Captain Snowball: Change the offset so it walks *on* tiles rather than one pixel...
authorFlorian Forster <supertux@octo.it>
Sat, 27 Feb 2010 10:58:46 +0000 (10:58 +0000)
committerFlorian Forster <supertux@octo.it>
Sat, 27 Feb 2010 10:58:46 +0000 (10:58 +0000)
SVN-Revision: 6413

data/images/creatures/snowball/cpt-snowball.sprite

index 545151e..31d6a54 100644 (file)
@@ -1,14 +1,14 @@
 (supertux-sprite
   (action
     (name "left")
-    (hitbox 2 4 31.8 31.8)
+    (hitbox 2 5 31.8 31.8)
     (images "cpt-left-0.png"
             "cpt-left-1.png"
             "cpt-left-2.png")
   )
   (action
     (name "right")
-    (hitbox 8 4 31.8 31.8)
+    (hitbox 8 6 31.8 31.8)
     (images "cpt-right-0.png"
             "cpt-right-1.png"
             "cpt-right-2.png")