diff options
author | gumi <git@gumi.ca> | 2018-02-11 18:10:42 -0500 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-02-11 19:07:34 -0500 |
commit | 26156abaac32854eab1e314ecea51308d8e643e3 (patch) | |
tree | a8103c019105becd7f27479391dffc5c0a7b9ebe /graphics/sprites/equipment | |
parent | 4672243dd81b295bd61774fb369106e9d4b18f87 (diff) | |
download | clientdata-26156abaac32854eab1e314ecea51308d8e643e3.tar.gz clientdata-26156abaac32854eab1e314ecea51308d8e643e3.tar.bz2 clientdata-26156abaac32854eab1e314ecea51308d8e643e3.tar.xz clientdata-26156abaac32854eab1e314ecea51308d8e643e3.zip |
recenter pointy witch hat sit frames
Diffstat (limited to 'graphics/sprites/equipment')
-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"/> |