diff options
author | Reid <reidyaro@gmail.com> | 2012-05-21 02:42:44 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-05-21 02:42:44 +0200 |
commit | c613df1931975d83bdb9f0b4aaef23649e153ddf (patch) | |
tree | 34cc170cefdf51a44ae6c2d9db8fd70dab6c611d /graphics/sprites/hairstyles | |
parent | ffabb8767fd24f6270409837768bd621558e5671 (diff) | |
download | clientdata-c613df1931975d83bdb9f0b4aaef23649e153ddf.tar.gz clientdata-c613df1931975d83bdb9f0b4aaef23649e153ddf.tar.bz2 clientdata-c613df1931975d83bdb9f0b4aaef23649e153ddf.tar.xz clientdata-c613df1931975d83bdb9f0b4aaef23649e153ddf.zip |
Update every male equipment sprite with new sits positions (old and new added),
Add offsetY="5" on hairstyles and bandana XMLs.
Diffstat (limited to 'graphics/sprites/hairstyles')
-rw-r--r-- | graphics/sprites/hairstyles/hairstyle1.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/sprites/hairstyles/hairstyle1.xml b/graphics/sprites/hairstyles/hairstyle1.xml index 778e25fd..80ce0eca 100644 --- a/graphics/sprites/hairstyles/hairstyle1.xml +++ b/graphics/sprites/hairstyles/hairstyle1.xml @@ -106,13 +106,14 @@ Copyright (C) 2010-2011 Evol Online --> <action name="sit" imageset="base"> <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-17" /> + <!-- Old OffsetY value was at "-17" before the add of the new sit frames.--> + <frame index="0" offsetY ="-22" /> </animation> <animation direction="left"> <frame index="1" offsetX="4" offsetY ="-20"/> </animation> <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-17"/> + <frame index="2" offsetY ="-17"/> </animation> <animation direction="right"> <frame index="3" offsetX="-6" offsetY ="-20"/> |