diff options
-rw-r--r-- | graphics/sprites/equipment/head/witch-hat2-female.xml | 4 | ||||
-rw-r--r-- | graphics/sprites/equipment/head/witch-hat2.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/sprites/equipment/head/witch-hat2-female.xml b/graphics/sprites/equipment/head/witch-hat2-female.xml index eefbfbc4..32d12cc3 100644 --- a/graphics/sprites/equipment/head/witch-hat2-female.xml +++ b/graphics/sprites/equipment/head/witch-hat2-female.xml @@ -95,13 +95,13 @@ </action> <action imageset="base" name="sit"> <animation direction="down"> - <frame index="0" offsetX="0" offsetY="-33"/> + <frame index="0" offsetX="-1" offsetY="-33"/> </animation> <animation direction="left"> <frame index="1" offsetX="4" offsetY="-36"/> </animation> <animation direction="up"> - <frame index="2" offsetX="0" offsetY="-33"/> + <frame index="2" offsetX="-1" offsetY="-33"/> </animation> <animation direction="right"> <frame index="3" offsetX="-6" offsetY="-36"/> diff --git a/graphics/sprites/equipment/head/witch-hat2.xml b/graphics/sprites/equipment/head/witch-hat2.xml index 6f870944..3b96b9e0 100644 --- a/graphics/sprites/equipment/head/witch-hat2.xml +++ b/graphics/sprites/equipment/head/witch-hat2.xml @@ -97,13 +97,13 @@ </action> <action name="sit" imageset="base"> <animation direction="down"> - <frame index="0" offsetX="0" offsetY="-33"/> + <frame index="0" offsetX="-1" offsetY="-33"/> </animation> <animation direction="left"> <frame index="1" offsetX="4" offsetY="-36"/> </animation> <animation direction="up"> - <frame index="2" offsetX="0" offsetY="-33"/> + <frame index="2" offsetX="-1" offsetY="-33"/> </animation> <animation direction="right"> <frame index="3" offsetX="-6" offsetY="-36"/> |