summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorNuma <numa@themanaworld.org>2024-04-20 20:09:54 +0000
committerNuma <numa@themanaworld.org>2024-04-20 20:09:54 +0000
commitd1e3a61c5326fd6464fd2db7dd0033ae1a3ec575 (patch)
treeb30eca2a96433bec5390d729c97ac5a60198712d /graphics
parent7b75073ad52793ae4585944880b3b095e63a5f07 (diff)
downloadclientdata-d1e3a61c5326fd6464fd2db7dd0033ae1a3ec575.tar.gz
clientdata-d1e3a61c5326fd6464fd2db7dd0033ae1a3ec575.tar.bz2
clientdata-d1e3a61c5326fd6464fd2db7dd0033ae1a3ec575.tar.xz
clientdata-d1e3a61c5326fd6464fd2db7dd0033ae1a3ec575.zip
Sync with Legacy repoHEADmaster
Diffstat (limited to 'graphics')
-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
4 files changed, 46 insertions, 0 deletions
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>