diff options
Diffstat (limited to 'graphics/sprites/players')
-rw-r--r-- | graphics/sprites/players/demon-female.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/players/demon-male.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/players/elven-female.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/players/elven-male.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/players/human-female.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/players/human-male.xml | 14 | ||||
-rw-r--r-- | graphics/sprites/players/orc-female.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/players/orc-male.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/players/raijin-female.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/players/raijin-male.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/players/tritan-female.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/players/tritan-male.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/players/ukar-female.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/players/ukar-male.xml | 2 |
14 files changed, 20 insertions, 20 deletions
diff --git a/graphics/sprites/players/demon-female.xml b/graphics/sprites/players/demon-female.xml index ec3db773..e514d034 100644 --- a/graphics/sprites/players/demon-female.xml +++ b/graphics/sprites/players/demon-female.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> - <imageset name="race" src="graphics/sprites/players/demon-female.png" width="64" height="64"/> + <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 bbc5869d..7f001880 100644 --- a/graphics/sprites/players/demon-male.xml +++ b/graphics/sprites/players/demon-male.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> - <imageset name="race" src="graphics/sprites/players/demon-male.png" width="64" height="64"/> + <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 cc8795c0..4545f0ad 100644 --- a/graphics/sprites/players/elven-female.xml +++ b/graphics/sprites/players/elven-female.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> - <imageset name="race" src="graphics/sprites/players/elven-female.png" width="64" height="64"/> + <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 4f784a85..7a6d4471 100644 --- a/graphics/sprites/players/elven-male.xml +++ b/graphics/sprites/players/elven-male.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> - <imageset name="race" src="graphics/sprites/players/elven-male.png" width="64" height="64"/> + <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 f60eecda..0032b614 100644 --- a/graphics/sprites/players/human-female.xml +++ b/graphics/sprites/players/human-female.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> - <imageset name="race" src="graphics/sprites/players/human-female.png" width="64" height="64"/> + <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 5417c036..139b52c5 100644 --- a/graphics/sprites/players/human-male.xml +++ b/graphics/sprites/players/human-male.xml @@ -3,9 +3,9 @@ Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> - <imageset name="race" src="graphics/sprites/players/human-male.png" width="64" height="64"/> + <imageset name="base" src="graphics/sprites/players/human-male.png" width="64" height="64"/> - <action name="stand" imageset="race"> + <action name="stand" imageset="base"> <animation direction="down"> <frame index="0"/> </animation> @@ -20,7 +20,7 @@ Copyright (C) 2010-2012 Evol Online --> </animation> </action> - <action name="walk" imageset="race"> + <action name="walk" imageset="base"> <animation direction="down"> <sequence start="1" end="6" delay="75"/> </animation> @@ -35,7 +35,7 @@ Copyright (C) 2010-2012 Evol Online --> </animation> </action> - <action name="sit" imageset="race"> + <action name="sit" imageset="base"> <animation direction="down"> <frame index="7"/> </animation> @@ -50,7 +50,7 @@ Copyright (C) 2010-2012 Evol Online --> </animation> </action> - <action name="dead" imageset="race"> + <action name="dead" imageset="base"> <animation direction="down"> <frame index="8"/> </animation> @@ -65,7 +65,7 @@ Copyright (C) 2010-2012 Evol Online --> </animation> </action> - <action name="attack" imageset="race"> + <action name="attack" imageset="base"> <animation direction="down"> <sequence start="9" end="12" delay="75"/> <end /> @@ -84,7 +84,7 @@ Copyright (C) 2010-2012 Evol Online --> </animation> </action> - <action name="attack_bow" imageset="race"> + <action name="attack_bow" imageset="base"> <animation direction="down"> <sequence start="13" end="17" delay="75"/> <end /> diff --git a/graphics/sprites/players/orc-female.xml b/graphics/sprites/players/orc-female.xml index 66552814..8369bcdf 100644 --- a/graphics/sprites/players/orc-female.xml +++ b/graphics/sprites/players/orc-female.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> - <imageset name="race" src="graphics/sprites/players/orc-female.png" width="64" height="64"/> + <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 836ea58f..0a38cdec 100644 --- a/graphics/sprites/players/orc-male.xml +++ b/graphics/sprites/players/orc-male.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> - <imageset name="race" src="graphics/sprites/players/orc-male.png" width="64" height="64"/> + <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 6df1be8f..f8d94b8c 100644 --- a/graphics/sprites/players/raijin-female.xml +++ b/graphics/sprites/players/raijin-female.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> - <imageset name="race" src="graphics/sprites/players/raijin-female.png" width="64" height="64"/> + <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 f409fa51..643f507c 100644 --- a/graphics/sprites/players/raijin-male.xml +++ b/graphics/sprites/players/raijin-male.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> - <imageset name="race" src="graphics/sprites/players/raijin-male.png" width="64" height="64"/> + <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 b8a20307..2a365643 100644 --- a/graphics/sprites/players/tritan-female.xml +++ b/graphics/sprites/players/tritan-female.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> - <imageset name="race" src="graphics/sprites/players/tritan-female.png" width="64" height="64"/> + <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 c83fdef3..e2f86dee 100644 --- a/graphics/sprites/players/tritan-male.xml +++ b/graphics/sprites/players/tritan-male.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> - <imageset name="race" src="graphics/sprites/players/tritan-male.png" width="64" height="64"/> + <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 bcc00998..6fdf2a84 100644 --- a/graphics/sprites/players/ukar-female.xml +++ b/graphics/sprites/players/ukar-female.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> - <imageset name="race" src="graphics/sprites/players/ukar-female.png" width="64" height="64"/> + <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 a852ffa3..00d173a9 100644 --- a/graphics/sprites/players/ukar-male.xml +++ b/graphics/sprites/players/ukar-male.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> - <imageset name="race" src="graphics/sprites/players/ukar-male.png" width="64" height="64"/> + <imageset name="base" src="graphics/sprites/players/ukar-male.png" width="64" height="64"/> <include file="players/human-male.xml"/> </sprite> |