summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/snowflower.xml
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2012-01-17 14:46:44 +0100
committerJessica Tölke <jtoelke@mail.upb.de>2012-01-17 14:46:44 +0100
commit245872214ba08d1810e3b8a812b53f19023e53c5 (patch)
tree42adee6a43c62a4084797085818abae1eb1be0c9 /graphics/sprites/monsters/snowflower.xml
parent1242ddbfef3fa90744e452b904855a8925421686 (diff)
downloadclientdata-245872214ba08d1810e3b8a812b53f19023e53c5.tar.gz
clientdata-245872214ba08d1810e3b8a812b53f19023e53c5.tar.bz2
clientdata-245872214ba08d1810e3b8a812b53f19023e53c5.tar.xz
clientdata-245872214ba08d1810e3b8a812b53f19023e53c5.zip
Adding new monster 'White Bell' with drop 'White Bell Tuber' made by salmondine.
Diffstat (limited to 'graphics/sprites/monsters/snowflower.xml')
-rw-r--r--graphics/sprites/monsters/snowflower.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/snowflower.xml b/graphics/sprites/monsters/snowflower.xml
new file mode 100644
index 00000000..ab98e298
--- /dev/null
+++ b/graphics/sprites/monsters/snowflower.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/monsters/snowflower.png" width="29" height="27" />
+
+ <action name="stand" imageset="base">
+ <animation>
+ <frame index="0"/>
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation>
+ <frame index="1"/>
+ </animation>
+ </action>
+
+</sprite>