summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2024-03-05 21:50:47 +0100
committerLed Mitz <smoothshifter@tuta.io>2024-04-19 02:23:07 +0000
commit31d9cae953c0881c2c3e60e60e2739757ac206f3 (patch)
tree3cc8e62f132c6e7bc8a82a5ce384540e721d1f77 /graphics
parent4f3d02bc204a779e55cf87ca9df71d32832fb5d9 (diff)
downloadclientdata-31d9cae953c0881c2c3e60e60e2739757ac206f3.tar.gz
clientdata-31d9cae953c0881c2c3e60e60e2739757ac206f3.tar.bz2
clientdata-31d9cae953c0881c2c3e60e60e2739757ac206f3.tar.xz
clientdata-31d9cae953c0881c2c3e60e60e2739757ac206f3.zip
Bifs Slimes Items
Diffstat (limited to 'graphics')
-rw-r--r--graphics/items/use/others/shovel.pngbin0 -> 1320 bytes
-rw-r--r--graphics/items/use/scrolls/scroll-shadow.pngbin0 -> 1115 bytes
-rw-r--r--graphics/sprites/monsters/bigbif.pngbin0 -> 2255 bytes
-rw-r--r--graphics/sprites/monsters/bigbif.xml23
-rw-r--r--graphics/sprites/monsters/smallbif.pngbin0 -> 1891 bytes
-rw-r--r--graphics/sprites/monsters/smallbif.xml23
6 files changed, 46 insertions, 0 deletions
diff --git a/graphics/items/use/others/shovel.png b/graphics/items/use/others/shovel.png
new file mode 100644
index 00000000..4edf3a5e
--- /dev/null
+++ b/graphics/items/use/others/shovel.png
Binary files differ
diff --git a/graphics/items/use/scrolls/scroll-shadow.png b/graphics/items/use/scrolls/scroll-shadow.png
new file mode 100644
index 00000000..9e2ede2c
--- /dev/null
+++ b/graphics/items/use/scrolls/scroll-shadow.png
Binary files differ
diff --git a/graphics/sprites/monsters/bigbif.png b/graphics/sprites/monsters/bigbif.png
new file mode 100644
index 00000000..8a7551b1
--- /dev/null
+++ b/graphics/sprites/monsters/bigbif.png
Binary files differ
diff --git a/graphics/sprites/monsters/bigbif.xml b/graphics/sprites/monsters/bigbif.xml
new file mode 100644
index 00000000..6bb7c548
--- /dev/null
+++ b/graphics/sprites/monsters/bigbif.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Saulc
+Copyright (C) 2018 TMW 2 Moubootaur Legends -->
+
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/monsters/bigbif.png|W"
+ width="32"
+ height="32" />
+
+ <action name="stand" imageset="base">
+ <animation>
+ <frame index="0"/>
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation>
+ <frame index="1"/>
+ </animation>
+ </action>
+
+</sprite>
diff --git a/graphics/sprites/monsters/smallbif.png b/graphics/sprites/monsters/smallbif.png
new file mode 100644
index 00000000..0840c66a
--- /dev/null
+++ b/graphics/sprites/monsters/smallbif.png
Binary files differ
diff --git a/graphics/sprites/monsters/smallbif.xml b/graphics/sprites/monsters/smallbif.xml
new file mode 100644
index 00000000..26225567
--- /dev/null
+++ b/graphics/sprites/monsters/smallbif.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Saulc
+Copyright (C) 2018 TMW 2 Moubootaur Legends -->
+
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/monsters/smallbif.png|W"
+ width="32"
+ height="32" />
+
+ <action name="stand" imageset="base">
+ <animation>
+ <frame index="0"/>
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation>
+ <frame index="1"/>
+ </animation>
+ </action>
+
+</sprite>