From 7ef11922f30d3d027ee763e764f6c39c34f5cbec Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Sat, 16 Aug 2014 22:41:32 +0200 Subject: [PATCH] Fixed hitboxes/hotspot for WorldMap Tux --- data/images/worldmap/common/tux.sprite | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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") ) ) -- 2.11.0