summaryrefslogtreecommitdiff
path: root/graphics/sprites/monster-logmonster.xml
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-06-21 01:06:39 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-06-21 01:06:39 +0000
commit7ee6632c0eb4440346e58ebaafc3ac4ba7709e3d (patch)
treec9c672fc99402969fdb1504ce06f1c610209ce2f /graphics/sprites/monster-logmonster.xml
parent5219369844e539a30a60f343ac22988b47ebca7f (diff)
downloadclientdata-7ee6632c0eb4440346e58ebaafc3ac4ba7709e3d.tar.gz
clientdata-7ee6632c0eb4440346e58ebaafc3ac4ba7709e3d.tar.bz2
clientdata-7ee6632c0eb4440346e58ebaafc3ac4ba7709e3d.tar.xz
clientdata-7ee6632c0eb4440346e58ebaafc3ac4ba7709e3d.zip
Added logmonster by Enigmatik (Monster ID is 23).
Diffstat (limited to 'graphics/sprites/monster-logmonster.xml')
-rw-r--r--graphics/sprites/monster-logmonster.xml61
1 files changed, 61 insertions, 0 deletions
diff --git a/graphics/sprites/monster-logmonster.xml b/graphics/sprites/monster-logmonster.xml
new file mode 100644
index 00000000..7f49e83b
--- /dev/null
+++ b/graphics/sprites/monster-logmonster.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/monster-logmonster.png" width="40" height="32" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0"/>
+ </animation>
+ <animation direction="right">
+ <frame index="8"/>
+ </animation>
+ <animation direction="up">
+ <frame index="16"/>
+ </animation>
+ <animation direction="left">
+ <frame index="24"/>
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="2" delay="75"/>
+ </animation>
+ <animation direction="right">
+ <sequence start="9" end="10" delay="75"/>
+ </animation>
+ <animation direction="up">
+ <sequence start="17" end="18" delay="75"/>
+ </animation>
+ <animation direction="left">
+ <sequence start="25" end="26" delay="75"/>
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="7"/>
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="2" end="5" delay="75"/>
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="10" end="13" delay="75"/>
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="18" end="21" delay="75"/>
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="26" end="29" delay="75"/>
+ <end />
+ </animation>
+ </action>
+
+</sprite> \ No newline at end of file