From: Ingo Ruhnke Date: Sat, 16 Aug 2014 20:41:32 +0000 (+0200) Subject: Fixed hitboxes/hotspot for WorldMap Tux X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=7ef11922f30d3d027ee763e764f6c39c34f5cbec;p=supertux.git Fixed hitboxes/hotspot for WorldMap Tux --- diff --git a/data/images/worldmap/common/tux.sprite b/data/images/worldmap/common/tux.sprite index 8701d19ba..04b733b62 100644 --- a/data/images/worldmap/common/tux.sprite +++ b/data/images/worldmap/common/tux.sprite @@ -28,7 +28,7 @@ ) (action (name "large-walking") - (hitbox 0 10 0 0) + (hitbox 5 20 0 0) (images "smalltux.png" "smalltux1.png" "smalltux2.png" @@ -49,12 +49,12 @@ ) (action (name "large-stop") - (hitbox 0 10 0 0) + (hitbox 5 20 0 0) (images "smalltux.png") ) (action (name "fire-walking") - (hitbox 0 10 0 0) + (hitbox 5 20 0 0) (images "smalltux_fire.png" "smalltux2_fire.png" "smalltux3_fire.png" @@ -73,12 +73,12 @@ ) (action (name "fire-stop") - (hitbox 0 10 0 0) + (hitbox 5 20 0 0) (images "smalltux_fire.png") ) (action (name "ice-walking") - (hitbox 0 10 0 0) + (hitbox 5 20 0 0) (images "smalltux_ice.png" "smalltux2_ice.png" "smalltux3_ice.png" @@ -97,7 +97,7 @@ ) (action (name "ice-stop") - (hitbox 0 10 0 0) + (hitbox 5 20 0 0) (images "smalltux_ice.png") ) )