diff options
-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> |