diff options
author | Alige <aligetmw@hotmail.fr> | 2012-06-02 16:20:21 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-06-02 16:20:21 +0200 |
commit | 20c55f76999711f35118ee095e2ce2fd96ded0c2 (patch) | |
tree | ea2095e392d14482b608a4d65d97d9e13d8dbeba /graphics/sprites/monsters/croc.xml | |
parent | 493dfb1bf2092b5b7ead4fec68ffb38c650f2404 (diff) | |
download | clientdata-20c55f76999711f35118ee095e2ce2fd96ded0c2.tar.gz clientdata-20c55f76999711f35118ee095e2ce2fd96ded0c2.tar.bz2 clientdata-20c55f76999711f35118ee095e2ce2fd96ded0c2.tar.xz clientdata-20c55f76999711f35118ee095e2ce2fd96ded0c2.zip |
Reworked all XML files by replacing whitespaces by tabs.
Particle XML files will be done later.
Diffstat (limited to 'graphics/sprites/monsters/croc.xml')
-rw-r--r-- | graphics/sprites/monsters/croc.xml | 84 |
1 files changed, 53 insertions, 31 deletions
diff --git a/graphics/sprites/monsters/croc.xml b/graphics/sprites/monsters/croc.xml index b8ea2aa6..67145691 100644 --- a/graphics/sprites/monsters/croc.xml +++ b/graphics/sprites/monsters/croc.xml @@ -1,11 +1,13 @@ <?xml version="1.0"?> -<!-- Author : Reid -Copyright (C) 2011 Evol Online --> + +<!-- Author: Reid. +Copyright (C) 2011 Evol Online --> + <sprite> + <imageset name="mob" src="graphics/sprites/monsters/croc.png" width="30" height="22"/> - <imageset name="croc" src="graphics/sprites/monsters/croc.png" width="30" height="22"/> + <action name="spawn" imageset="mob"> - <action name="spawn" imageset="croc"> <animation> <frame index="32" delay="350"/> <frame index="33" delay="70"/> @@ -17,53 +19,65 @@ Copyright (C) 2011 Evol Online --> <frame index="39" delay="90"/> <frame index="40" delay="80"/> <frame index="41" delay="70"/> - <jump action="stand" /> + <jump action="stand"/> </animation> + </action> - <action name="stand" imageset="croc"> + <action name="stand" imageset="mob"> + <animation direction="down"> <frame index="0"/> </animation> + + <animation direction="left"> + <frame index="24"/> + </animation> + <animation direction="up"> <frame index="8"/> </animation> + <animation direction="right"> <frame index="16"/> </animation> - <animation direction="left"> - <frame index="24"/> - </animation> + </action> - <action name="walk" imageset="croc"> + <action name="walk" imageset="mob"> + <animation direction="down"> <frame index="1" delay="84"/> <frame index="0" delay="65"/> <frame index="2" delay="84"/> <frame index="0" delay="65"/> </animation> + + <animation direction="left"> + <frame index="25" delay="84"/> + <frame index="24" delay="65"/> + <frame index="26" delay="84"/> + <frame index="24" delay="65"/> + </animation> + <animation direction="up"> <frame index="9" delay="84"/> <frame index="8" delay="65"/> <frame index="10" delay="84"/> <frame index="8" delay="65"/> </animation> + <animation direction="right"> <frame index="17" delay="84"/> <frame index="16" delay="65"/> <frame index="18" delay="84"/> <frame index="16" delay="65"/> </animation> - <animation direction="left"> - <frame index="25" delay="84"/> - <frame index="24" delay="65"/> - <frame index="26" delay="84"/> - <frame index="24" delay="65"/> - </animation> + </action> - <action name="attack" imageset="croc"> + <action name="attack" imageset="mob"> + <animation direction="down"> <frame index="3" delay="90"/> <frame index="4" delay="130"/> @@ -74,6 +88,18 @@ Copyright (C) 2011 Evol Online --> <frame index="5" delay="100"/> <end/> </animation> + + <animation direction="left"> + <frame index="27" delay="90"/> + <frame index="28" delay="130"/> + <frame index="27" delay="100"/> + <frame index="24" delay="50"/> + <frame index="29" delay="90"/> + <frame index="30" delay="130"/> + <frame index="29" delay="100"/> + <end/> + </animation> + <animation direction="up"> <frame index="11" delay="90"/> <frame index="12" delay="130"/> @@ -84,6 +110,7 @@ Copyright (C) 2011 Evol Online --> <frame index="13" delay="100"/> <end/> </animation> + <animation direction="right"> <frame index="19" delay="90"/> <frame index="20" delay="130"/> @@ -94,31 +121,26 @@ Copyright (C) 2011 Evol Online --> <frame index="21" delay="100"/> <end/> </animation> - <animation direction="left"> - <frame index="27" delay="90"/> - <frame index="28" delay="130"/> - <frame index="27" delay="100"/> - <frame index="24" delay="50"/> - <frame index="29" delay="90"/> - <frame index="30" delay="130"/> - <frame index="29" delay="100"/> - <end/> - </animation> + </action> - <action name="dead" imageset="croc"> + <action name="dead" imageset="mob"> + <animation direction="down"> <frame index="7"/> </animation> + + <animation direction="left"> + <frame index="31"/> + </animation> + <animation direction="up"> <frame index="15"/> </animation> <animation direction="right"> <frame index="23"/> </animation> - <animation direction="left"> - <frame index="31"/> - </animation> + </action> </sprite>
\ No newline at end of file |