diff options
author | Reid <reidyaro@gmail.com> | 2012-06-08 16:07:16 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-06-08 16:07:16 +0200 |
commit | 96226ded3f27a536836f15e5f650c2bd7b63e55a (patch) | |
tree | fc126ac8902ec19348bf6e4650e5bbf0249ca0f5 /graphics/sprites/hairstyles/hairstyle13.xml | |
parent | 9671f97af81cbb2ba43d8000335ab0e957da14c5 (diff) | |
download | clientdata-96226ded3f27a536836f15e5f650c2bd7b63e55a.tar.gz clientdata-96226ded3f27a536836f15e5f650c2bd7b63e55a.tar.bz2 clientdata-96226ded3f27a536836f15e5f650c2bd7b63e55a.tar.xz clientdata-96226ded3f27a536836f15e5f650c2bd7b63e55a.zip |
Correct hairstyle #13 (and #23) front sit and sittop offsets.
Diffstat (limited to 'graphics/sprites/hairstyles/hairstyle13.xml')
-rw-r--r-- | graphics/sprites/hairstyles/hairstyle13.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sprites/hairstyles/hairstyle13.xml b/graphics/sprites/hairstyles/hairstyle13.xml index 16979e1f..944a29ba 100644 --- a/graphics/sprites/hairstyles/hairstyle13.xml +++ b/graphics/sprites/hairstyles/hairstyle13.xml @@ -107,7 +107,7 @@ Copyright (C) 2010-2012 Evol Online --> <action name="sit" imageset="base"> <animation direction="down"> - <frame index="0" offsetY="-22"/> + <frame index="0" offsetY="-26" offsetX="3"/> </animation> <animation direction="left"> <frame index="3" offsetX="7" offsetY="-24"/> @@ -122,7 +122,7 @@ Copyright (C) 2010-2012 Evol Online --> <action name="sittop" imageset="base"> <animation direction="down"> - <frame index="0" offsetY="-17"/> + <frame index="0" offsetY="-21" offsetX="3"/> </animation> <animation direction="left"> <frame index="3" offsetX="7" offsetY="-24"/> |