From: Florian Forster Date: Sat, 27 Feb 2010 10:58:46 +0000 (+0000) Subject: Captain Snowball: Change the offset so it walks *on* tiles rather than one pixel... X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=a3682075704ee9c8db27565448a2ad9f5c17c333;p=supertux.git Captain Snowball: Change the offset so it walks *on* tiles rather than one pixel *in* tiles. SVN-Revision: 6413 --- diff --git a/data/images/creatures/snowball/cpt-snowball.sprite b/data/images/creatures/snowball/cpt-snowball.sprite index 545151e4c..31d6a54ac 100644 --- a/data/images/creatures/snowball/cpt-snowball.sprite +++ b/data/images/creatures/snowball/cpt-snowball.sprite @@ -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")