summaryrefslogtreecommitdiff
path: root/graphics/sprites/model
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2014-07-01 13:50:19 -0500
committerwushin <pasekei@gmail.com>2014-07-02 23:58:24 -0500
commit18305b7c040b54efd169d5887e169a7b7fe862ea (patch)
tree8d8645d6aca5d06d8dda4fb7a8e0b7720a579eab /graphics/sprites/model
parentb6ad9442cfb9a0aef2f9035c93cf6275820f51fb (diff)
downloadclientdata-18305b7c040b54efd169d5887e169a7b7fe862ea.tar.gz
clientdata-18305b7c040b54efd169d5887e169a7b7fe862ea.tar.bz2
clientdata-18305b7c040b54efd169d5887e169a7b7fe862ea.tar.xz
clientdata-18305b7c040b54efd169d5887e169a7b7fe862ea.zip
Fixing numerous warnings and errors in manaplus
closes #121 closes #108 closes #100 closes #93
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">