From: Ingo Ruhnke Date: Tue, 13 May 2008 23:51:13 +0000 (+0000) Subject: Some animation/hitbox fixes X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=2f271d04d1732895a6b7048f53c126f14760d5d4;p=supertux.git Some animation/hitbox fixes SVN-Revision: 5467 --- diff --git a/data/images/creatures/mr_iceblock/mr_iceblock.sprite b/data/images/creatures/mr_iceblock/mr_iceblock.sprite index fe7c2e89f..5a9aed3c5 100644 --- a/data/images/creatures/mr_iceblock/mr_iceblock.sprite +++ b/data/images/creatures/mr_iceblock/mr_iceblock.sprite @@ -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") diff --git a/data/images/creatures/spiky/spiky.sprite b/data/images/creatures/spiky/spiky.sprite index 60a8aa466..6c9da4eb9 100644 --- a/data/images/creatures/spiky/spiky.sprite +++ b/data/images/creatures/spiky/spiky.sprite @@ -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") + ) ) -)