diff options
author | Ali-G <gauvain.dauchy@free.fr> | 2011-05-22 09:42:46 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-05-22 15:21:49 +0200 |
commit | 043f96a05c975bfbf60a29de2033e51804962e27 (patch) | |
tree | 40f6ff67f6c09c53d857c95315ef2d61badd9434 /graphics/sprites | |
parent | 1613bc71850b3c0fdcb60124c14f1c5d05fcbf68 (diff) | |
download | clientdata-043f96a05c975bfbf60a29de2033e51804962e27.tar.gz clientdata-043f96a05c975bfbf60a29de2033e51804962e27.tar.bz2 clientdata-043f96a05c975bfbf60a29de2033e51804962e27.tar.xz clientdata-043f96a05c975bfbf60a29de2033e51804962e27.zip |
Fixed the crown's death frame.
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/equipment/head/crown.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sprites/equipment/head/crown.xml b/graphics/sprites/equipment/head/crown.xml index 2172904b..79585742 100644 --- a/graphics/sprites/equipment/head/crown.xml +++ b/graphics/sprites/equipment/head/crown.xml @@ -135,7 +135,7 @@ <action name="dead" imageset="base"> <animation direction="default"> - <frame index="0" offsetX="21" offsetY="-15"/> + <frame index="0" offsetX="40" offsetY="-10"/> </animation> </action> </sprite> |