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