Fixed some hitboxes. This "moves" all cannons 12px up and all stalactites 4px up
authorChristoph Sommer <mail@christoph-sommer.de>
Sat, 1 Jul 2006 02:14:03 +0000 (02:14 +0000)
committerChristoph Sommer <mail@christoph-sommer.de>
Sat, 1 Jul 2006 02:14:03 +0000 (02:14 +0000)
SVN-Revision: 3822

data/images/creatures/dispenser/dispenser.sprite
data/images/creatures/mr_rocket/mr_rocket.sprite
data/images/creatures/stalactite/stalactite.sprite
data/images/creatures/zeekling/zeekling.sprite

index 3a38750..7636dfc 100644 (file)
@@ -1,27 +1,27 @@
 (supertux-sprite
  (action
   (name "dropper")
-  (hitbox 0 0 32 32)
+  (hitbox 0 0 64 24)
   (images "dropper.png"))
  
  (action
   (name "working-left")
-  (hitbox 0 0 32 32)
+  (hitbox 5 12 55 40)
   (images "working.png"))
  
  (action
   (name "broken-left")
-  (hitbox 0 0 32 32)
+  (hitbox 5 12 55 40)
   (images "broken.png"))
  
  (action
   (name "working-right")
-  (hitbox 0 0 32 32)
+  (hitbox 4 12 55 40)
   (mirror-action "working-left"))
  
  (action
   (name "broken-right")
-  (hitbox 0 0 32 32)
+  (hitbox 4 12 55 40)
   (mirror-action "broken-left"))
 )
 
index e2069c4..0cccf3a 100644 (file)
@@ -2,7 +2,7 @@
  (action
   (name "left")
   (fps 15.0)
-  (hitbox 3 12 31.8 31.8)
+  (hitbox 12 21 42 19)
   (images "flying-0.png"
    "flying-1.png"
    "flying-2.png"
  (action
   (name "right")
   (fps 10.0)
-  (hitbox 7 12 31.8 31.8)
+  (hitbox 10 21 42 19)
   (mirror-action "left")
  )
 
  (action
   (name "squished-left")
-  (hitbox 7 0 31.8 31.8)
+  (hitbox 12 11 42 19)
   (images "squished.png")
  )
 
  (action
   (name "squished-right")
-  (hitbox 7 0 31.8 31.8)
+  (hitbox 10 0 42 19)
   (mirror-action "squished-left"))
 
  (action
   (name "collision-left")
-  (hitbox 3 12 31.8 31.8)
+  (hitbox 6 21 42 19)
   (images "collision.png"))
 
  (action
   (name "collision-right")
-  (hitbox 3 12 31.8 31.8)
+  (hitbox 9 21 42 19)
   (mirror-action "squished-left")
  )
 )
index ed25531..002cf2a 100644 (file)
@@ -1,9 +1,9 @@
 (supertux-sprite
        (action
          (name "normal")
-         (hitbox 0 0 31.8 31.8)
+         (hitbox 0 4 32 39)
          (images "falling.png"))
        (action
          (name "squished")
-         (hitbox 0 16 31.8 31.8)
+         (hitbox 0 9 32 39)
          (images "broken.png")))
index 020b6d0..2b5303a 100644 (file)
@@ -2,30 +2,30 @@
 (supertux-sprite
  (action
   (name "left")
-  (hitbox 2 4 63.8 50.8)
+  (hitbox 8 19 31 30)
   (images "left-0.png"
    "left-1.png"
    "left-2.png"
    "left-3.png"))
  (action
   (name "right")
-  (hitbox 2 4 63.8 50.8)
+  (hitbox 25 19 31 30)
   (mirror-action "left"))
  (action
   (name "squished-left")
-  (hitbox 2 -19 63.8 50.8)
+  (hitbox 8 -19 31 30)
   (images "squished.png"))
  (action
   (name "squished-right")
-  (hitbox 2 -19 63.8 50.8)
+  (hitbox 25 -19 31 30)
   (mirror-action "squished-left"))
  (action
   (name "diving-left")
-  (hitbox 2 4 63.8 50.8)
+  (hitbox 6 20 31 30)
   (images "diving.png"))
  (action
   (name "diving-right")
-  (hitbox 2 4 63.8 50.8)
+  (hitbox 27 20 31 30)
   (mirror-action "diving-left")
  )
 )