summaryrefslogtreecommitdiff
path: root/graphics/sprites/monster20.xml
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-10-28 13:26:25 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-10-28 13:26:25 +0000
commit6c50844e490b58f5ee58a2c1e7de855d7d4d2ba2 (patch)
tree9cda10857c65750646dd463f84724192ef182b4c /graphics/sprites/monster20.xml
parentfd2152bcd50d97e59a43633dfd8783c8c01f9069 (diff)
downloadclientdata-6c50844e490b58f5ee58a2c1e7de855d7d4d2ba2.tar.gz
clientdata-6c50844e490b58f5ee58a2c1e7de855d7d4d2ba2.tar.bz2
clientdata-6c50844e490b58f5ee58a2c1e7de855d7d4d2ba2.tar.xz
clientdata-6c50844e490b58f5ee58a2c1e7de855d7d4d2ba2.zip
adding pumpkin monster for halloween event
Diffstat (limited to 'graphics/sprites/monster20.xml')
-rw-r--r--graphics/sprites/monster20.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/graphics/sprites/monster20.xml b/graphics/sprites/monster20.xml
new file mode 100644
index 00000000..b68d833d
--- /dev/null
+++ b/graphics/sprites/monster20.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/monster##.png" width="60" height="60" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <sequence start="0" end="2" delay="200" />
+ </animation>
+ <animation direction="right">
+ <sequence start="3" end="5" delay="200" />
+ </animation>
+ <animation direction="left">
+ <sequence start="6" end="8" delay="200" />
+ </animation>
+ <animation direction="up">
+ <sequence start="9" end="11" delay="200" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="12" end="14" delay="200" />
+ </animation>
+ <animation direction="right">
+ <sequence start="15" end="17" delay="200" />
+ </animation>
+ <animation direction="left">
+ <sequence start="18" end="20" delay="200" />
+ </animation>
+ <animation direction="up">
+ <sequence start="21" end="23" delay="200" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="default">
+ <sequence start="24" end="28" delay="200" />
+ <frame index="28" delay="0" />
+ </animation>
+ </action>
+
+</sprite> \ No newline at end of file