diff options
author | Reid <reidyaro@gmail.com> | 2012-12-24 01:33:29 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-12-24 01:33:29 +0100 |
commit | e0fcfd14becd45a68e3341aa5377bcfd260b7caf (patch) | |
tree | 98ab08348ab8d3840f47ac8d68184b35349a0b58 /graphics/sprites/equipment/head/bandana.xml | |
parent | b034c99a3ab3015f211e92809c40902a362f6845 (diff) | |
download | clientdata-e0fcfd14becd45a68e3341aa5377bcfd260b7caf.tar.gz clientdata-e0fcfd14becd45a68e3341aa5377bcfd260b7caf.tar.bz2 clientdata-e0fcfd14becd45a68e3341aa5377bcfd260b7caf.tar.xz clientdata-e0fcfd14becd45a68e3341aa5377bcfd260b7caf.zip |
Correct bandana hat position.
Diffstat (limited to 'graphics/sprites/equipment/head/bandana.xml')
-rw-r--r-- | graphics/sprites/equipment/head/bandana.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sprites/equipment/head/bandana.xml b/graphics/sprites/equipment/head/bandana.xml index 22443753..f718f436 100644 --- a/graphics/sprites/equipment/head/bandana.xml +++ b/graphics/sprites/equipment/head/bandana.xml @@ -114,7 +114,7 @@ Copyright (C) 2012 Evol Online --> <frame index="1" offsetX="6" offsetY="-29"/> </animation> <animation direction="up"> - <frame index="2" offsetX="-1" offsetY="-29"/> + <frame index="2" offsetY="-29"/> </animation> <animation direction="right"> <frame index="3" offsetX="-7" offsetY="-29"/> @@ -129,7 +129,7 @@ Copyright (C) 2012 Evol Online --> <frame index="1" offsetX="6" offsetY="-29"/> </animation> <animation direction="up"> - <frame index="2" offsetX="-1" offsetY="-29"/> + <frame index="2" offsetY="-29"/> </animation> <animation direction="right"> <frame index="3" offsetX="-7" offsetY="-29"/> |