summaryrefslogtreecommitdiff
path: root/Sprites
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2019-08-26 12:16:31 +0000
committerSaulc <lucashelaine14@gmail.com>2019-08-26 12:16:31 +0000
commit922d7775d3fd575fbb0522cc5f3d14a2e14c7e23 (patch)
tree545726e3fc41e28c8db87c7d2df24c84135e2b3a /Sprites
parent5072133658952312ddd6e39ead098a82c9006f24 (diff)
downloadart-922d7775d3fd575fbb0522cc5f3d14a2e14c7e23.tar.gz
art-922d7775d3fd575fbb0522cc5f3d14a2e14c7e23.tar.bz2
art-922d7775d3fd575fbb0522cc5f3d14a2e14c7e23.tar.xz
art-922d7775d3fd575fbb0522cc5f3d14a2e14c7e23.zip
Spider queen2 xml from TMW BR
Diffstat (limited to 'Sprites')
-rw-r--r--Sprites/Monsters/monstro-aranha-rainha2.xml74
1 files changed, 74 insertions, 0 deletions
diff --git a/Sprites/Monsters/monstro-aranha-rainha2.xml b/Sprites/Monsters/monstro-aranha-rainha2.xml
new file mode 100644
index 00000000..d7f9de4c
--- /dev/null
+++ b/Sprites/Monsters/monstro-aranha-rainha2.xml
@@ -0,0 +1,74 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/monstro-aranha-rainha2.png|W;R" width="70" height="70"/>
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" delay="275"/>
+ <frame index="2" delay="275"/>
+ </animation>
+ <animation direction="left">
+ <frame index="7" delay="275"/>
+ <frame index="9" delay="275"/>
+ </animation>
+ <animation direction="up">
+ <frame index="14" delay="275"/>
+ <frame index="16" delay="275"/>
+ </animation>
+ <animation direction="right">
+ <frame index="21" delay="275"/>
+ <frame index="23" delay="275"/>
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="0" end="3" delay="75"/>
+ </animation>
+ <animation direction="left">
+ <sequence start="7" end="10" delay="75"/>
+ </animation>
+ <animation direction="up">
+ <sequence start="14" end="17" delay="75"/>
+ </animation>
+ <animation direction="right">
+ <sequence start="21" end="24" delay="75"/>
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="6"/>
+ </animation>
+ <animation direction="left">
+ <frame index="13"/>
+ </animation>
+ <animation direction="up">
+ <frame index="20"/>
+ </animation>
+ <animation direction="right">
+ <frame index="27"/>
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="4" end="5" delay="75"/>
+ <end/>
+ </animation>
+ <animation direction="left">
+ <sequence start="11" end="12" delay="75"/>
+ <end/>
+ </animation>
+ <animation direction="up">
+ <sequence start="18" end="19" delay="75"/>
+ <end/>
+ </animation>
+ <animation direction="right">
+ <sequence start="25" end="26" delay="75"/>
+ <end/>
+ </animation>
+ </action>
+
+</sprite>