summaryrefslogtreecommitdiff
path: root/graphics/sprites/monster-zombie.xml
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-01-11 08:13:52 +0000
committerJared Adams <jaxad0127@gmail.com>2009-01-11 08:13:52 +0000
commit3038edc883120a15748a1e0caadd7fcf64531b1a (patch)
tree347548fa2cf7f5196353c2440ec7af8b20b61c08 /graphics/sprites/monster-zombie.xml
parentc5d3d7b20d8296905eb550cc9b087f60fbd91601 (diff)
parentbda866dee7027008403142dce33cd289a537b1b4 (diff)
downloadclientdata-3038edc883120a15748a1e0caadd7fcf64531b1a.tar.gz
clientdata-3038edc883120a15748a1e0caadd7fcf64531b1a.tar.bz2
clientdata-3038edc883120a15748a1e0caadd7fcf64531b1a.tar.xz
clientdata-3038edc883120a15748a1e0caadd7fcf64531b1a.zip
Merge branch 'master' of git@gitorious.org:tmwdata/mainline
Diffstat (limited to 'graphics/sprites/monster-zombie.xml')
-rw-r--r--graphics/sprites/monster-zombie.xml62
1 files changed, 62 insertions, 0 deletions
diff --git a/graphics/sprites/monster-zombie.xml b/graphics/sprites/monster-zombie.xml
new file mode 100644
index 00000000..244ba926
--- /dev/null
+++ b/graphics/sprites/monster-zombie.xml
@@ -0,0 +1,62 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/monster-zombie.png" width="64" height="64" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0"/>
+ </animation>
+ <animation direction="right">
+ <frame index="7"/>
+ </animation>
+ <animation direction="up">
+ <frame index="21"/>
+ </animation>
+ <animation direction="left">
+ <frame index="14"/>
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="6" delay="200"/>
+ </animation>
+ <animation direction="right">
+ <sequence start="8" end="13" delay="200"/>
+ </animation>
+ <animation direction="up">
+ <sequence start="21" end="27" delay="200"/>
+ </animation>
+ <animation direction="left">
+ <sequence start="14" end="20" delay="200"/>
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <sequence start="44" end="55" delay="100"/>
+ <frame index="55" delay="0" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="28" end="31" delay="100"/>
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="32" end="35" delay="100"/>
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="40" end="43" delay="100"/>
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="36" end="39" delay="100"/>
+ <end />
+ </animation>
+ </action>
+
+</sprite>