summaryrefslogtreecommitdiff
path: root/graphics/sprites/monster22.xml
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2006-10-30 14:30:30 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2006-10-30 14:30:30 +0000
commit2b6d2434880f4d1796b0f6b73de18e3ebc3ed2ed (patch)
tree65d8ed7fdddd940e5ddea4f2385df011ab6d0140 /graphics/sprites/monster22.xml
parent1cf04b261d85288cbed471b099fdad3daebb9faa (diff)
downloadclientdata-2b6d2434880f4d1796b0f6b73de18e3ebc3ed2ed.tar.gz
clientdata-2b6d2434880f4d1796b0f6b73de18e3ebc3ed2ed.tar.bz2
clientdata-2b6d2434880f4d1796b0f6b73de18e3ebc3ed2ed.tar.xz
clientdata-2b6d2434880f4d1796b0f6b73de18e3ebc3ed2ed.zip
Added new monsters
Diffstat (limited to 'graphics/sprites/monster22.xml')
-rw-r--r--graphics/sprites/monster22.xml55
1 files changed, 55 insertions, 0 deletions
diff --git a/graphics/sprites/monster22.xml b/graphics/sprites/monster22.xml
new file mode 100644
index 00000000..98f11d85
--- /dev/null
+++ b/graphics/sprites/monster22.xml
@@ -0,0 +1,55 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/monster22.png" width="50" height="64" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="4" delay="100" />
+ </animation>
+ <animation direction="left">
+ <sequence start="11" end="14" delay="100" />
+ </animation>
+ <animation direction="up">
+ <sequence start="21" end="24" delay="100" />
+ </animation>
+ <animation direction="right">
+ <sequence start="31" end="34" delay="100" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="9" />
+ </animation>
+ <animation direction="left">
+ <frame index="19" />
+ </animation>
+ <animation direction="up">
+ <frame index="29" />
+ </animation>
+ <animation direction="right">
+ <frame index="39" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="5" end="8" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="15" end="18" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="25" end="28" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="33" end="38" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+</sprite> \ No newline at end of file