summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-26 10:19:46 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-26 10:19:46 -0300
commitffbeab001f8cd80ae65567b7cac90ed2af92fb9a (patch)
treea312de91c367eb006473fb9dc801e3abebd06292 /graphics/sprites/monsters
parent955ad11e7da3c3e604537ef55b719acec3ed29a3 (diff)
downloadclientdata-ffbeab001f8cd80ae65567b7cac90ed2af92fb9a.tar.gz
clientdata-ffbeab001f8cd80ae65567b7cac90ed2af92fb9a.tar.bz2
clientdata-ffbeab001f8cd80ae65567b7cac90ed2af92fb9a.tar.xz
clientdata-ffbeab001f8cd80ae65567b7cac90ed2af92fb9a.zip
Add the two sparks required for Kage's game.
Changed from Blue/Red to Magenta/Yellow - Color-blind compliant :>
Diffstat (limited to 'graphics/sprites/monsters')
-rw-r--r--graphics/sprites/monsters/accessories/ball-lightning-shadow.xml15
-rw-r--r--graphics/sprites/monsters/accessories/empty-frame.pngbin0 -> 83 bytes
2 files changed, 15 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/accessories/ball-lightning-shadow.xml b/graphics/sprites/monsters/accessories/ball-lightning-shadow.xml
new file mode 100644
index 00000000..0d811374
--- /dev/null
+++ b/graphics/sprites/monsters/accessories/ball-lightning-shadow.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/monsters/accessories/generic-shadow-small-circle.png" width="16" height="11"/>
+ <imageset name="empty" src="graphics/sprites/monsters/accessories/empty-frame.png" width="1" height="1"/>
+ <action name="stand" imageset="base">
+ <animation>
+ <frame index="0" offsetY="5"/>
+ </animation>
+ </action>
+ <action name="dead" imageset="empty">
+ <animation>
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/monsters/accessories/empty-frame.png b/graphics/sprites/monsters/accessories/empty-frame.png
new file mode 100644
index 00000000..dabd9f21
--- /dev/null
+++ b/graphics/sprites/monsters/accessories/empty-frame.png
Binary files differ