diff options
author | Alige <aligetmw@hotmail.fr> | 2013-03-30 21:38:40 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-03-30 21:38:40 +0400 |
commit | 87e8c49bd99afd1764e4d408d5ed88b465e6e822 (patch) | |
tree | def768e0fac2b84bc74beba76543c3bfa374bffd /graphics/sprites/monsters/piou.xml | |
parent | 9b800a38a110530b14caac4ff9e792318c3f56f1 (diff) | |
download | clientdata-87e8c49bd99afd1764e4d408d5ed88b465e6e822.tar.gz clientdata-87e8c49bd99afd1764e4d408d5ed88b465e6e822.tar.bz2 clientdata-87e8c49bd99afd1764e4d408d5ed88b465e6e822.tar.xz clientdata-87e8c49bd99afd1764e4d408d5ed88b465e6e822.zip |
Minor fixes on a lot of XML files.
Changed Reid's real name info to <Hidden>, it did not make sense.
Diffstat (limited to 'graphics/sprites/monsters/piou.xml')
-rw-r--r-- | graphics/sprites/monsters/piou.xml | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/graphics/sprites/monsters/piou.xml b/graphics/sprites/monsters/piou.xml index fd2edab0..c95975de 100644 --- a/graphics/sprites/monsters/piou.xml +++ b/graphics/sprites/monsters/piou.xml @@ -9,13 +9,12 @@ Copyright (C) 2011-2013 Evol Online --> offsetY="-12"/> <imageset name="acc" - src="graphics/sprites/accessories/piousse-egg.png" - width="11" - height="11" - offsetY="-12"/> + src="graphics/sprites/accessories/piousse-egg.png" + width="11" + height="11" + offsetY="-12"/> <action name="spawn" imageset="acc"> - <animation> <frame index="9" delay="20" offsetY="-86"/> <frame index="9" delay="30" offsetY="-82"/> @@ -43,11 +42,9 @@ Copyright (C) 2011-2013 Evol Online --> <frame index="9" delay="60" offsetY="-1"/> <jump action="stand"/> </animation> - </action> <action name="stand" imageset="mob"> - <animation direction="down"> <!-- Static --> <frame index="0" delay="1300"/> @@ -330,7 +327,6 @@ Copyright (C) 2011-2013 Evol Online --> </action> <action name="walk" imageset="mob"> - <animation direction="down"> <!-- Normal Jump x2 --> <sequence start="0" end="1" delay="50" offsetY="-1"/> @@ -706,11 +702,9 @@ Copyright (C) 2011-2013 Evol Online --> <frame index="36" delay="50" offsetY="-2"/> <frame index="35" delay="50" offsetY="-1"/> </animation> - </action> <action name="attack" imageset="mob"> - <animation direction="down"> <!-- Runs to the player, bits him and goes back to its place. --> <frame index="0" delay="60" offsetY="2"/> @@ -806,11 +800,9 @@ Copyright (C) 2011-2013 Evol Online --> <frame index="35" delay="40" offsetX="2" offsetY="2"/> <end /> </animation> - </action> <action name="dead" imageset="mob"> - <animation direction="down"> <frame index="4"/> </animation> @@ -842,6 +834,5 @@ Copyright (C) 2011-2013 Evol Online --> <animation direction="downright"> <frame index="39"/> </animation> - </action> </sprite> |