summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/monster-pinkie.xml
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2009-10-09 20:04:39 +0200
committerPhilipp Sehmisch <tmw@crushnet.org>2009-10-09 20:04:39 +0200
commit20710ecae96c7f1e0615db4406cb6420f4b50484 (patch)
tree347ff8300e168bcd4b1ebe62deb548ced15e2d6e /graphics/sprites/monsters/monster-pinkie.xml
parentab3f96a207c501efe95b8f53d4c93a75166cc056 (diff)
parent4f8fe737cede9d0750347f3bead71577b4693005 (diff)
downloadclientdata-20710ecae96c7f1e0615db4406cb6420f4b50484.tar.gz
clientdata-20710ecae96c7f1e0615db4406cb6420f4b50484.tar.bz2
clientdata-20710ecae96c7f1e0615db4406cb6420f4b50484.tar.xz
clientdata-20710ecae96c7f1e0615db4406cb6420f4b50484.zip
Merge branch 'master' of git@gitorious.org:tmwdata/mainline
Diffstat (limited to 'graphics/sprites/monsters/monster-pinkie.xml')
-rw-r--r--graphics/sprites/monsters/monster-pinkie.xml70
1 files changed, 70 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/monster-pinkie.xml b/graphics/sprites/monsters/monster-pinkie.xml
new file mode 100644
index 00000000..a080ea3e
--- /dev/null
+++ b/graphics/sprites/monsters/monster-pinkie.xml
@@ -0,0 +1,70 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/monsters/monster-pinkie.png" width="50" height="42" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetY ="-12" />
+ </animation>
+ <animation direction="left">
+ <frame index="10" offsetY ="-12" />
+ </animation>
+ <animation direction="up">
+ <frame index="20" offsetY ="-12" />
+ </animation>
+ <animation direction="right">
+ <frame index="30" offsetY ="-12" />
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="4" delay="75" offsetY ="-12" />
+ </animation>
+ <animation direction="left">
+ <sequence start="11" end="14" delay="75" offsetY ="-12" />
+ </animation>
+ <animation direction="up">
+ <sequence start="21" end="24" delay="75" offsetY ="-12" />
+ </animation>
+ <animation direction="right">
+ <sequence start="31" end="34" delay="75" offsetY ="-12" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="9" offsetY ="-12" />
+ </animation>
+ <animation direction="left">
+ <frame index="19" offsetY ="-12" />
+ </animation>
+ <animation direction="up">
+ <frame index="29" offsetY ="-12" />
+ </animation>
+ <animation direction="right">
+ <frame index="39" offsetY ="-12" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="5" end="8" delay="75" offsetY ="-12" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="15" end="18" delay="75" offsetY ="-12" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="25" end="28" delay="75" offsetY ="-12" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="35" end="38" delay="75" offsetY ="-12" />
+ <end />
+ </animation>
+ </action>
+
+</sprite> \ No newline at end of file