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/players | |
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/players')
-rw-r--r-- | graphics/sprites/players/demon-female.xml | 3 | ||||
-rw-r--r-- | graphics/sprites/players/demon-male.xml | 3 | ||||
-rw-r--r-- | graphics/sprites/players/elven-female.xml | 3 | ||||
-rw-r--r-- | graphics/sprites/players/elven-male.xml | 3 | ||||
-rw-r--r-- | graphics/sprites/players/human-female.xml | 3 | ||||
-rw-r--r-- | graphics/sprites/players/human-male.xml | 44 | ||||
-rw-r--r-- | graphics/sprites/players/orc-female.xml | 3 | ||||
-rw-r--r-- | graphics/sprites/players/orc-male.xml | 3 | ||||
-rw-r--r-- | graphics/sprites/players/raijin-female.xml | 3 | ||||
-rw-r--r-- | graphics/sprites/players/raijin-male.xml | 3 | ||||
-rw-r--r-- | graphics/sprites/players/tritan-female.xml | 3 | ||||
-rw-r--r-- | graphics/sprites/players/tritan-male.xml | 3 | ||||
-rw-r--r-- | graphics/sprites/players/ukar-female.xml | 3 | ||||
-rw-r--r-- | graphics/sprites/players/ukar-male.xml | 3 |
14 files changed, 62 insertions, 21 deletions
diff --git a/graphics/sprites/players/demon-female.xml b/graphics/sprites/players/demon-female.xml index e514d034..ee491eaf 100644 --- a/graphics/sprites/players/demon-female.xml +++ b/graphics/sprites/players/demon-female.xml @@ -1,6 +1,9 @@ <?xml version="1.0"?> + <!-- Copyright (C) 2010-2012 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/players/demon-female.png" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/players/demon-male.xml b/graphics/sprites/players/demon-male.xml index 7f001880..60be1254 100644 --- a/graphics/sprites/players/demon-male.xml +++ b/graphics/sprites/players/demon-male.xml @@ -1,6 +1,9 @@ <?xml version="1.0"?> + <!-- Copyright (C) 2010-2012 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/players/demon-male.png" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/players/elven-female.xml b/graphics/sprites/players/elven-female.xml index 4545f0ad..45daa674 100644 --- a/graphics/sprites/players/elven-female.xml +++ b/graphics/sprites/players/elven-female.xml @@ -1,6 +1,9 @@ <?xml version="1.0"?> + <!-- Copyright (C) 2010-2012 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/players/elven-female.png" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/players/elven-male.xml b/graphics/sprites/players/elven-male.xml index 7a6d4471..da4604aa 100644 --- a/graphics/sprites/players/elven-male.xml +++ b/graphics/sprites/players/elven-male.xml @@ -1,6 +1,9 @@ <?xml version="1.0"?> + <!-- Copyright (C) 2010-2012 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/players/elven-male.png" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/players/human-female.xml b/graphics/sprites/players/human-female.xml index 0032b614..cc2ebd53 100644 --- a/graphics/sprites/players/human-female.xml +++ b/graphics/sprites/players/human-female.xml @@ -1,6 +1,9 @@ <?xml version="1.0"?> + <!-- Copyright (C) 2010-2012 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/players/human-female.png" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/players/human-male.xml b/graphics/sprites/players/human-male.xml index 77761062..1ad2576d 100644 --- a/graphics/sprites/players/human-male.xml +++ b/graphics/sprites/players/human-male.xml @@ -1,6 +1,8 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects + +<!-- Author from TMW, TMW BR or UFB projects. Copyright (C) 2010-2012 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/players/human-male.png" width="64" height="64"/> @@ -20,21 +22,6 @@ Copyright (C) 2010-2012 Evol Online --> </animation> </action> - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="1" end="6" delay="75"/> - </animation> - <animation direction="left"> - <sequence start="19" end="24" delay="75"/> - </animation> - <animation direction="up"> - <sequence start="37" end="42" delay="75"/> - </animation> - <animation direction="right"> - <sequence start="55" end="60" delay="75"/> - </animation> - </action> - <action name="sit" imageset="base"> <animation direction="down"> <frame index="7"/> @@ -65,18 +52,18 @@ Copyright (C) 2010-2012 Evol Online --> </animation> </action> - <action name="dead" imageset="base"> + <action name="walk" imageset="base"> <animation direction="down"> - <frame index="8"/> + <sequence start="1" end="6" delay="75"/> </animation> <animation direction="left"> - <frame index="26"/> + <sequence start="19" end="24" delay="75"/> </animation> <animation direction="up"> - <frame index="44"/> + <sequence start="37" end="42" delay="75"/> </animation> <animation direction="right"> - <frame index="62"/> + <sequence start="55" end="60" delay="75"/> </animation> </action> @@ -118,4 +105,19 @@ Copyright (C) 2010-2012 Evol Online --> </animation> </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="8"/> + </animation> + <animation direction="left"> + <frame index="26"/> + </animation> + <animation direction="up"> + <frame index="44"/> + </animation> + <animation direction="right"> + <frame index="62"/> + </animation> + </action> + </sprite>
\ No newline at end of file diff --git a/graphics/sprites/players/orc-female.xml b/graphics/sprites/players/orc-female.xml index 8369bcdf..7a33ecc7 100644 --- a/graphics/sprites/players/orc-female.xml +++ b/graphics/sprites/players/orc-female.xml @@ -1,6 +1,9 @@ <?xml version="1.0"?> + <!-- Copyright (C) 2010-2012 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/players/orc-female.png" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/players/orc-male.xml b/graphics/sprites/players/orc-male.xml index 0a38cdec..b1c452ce 100644 --- a/graphics/sprites/players/orc-male.xml +++ b/graphics/sprites/players/orc-male.xml @@ -1,6 +1,9 @@ <?xml version="1.0"?> + <!-- Copyright (C) 2010-2012 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/players/orc-male.png" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/players/raijin-female.xml b/graphics/sprites/players/raijin-female.xml index f8d94b8c..ed6adfc2 100644 --- a/graphics/sprites/players/raijin-female.xml +++ b/graphics/sprites/players/raijin-female.xml @@ -1,6 +1,9 @@ <?xml version="1.0"?> + <!-- Copyright (C) 2010-2012 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/players/raijin-female.png" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/players/raijin-male.xml b/graphics/sprites/players/raijin-male.xml index 643f507c..b4c2260a 100644 --- a/graphics/sprites/players/raijin-male.xml +++ b/graphics/sprites/players/raijin-male.xml @@ -1,6 +1,9 @@ <?xml version="1.0"?> + <!-- Copyright (C) 2010-2012 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/players/raijin-male.png" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/players/tritan-female.xml b/graphics/sprites/players/tritan-female.xml index 2a365643..3ee4e0d0 100644 --- a/graphics/sprites/players/tritan-female.xml +++ b/graphics/sprites/players/tritan-female.xml @@ -1,6 +1,9 @@ <?xml version="1.0"?> + <!-- Copyright (C) 2010-2012 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/players/tritan-female.png" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/players/tritan-male.xml b/graphics/sprites/players/tritan-male.xml index e2f86dee..37191fdb 100644 --- a/graphics/sprites/players/tritan-male.xml +++ b/graphics/sprites/players/tritan-male.xml @@ -1,6 +1,9 @@ <?xml version="1.0"?> + <!-- Copyright (C) 2010-2012 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/players/tritan-male.png" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/players/ukar-female.xml b/graphics/sprites/players/ukar-female.xml index 6fdf2a84..7e37f25c 100644 --- a/graphics/sprites/players/ukar-female.xml +++ b/graphics/sprites/players/ukar-female.xml @@ -1,6 +1,9 @@ <?xml version="1.0"?> + <!-- Copyright (C) 2010-2012 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/players/ukar-female.png" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/players/ukar-male.xml b/graphics/sprites/players/ukar-male.xml index 00d173a9..edcf33d7 100644 --- a/graphics/sprites/players/ukar-male.xml +++ b/graphics/sprites/players/ukar-male.xml @@ -1,6 +1,9 @@ <?xml version="1.0"?> + <!-- Copyright (C) 2010-2012 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/players/ukar-male.png" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> |