summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/beehive.xml
diff options
context:
space:
mode:
authorMicksha <ms-shaman@gmx.de>2018-11-22 12:31:39 +0000
committerMicksha <ms-shaman@gmx.de>2018-11-22 12:31:39 +0000
commit730794f3629ebaeaee3681924db69972186a9a64 (patch)
tree97fb109faac8bd1c2189e46ed54515fc408468e2 /graphics/sprites/monsters/beehive.xml
parent90a5603d753fb7ff7e27ac2893a60b0a2183de21 (diff)
downloadclientdata-730794f3629ebaeaee3681924db69972186a9a64.tar.gz
clientdata-730794f3629ebaeaee3681924db69972186a9a64.tar.bz2
clientdata-730794f3629ebaeaee3681924db69972186a9a64.tar.xz
clientdata-730794f3629ebaeaee3681924db69972186a9a64.zip
Add beehive to 008-1-1 and various gems to 008-3-0 (for testing)
Diffstat (limited to 'graphics/sprites/monsters/beehive.xml')
-rw-r--r--graphics/sprites/monsters/beehive.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/beehive.xml b/graphics/sprites/monsters/beehive.xml
new file mode 100644
index 00000000..d0d4e63c
--- /dev/null
+++ b/graphics/sprites/monsters/beehive.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base"
+ src="graphics/sprites/monsters/beehive.png"
+ width="30"
+ height="30"
+ />
+ <action name="stand" imageset="base">
+ <animation>
+ <frame index="0"
+ offsetX="-3"
+ offsetY="15"/>
+ </animation>
+ </action>
+ <action name="dead" imageset="base">
+ <animation>
+ <frame index="1"
+ offsetX="-3"
+ offsetY="15"/>
+ </animation>
+ </action>
+</sprite>