summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/psi-brain.xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-18 15:22:26 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-18 15:22:26 -0300
commit92cf933df9e4000faf044f10a31312da2d716ef3 (patch)
tree38583170ecbbf4c1b702276241fd230fbb3aaf3c /graphics/sprites/monsters/psi-brain.xml
parent72aeb8df3f869cdf410a535ca4473bc7571b2580 (diff)
downloadclientdata-92cf933df9e4000faf044f10a31312da2d716ef3.tar.gz
clientdata-92cf933df9e4000faf044f10a31312da2d716ef3.tar.bz2
clientdata-92cf933df9e4000faf044f10a31312da2d716ef3.tar.xz
clientdata-92cf933df9e4000faf044f10a31312da2d716ef3.zip
[Experimental] Add three new monsters: Pollet, Energy Ball and Psi Brain (BOSS).
Pipelines may fail.
Diffstat (limited to 'graphics/sprites/monsters/psi-brain.xml')
-rw-r--r--graphics/sprites/monsters/psi-brain.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/psi-brain.xml b/graphics/sprites/monsters/psi-brain.xml
new file mode 100644
index 00000000..2fef27a3
--- /dev/null
+++ b/graphics/sprites/monsters/psi-brain.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/monsters/psi-brain.png" width="64" height="67"/>
+ <action name="default" imageset="base">
+ <animation direction="down">
+ <sequence start="0" end="3" delay="125"/>
+ </animation>
+ <animation direction="right">
+ <sequence start="12" end="15" delay="125"/>
+ </animation>
+ <animation direction="up">
+ <sequence start="6" end="9" delay="125"/>
+ </animation>
+ <animation direction="left">
+ <sequence start="18" end="21" delay="125"/>
+ </animation>
+ </action>
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <sequence start="24" end="27" delay="200"/>
+ <frame index="27" delay="0"/>
+ </animation>
+ <animation direction="right">
+ <sequence start="24" end="27" delay="200"/>
+ <frame index="27" delay="0"/>
+ </animation>
+ <animation direction="up">
+ <sequence start="24" end="27" delay="200"/>
+ <frame index="27" delay="0"/>
+ </animation>
+ <animation direction="left">
+ <sequence start="24" end="27" delay="200"/>
+ <frame index="27" delay="0"/>
+ </animation>
+ </action>
+</sprite>