summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sprites/monsters/mimic.pngbin0 -> 3041 bytes
-rw-r--r--graphics/sprites/monsters/mimic.xml46
2 files changed, 46 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/mimic.png b/graphics/sprites/monsters/mimic.png
new file mode 100644
index 00000000..4f8ee548
--- /dev/null
+++ b/graphics/sprites/monsters/mimic.png
Binary files differ
diff --git a/graphics/sprites/monsters/mimic.xml b/graphics/sprites/monsters/mimic.xml
new file mode 100644
index 00000000..97e078a7
--- /dev/null
+++ b/graphics/sprites/monsters/mimic.xml
@@ -0,0 +1,46 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/monsters/mimic.png|Y" width="48" height="48"/>
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" />
+ </animation>
+ <animation direction="left">
+ <frame index="0" />
+ </animation>
+ <animation direction="up">
+ <frame index="0" />
+ </animation>
+ <animation direction="right">
+ <frame index="0" />
+ </animation>
+ </action>
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="0" end="10" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="0" end="10" delay="200" />
+ </animation>
+ <animation direction="up">
+ <sequence start="0" end="10" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="0" end="10" delay="75" />
+ </animation>
+ </action>
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="11" />
+ </animation>
+ <animation direction="left">
+ <frame index="11" />
+ </animation>
+ <animation direction="up">
+ <frame index="11" />
+ </animation>
+ <animation direction="right">
+ <frame index="11" />
+ </animation>
+ </action>
+</sprite>