summaryrefslogtreecommitdiff
path: root/graphics/sprites/model
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sprites/model')
-rw-r--r--graphics/sprites/model/child-in-bed.xml9
-rw-r--r--graphics/sprites/model/child.xml2
-rw-r--r--graphics/sprites/model/female.xml2
-rw-r--r--graphics/sprites/model/male.xml6
4 files changed, 16 insertions, 3 deletions
diff --git a/graphics/sprites/model/child-in-bed.xml b/graphics/sprites/model/child-in-bed.xml
new file mode 100644
index 00000000..5fd2dcf0
--- /dev/null
+++ b/graphics/sprites/model/child-in-bed.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite variants="7" variant_offset="1">
+ <imageset name="base" src="graphics/sprites/model/child.png|W;B;R" width="30" height="65"/>
+ <action name="stand" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetX="14" offsetY="3"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/model/child.xml b/graphics/sprites/model/child.xml
index c68310ab..c93ec7d6 100644
--- a/graphics/sprites/model/child.xml
+++ b/graphics/sprites/model/child.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<sprite variants="7" variant_offset="1">
- <imageset name="base" src="graphics/sprites/model/child.png|W;B;R;" width="30" height="65"/>
+ <imageset name="base" src="graphics/sprites/model/child.png|W;B;R" width="30" height="65"/>
<action name="stand" imageset="base">
<animation direction="default">
<frame index="0"/>
diff --git a/graphics/sprites/model/female.xml b/graphics/sprites/model/female.xml
index 3eb9066b..ec555005 100644
--- a/graphics/sprites/model/female.xml
+++ b/graphics/sprites/model/female.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<sprite name="player" action="stand" variants="135" variant_offset="1">
- <imageset name="base" src="graphics/sprites/model/female.png|W;B;R;" width="64" height="64"/>
+ <imageset name="base" src="graphics/sprites/model/female.png|W;B;R" width="64" height="64"/>
<include file="model/male.xml"/>
</sprite>
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">