From: Christoph Sommer Date: Sat, 1 Jul 2006 02:14:03 +0000 (+0000) Subject: Fixed some hitboxes. This "moves" all cannons 12px up and all stalactites 4px up X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=733357d72f8095f6a00fb79b308f37027265abcc;p=supertux.git Fixed some hitboxes. This "moves" all cannons 12px up and all stalactites 4px up SVN-Revision: 3822 --- diff --git a/data/images/creatures/dispenser/dispenser.sprite b/data/images/creatures/dispenser/dispenser.sprite index 3a3875013..7636dfc8c 100644 --- a/data/images/creatures/dispenser/dispenser.sprite +++ b/data/images/creatures/dispenser/dispenser.sprite @@ -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")) ) diff --git a/data/images/creatures/mr_rocket/mr_rocket.sprite b/data/images/creatures/mr_rocket/mr_rocket.sprite index e2069c497..0cccf3aaf 100644 --- a/data/images/creatures/mr_rocket/mr_rocket.sprite +++ b/data/images/creatures/mr_rocket/mr_rocket.sprite @@ -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" @@ -12,29 +12,29 @@ (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") ) ) diff --git a/data/images/creatures/stalactite/stalactite.sprite b/data/images/creatures/stalactite/stalactite.sprite index ed255319c..002cf2a82 100644 --- a/data/images/creatures/stalactite/stalactite.sprite +++ b/data/images/creatures/stalactite/stalactite.sprite @@ -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"))) diff --git a/data/images/creatures/zeekling/zeekling.sprite b/data/images/creatures/zeekling/zeekling.sprite index 020b6d08d..2b5303a4e 100644 --- a/data/images/creatures/zeekling/zeekling.sprite +++ b/data/images/creatures/zeekling/zeekling.sprite @@ -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") ) )