diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-18 15:22:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-18 15:22:26 -0300 |
commit | 92cf933df9e4000faf044f10a31312da2d716ef3 (patch) | |
tree | 38583170ecbbf4c1b702276241fd230fbb3aaf3c /graphics/sprites/monsters/ball-lightning.xml | |
parent | 72aeb8df3f869cdf410a535ca4473bc7571b2580 (diff) | |
download | clientdata-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/ball-lightning.xml')
-rw-r--r-- | graphics/sprites/monsters/ball-lightning.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/ball-lightning.xml b/graphics/sprites/monsters/ball-lightning.xml new file mode 100644 index 00000000..6bc6f98c --- /dev/null +++ b/graphics/sprites/monsters/ball-lightning.xml @@ -0,0 +1,26 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/monsters/ball-lightning.png" width="70" height="60"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <sequence start="0" end="2" delay="100"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="default"> + <sequence start="0" end="2" delay="100"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <sequence start="3" end="5" delay="100"/> + <frame index="6"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="default"> + <sequence start="0" end="2" delay="100"/> + <end/> + </animation> + </action> +</sprite> |