diff options
author | Alige <aligetmw@hotmail.fr> | 2013-03-17 20:19:10 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-03-17 20:19:10 +0400 |
commit | f15c24a66e6903eef69b97b75cb4e2940c727255 (patch) | |
tree | cd025fb7857f9ec8972256043d1a978b54b19a6d /graphics/sprites | |
parent | 6acd82a77853c7013614d8795834486bb654c970 (diff) | |
download | clientdata-f15c24a66e6903eef69b97b75cb4e2940c727255.tar.gz clientdata-f15c24a66e6903eef69b97b75cb4e2940c727255.tar.bz2 clientdata-f15c24a66e6903eef69b97b75cb4e2940c727255.tar.xz clientdata-f15c24a66e6903eef69b97b75cb4e2940c727255.zip |
Fixed the fancy hat's death frame offset.
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/equipment/head/fancyhat.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sprites/equipment/head/fancyhat.xml b/graphics/sprites/equipment/head/fancyhat.xml index 3786c5bb..b65fdaa6 100644 --- a/graphics/sprites/equipment/head/fancyhat.xml +++ b/graphics/sprites/equipment/head/fancyhat.xml @@ -138,7 +138,7 @@ Copyright (C) 2012-2013 Evol Online --> <action name="dead" imageset="base"> <animation direction="default"> - <frame index="1" offsetX="41" offsetY="-6"/> + <frame index="1" offsetX="38" offsetY="-3"/> </animation> </action> |