summaryrefslogtreecommitdiff
path: root/graphics/sprites/players/human-male.xml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-06-02 17:50:53 +0300
committerAndrei Karas <akaras@inbox.ru>2012-06-02 17:50:53 +0300
commit600a32a0190e0e0c5dbb67959be0bd33980eaa0d (patch)
tree9d3d648fe4ab84cc2025e36eadda3fba1fb1b5c4 /graphics/sprites/players/human-male.xml
parent9f7d53bbb4f1eadf79d6ead094687f6a4eb11fbc (diff)
downloadclientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.tar.gz
clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.tar.bz2
clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.tar.xz
clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.zip
Revert "Reworked all XML files by replacing whitespaces by tabs."
This reverts commit 20c55f76999711f35118ee095e2ce2fd96ded0c2.
Diffstat (limited to 'graphics/sprites/players/human-male.xml')
-rw-r--r--graphics/sprites/players/human-male.xml44
1 files changed, 21 insertions, 23 deletions
diff --git a/graphics/sprites/players/human-male.xml b/graphics/sprites/players/human-male.xml
index 1ad2576d..77761062 100644
--- a/graphics/sprites/players/human-male.xml
+++ b/graphics/sprites/players/human-male.xml
@@ -1,8 +1,6 @@
<?xml version="1.0"?>
-
-<!-- Author from TMW, TMW BR or UFB projects.
+<!-- Original Author possible tmw, tmw br, 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"/>
@@ -22,6 +20,21 @@ 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"/>
@@ -52,18 +65,18 @@ Copyright (C) 2010-2012 Evol Online -->
</animation>
</action>
- <action name="walk" imageset="base">
+ <action name="dead" imageset="base">
<animation direction="down">
- <sequence start="1" end="6" delay="75"/>
+ <frame index="8"/>
</animation>
<animation direction="left">
- <sequence start="19" end="24" delay="75"/>
+ <frame index="26"/>
</animation>
<animation direction="up">
- <sequence start="37" end="42" delay="75"/>
+ <frame index="44"/>
</animation>
<animation direction="right">
- <sequence start="55" end="60" delay="75"/>
+ <frame index="62"/>
</animation>
</action>
@@ -105,19 +118,4 @@ 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