summaryrefslogtreecommitdiff
path: root/graphics/sprites/model/male.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sprites/model/male.xml')
-rw-r--r--graphics/sprites/model/male.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/sprites/model/male.xml b/graphics/sprites/model/male.xml
index 04e0cc69..09ab293c 100644
--- a/graphics/sprites/model/male.xml
+++ b/graphics/sprites/model/male.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<sprite name="player" aciton="stand" variants="135" variant_offset="1">
- <imageset name="base" src="graphics/sprites/model/male.png|W;B;R;" width="64" height="64"/>
+ <imageset name="base" src="graphics/sprites/model/male.png|W;B;R" width="64" height="64"/>
<action name="default" imageset="base"/>
<action name="stand" imageset="base">
<animation direction="down">
@@ -19,15 +19,19 @@
<action name="walk" imageset="base">
<animation direction="down">
<sequence start="1" end="6" delay="75"/>
+ <end/>
</animation>
<animation direction="left">
<sequence start="19" end="24" delay="75"/>
+ <end/>
</animation>
<animation direction="up">
<sequence start="37" end="42" delay="75"/>
+ <end/>
</animation>
<animation direction="right">
<sequence start="55" end="60" delay="75"/>
+ <end/>
</animation>
</action>
<action name="sit" imageset="base">