diff options
author | Reid <reidyaro@gmail.com> | 2012-06-04 16:58:33 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-06-04 16:58:33 +0200 |
commit | a188fb6f2de179b1aef9316ad42bda1c2594039e (patch) | |
tree | 3d10313aa78f827c706e39f3e4470f50fd7bed46 | |
parent | da35e6e5ebfbe0147239be8ed962d62f69016080 (diff) | |
download | clientdata-a188fb6f2de179b1aef9316ad42bda1c2594039e.tar.gz clientdata-a188fb6f2de179b1aef9316ad42bda1c2594039e.tar.bz2 clientdata-a188fb6f2de179b1aef9316ad42bda1c2594039e.tar.xz clientdata-a188fb6f2de179b1aef9316ad42bda1c2594039e.zip |
Correct ratto tail XML's death frames and general template.
-rw-r--r-- | graphics/sprites/accessories/ratto-tail.xml | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/graphics/sprites/accessories/ratto-tail.xml b/graphics/sprites/accessories/ratto-tail.xml index 86ac2015..b76a1aee 100644 --- a/graphics/sprites/accessories/ratto-tail.xml +++ b/graphics/sprites/accessories/ratto-tail.xml @@ -143,6 +143,7 @@ Copyright (C) 2011-2012 Evol Online --> <action name="attack" imageset="acc"> + <animation direction="down"> <frame index="0" delay="120"/> <frame index="1" delay="100"/> @@ -201,23 +202,24 @@ Copyright (C) 2011-2012 Evol Online --> </action> - <action name="dead" imageset="mob"> + <action name="dead" imageset="acc"> <animation direction="down"> - <frame index="63"/> - </animation> - - <animation direction="left"> - <frame index="64"/> + <frame index="0"/> </animation> <animation direction="up"> - <frame index="65"/> + <frame index="9"/> </animation> <animation direction="right"> - <frame index="66"/> + <frame index="6"/> + </animation> + + <animation direction="left"> + <frame index="12"/> </animation> </action> + </sprite> |