More snowball gfx fixes
authorIngo Ruhnke <grumbel@gmx.de>
Wed, 14 May 2008 02:53:31 +0000 (02:53 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Wed, 14 May 2008 02:53:31 +0000 (02:53 +0000)
SVN-Revision: 5472

data/images/creatures/snowball/left-0.png
data/images/creatures/snowball/left-1.png
data/images/creatures/snowball/left-2.png
data/images/creatures/snowball/smart-snowball.sprite
data/images/creatures/snowball/snowball.sprite
data/images/creatures/snowball/sport-left-0.png
data/images/creatures/snowball/sport-left-1.png
data/images/creatures/snowball/sport-left-2.png

index 9e2f9ad..6524c3e 100644 (file)
Binary files a/data/images/creatures/snowball/left-0.png and b/data/images/creatures/snowball/left-0.png differ
index 1c9e07d..20f1aa3 100644 (file)
Binary files a/data/images/creatures/snowball/left-1.png and b/data/images/creatures/snowball/left-1.png differ
index 6f8b23e..c64553f 100644 (file)
Binary files a/data/images/creatures/snowball/left-2.png and b/data/images/creatures/snowball/left-2.png differ
index 788299b..598a4f0 100644 (file)
@@ -1,7 +1,7 @@
 (supertux-sprite
   (action
     (name "left")
-    (hitbox 3 4 32 32)
+    (hitbox 3 6 32 32)
     (images "left-0.png"
             "left-1.png"
             "left-2.png"
@@ -9,7 +9,7 @@
   )
   (action
     (name "right")
-    (hitbox 3 4 32 32)
+    (hitbox 3 6 32 32)
     (mirror-action "left")
   )
   (action
index ed9f5df..aa8b711 100644 (file)
@@ -1,13 +1,15 @@
 (supertux-sprite
   (action
     (name "left")
+    (hitbox 3 4 32 32)
     (images "sport-left-0.png"
             "sport-left-1.png"
-            "sport-left-2.png")
+            "sport-left-2.png"
+            "sport-left-1.png")
   )
   (action
     (name "right")
-    (hitbox 2 4 31.8 31.8)
+    (hitbox 3 4 32 32)
     (mirror-action "left")
   )
   (action
index c5c6ede..9e2f9ad 100644 (file)
Binary files a/data/images/creatures/snowball/sport-left-0.png and b/data/images/creatures/snowball/sport-left-0.png differ
index 271d301..1c9e07d 100644 (file)
Binary files a/data/images/creatures/snowball/sport-left-1.png and b/data/images/creatures/snowball/sport-left-1.png differ
index 463fa1c..6f8b23e 100644 (file)
Binary files a/data/images/creatures/snowball/sport-left-2.png and b/data/images/creatures/snowball/sport-left-2.png differ