summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/veinbloc-gold.xml
diff options
context:
space:
mode:
authorMicksha <ms-shaman@gmx.de>2020-02-17 16:14:23 +0000
committerMicksha <ms-shaman@gmx.de>2020-02-17 16:14:23 +0000
commit73b3c02641e320616b64775cf25921838caa3247 (patch)
tree5ed3fda680d66fff1420dd409b48c5e172fff971 /graphics/sprites/monsters/veinbloc-gold.xml
parent02de2ce38cfccde45a9f116b4e424fd83316fe91 (diff)
parentca0e489fd865f6d1a470be066e10f4f6ed2c81e6 (diff)
downloadclientdata-73b3c02641e320616b64775cf25921838caa3247.tar.gz
clientdata-73b3c02641e320616b64775cf25921838caa3247.tar.bz2
clientdata-73b3c02641e320616b64775cf25921838caa3247.tar.xz
clientdata-73b3c02641e320616b64775cf25921838caa3247.zip
Merge branch 'caves' into 'master'
Caves See merge request evol/clientdata!141
Diffstat (limited to 'graphics/sprites/monsters/veinbloc-gold.xml')
-rw-r--r--graphics/sprites/monsters/veinbloc-gold.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/veinbloc-gold.xml b/graphics/sprites/monsters/veinbloc-gold.xml
new file mode 100644
index 00000000..3477633d
--- /dev/null
+++ b/graphics/sprites/monsters/veinbloc-gold.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<sprite>
+ <imageset name="mob"
+ src="graphics/sprites/monsters/veinbloc.png"
+ width="32"
+ height="32"/>
+
+
+ <action name="stand" imageset="mob">
+ <animation direction="default">
+ <frame index="14"/>
+ </animation>
+ </action>
+
+ <action name="dead" imageset="mob">
+ <animation direction="default">
+ <frame index="12"/>
+ </animation>
+ </action>
+
+</sprite>