diff options
Diffstat (limited to 'graphics/sprites/monsters/tortuga.xml')
-rw-r--r-- | graphics/sprites/monsters/tortuga.xml | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/graphics/sprites/monsters/tortuga.xml b/graphics/sprites/monsters/tortuga.xml index 6ad97c43..4bf9cd46 100644 --- a/graphics/sprites/monsters/tortuga.xml +++ b/graphics/sprites/monsters/tortuga.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Author: Reid -Copyright (C) 2011-2012 Evol Online --> +Copyright (C) 2011-2013 Evol Online --> <sprite> <imageset name="mob" src="graphics/sprites/monsters/tortuga.png" @@ -8,7 +8,6 @@ Copyright (C) 2011-2012 Evol Online --> height="32"/> <action name="spawn" imageset="mob"> - <animation> <frame index="32" delay="70" offsetY="-86"/> <frame index="33" delay="70" offsetY="-78"/> @@ -35,11 +34,9 @@ Copyright (C) 2011-2012 Evol Online --> <frame index="39" delay="80" offsetY="-1"/> <jump action="stand"/> </animation> - </action> <action name="stand" imageset="mob"> - <animation direction="down"> <!-- Static --> <frame index="0" delay="4000"/> @@ -79,7 +76,7 @@ Copyright (C) 2011-2012 Evol Online --> <animation direction="up"> <!-- Static --> <frame index="4" delay="4000"/> - <!-- Moving Feet --> + <!-- Moving Feet --> <frame index="5" delay="120"/> <frame index="4" delay="120"/> <frame index="6" delay="120"/> @@ -111,11 +108,9 @@ Copyright (C) 2011-2012 Evol Online --> <frame index="16" delay="120"/> <frame index="18" delay="120"/> </animation> - </action> <action name="walk" imageset="mob"> - <animation direction="down"> <!-- Normal Move --> <frame index="1" delay="120"/> @@ -179,11 +174,9 @@ Copyright (C) 2011-2012 Evol Online --> <frame index="18" delay="120"/> <frame index="16" delay="120"/> </animation> - </action> <action name="attack" imageset="mob"> - <animation direction="down"> <!-- Normal Attack --> <frame index="0" delay="60" offsetY="2"/> @@ -279,11 +272,9 @@ Copyright (C) 2011-2012 Evol Online --> <frame index="17" delay="40" offsetY="2" offsetX="2"/> <end /> </animation> - </action> <action name="dead" imageset="mob"> - <animation direction="down"> <frame index="3"/> </animation> @@ -315,6 +306,5 @@ Copyright (C) 2011-2012 Evol Online --> <animation direction="downright"> <frame index="19"/> </animation> - </action> </sprite> |