diff options
author | Reid <reidyaro@gmail.com> | 2014-05-05 06:39:57 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2014-05-05 06:39:57 +0200 |
commit | 250770557510116affb4ab468d2e16c0a7523e9f (patch) | |
tree | 2242d65e7bdede53c4b545130f4e1b184ab92831 /graphics/sprites/monsters/croc.xml | |
parent | 4de5e29d957f7b1ff6d1f31b3cd2d0c09c5e48c2 (diff) | |
download | clientdata-250770557510116affb4ab468d2e16c0a7523e9f.tar.gz clientdata-250770557510116affb4ab468d2e16c0a7523e9f.tar.bz2 clientdata-250770557510116affb4ab468d2e16c0a7523e9f.tar.xz clientdata-250770557510116affb4ab468d2e16c0a7523e9f.zip |
Correct some wrong animation name on croc.xml, and add a missing one.
Diffstat (limited to 'graphics/sprites/monsters/croc.xml')
-rw-r--r-- | graphics/sprites/monsters/croc.xml | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/graphics/sprites/monsters/croc.xml b/graphics/sprites/monsters/croc.xml index 75f5e2bc..292fa837 100644 --- a/graphics/sprites/monsters/croc.xml +++ b/graphics/sprites/monsters/croc.xml @@ -128,7 +128,6 @@ Copyright (C) 2011-2014 Evol Online --> <end /> </animation> - <animation direction="downleft"> <frame index="11" delay="90"/> <frame index="12" delay="130"/> @@ -173,7 +172,7 @@ Copyright (C) 2011-2014 Evol Online --> <end /> </animation> - <animation direction="down"> + <animation direction="upright"> <frame index="43" delay="90"/> <frame index="44" delay="130"/> <frame index="43" delay="100"/> @@ -184,7 +183,7 @@ Copyright (C) 2011-2014 Evol Online --> <end /> </animation> - <animation direction="down"> + <animation direction="right"> <frame index="51" delay="90"/> <frame index="52" delay="130"/> <frame index="51" delay="100"/> @@ -194,6 +193,17 @@ Copyright (C) 2011-2014 Evol Online --> <frame index="53" delay="100"/> <end /> </animation> + + <animation direction="downright"> + <frame index="59" delay="90"/> + <frame index="60" delay="130"/> + <frame index="59" delay="100"/> + <frame index="56" delay="50"/> + <frame index="61" delay="90"/> + <frame index="62" delay="130"/> + <frame index="61" delay="100"/> + <end /> + </animation> </action> <action name="dead" imageset="mob"> |