summaryrefslogtreecommitdiff
path: root/graphics/sprites/players/human-male.xml
diff options
context:
space:
mode:
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