summaryrefslogtreecommitdiff
path: root/Sprites
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-03-28 07:11:41 +0000
committerSaulc <lucashelaine14@gmail.com>2018-03-28 07:11:41 +0000
commitfc00266d4d81e927584d5a23a13406fcc71fbfec (patch)
treebd6135e79ca70a5fbb558305c32f8c83329f3533 /Sprites
parent65c3a4f245f3dbb76f081b1d632e56f0aef6733d (diff)
downloadart-fc00266d4d81e927584d5a23a13406fcc71fbfec.tar.gz
art-fc00266d4d81e927584d5a23a13406fcc71fbfec.tar.bz2
art-fc00266d4d81e927584d5a23a13406fcc71fbfec.tar.xz
art-fc00266d4d81e927584d5a23a13406fcc71fbfec.zip
trozzzzzzzz
Diffstat (limited to 'Sprites')
-rw-r--r--Sprites/Monsters/trozz.xml78
1 files changed, 78 insertions, 0 deletions
diff --git a/Sprites/Monsters/trozz.xml b/Sprites/Monsters/trozz.xml
new file mode 100644
index 00000000..7ac742dd
--- /dev/null
+++ b/Sprites/Monsters/trozz.xml
@@ -0,0 +1,78 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="mob" src="graphics/sprites/monsters/trozz.png" width="64" height="96"/>
+
+ <action name="stand" imageset="mob">
+ <animation direction="down">
+ <frame index="0" delay="150"/>
+ <frame index="1" delay="150"/>
+ <frame index="2" delay="150"/>
+ <frame index="1" delay="150"/>
+ </animation>
+ <animation direction="left">
+ <frame index="7" delay="150"/>
+ <frame index="8" delay="150"/>
+ <frame index="9" delay="150"/>
+ <frame index="8" delay="150"/>
+ </animation>
+ <animation direction="up">
+ <frame index="14" delay="150"/>
+ <frame index="15" delay="150"/>
+ <frame index="16" delay="150"/>
+ <frame index="15" delay="150"/>
+ </animation>
+ <animation direction="right">
+ <frame index="21" delay="150"/>
+ <frame index="22" delay="150"/>
+ <frame index="23" delay="150"/>
+ <frame index="22" delay="150"/>
+ </animation>
+ </action>
+
+ <action name="attack" imageset="mob">
+ <animation direction="down">
+ <sequence start="0" end="5" delay="75"/>
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="7" end="12" delay="75"/>
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="14" end="19" delay="75"/>
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="21" end="26" delay="75"/>
+ <end />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="mob">
+ <animation direction="down">
+ <frame index="2" delay="150"/>
+ <frame index="1" delay="150"/>
+ <frame index="0" delay="150"/>
+ <frame index="6"/>
+ </animation>
+ <animation direction="left">
+ <frame index="9" delay="150"/>
+ <frame index="8" delay="150"/>
+ <frame index="7" delay="150"/>
+ <frame index="13"/>
+ </animation>
+ <animation direction="up">
+ <frame index="16" delay="150"/>
+ <frame index="15" delay="150"/>
+ <frame index="14" delay="150"/>
+ <frame index="20"/>
+ </animation>
+ <animation direction="right">
+ <frame index="23" delay="150"/>
+ <frame index="22" delay="150"/>
+ <frame index="21" delay="150"/>
+ <frame index="27"/>
+ </animation>
+ </action>
+
+</sprite> \ No newline at end of file