diff options
Diffstat (limited to 'graphics/sprites/equipment')
-rw-r--r-- | graphics/sprites/equipment/head/glasses-female.xml | 8 | ||||
-rw-r--r-- | graphics/sprites/equipment/head/glasses.xml | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/graphics/sprites/equipment/head/glasses-female.xml b/graphics/sprites/equipment/head/glasses-female.xml index 1174a034..c91c275c 100644 --- a/graphics/sprites/equipment/head/glasses-female.xml +++ b/graphics/sprites/equipment/head/glasses-female.xml @@ -97,16 +97,16 @@ </action> <action imageset="base" name="sit"> <animation direction="down"> - <frame index="0" offsetX="-2" offsetY="-26"/> + <frame index="0" offsetX="-2" offsetY="-22"/> </animation> <animation direction="left"> - <frame index="1" offsetX="2" offsetY="-28"/> + <frame index="1" offsetX="2" offsetY="-26"/> </animation> <animation direction="up"> - <frame index="3" offsetX="-1" offsetY="-28"/> + <frame index="3" offsetX="-1" offsetY="-26"/> </animation> <animation direction="right"> - <frame index="2" offsetX="-6" offsetY="-28"/> + <frame index="2" offsetX="-6" offsetY="-26"/> </animation> </action> <action imageset="base" name="dead"> diff --git a/graphics/sprites/equipment/head/glasses.xml b/graphics/sprites/equipment/head/glasses.xml index e338fac3..c5e53534 100644 --- a/graphics/sprites/equipment/head/glasses.xml +++ b/graphics/sprites/equipment/head/glasses.xml @@ -97,16 +97,16 @@ </action> <action name="sit" imageset="base"> <animation direction="down"> - <frame index="0" offsetX="-2" offsetY="-26"/> + <frame index="0" offsetX="-2" offsetY="-22"/> </animation> <animation direction="left"> - <frame index="1" offsetX="2" offsetY="-28"/> + <frame index="1" offsetX="2" offsetY="-24"/> </animation> <animation direction="up"> - <frame index="3" offsetX="-1" offsetY="-28"/> + <frame index="3" offsetX="-1" offsetY="-24"/> </animation> <animation direction="right"> - <frame index="2" offsetX="-6" offsetY="-28"/> + <frame index="2" offsetX="-6" offsetY="-24"/> </animation> </action> <action name="dead" imageset="base"> |