summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/smallbif.xml
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/sprites/monsters/smallbif.xml
parent7b75073ad52793ae4585944880b3b095e63a5f07 (diff)
downloadclientdata-master.tar.gz
clientdata-master.tar.bz2
clientdata-master.tar.xz
clientdata-master.zip
Sync with Legacy repoHEADmaster
Diffstat (limited to 'graphics/sprites/monsters/smallbif.xml')
-rw-r--r--graphics/sprites/monsters/smallbif.xml23
1 files changed, 23 insertions, 0 deletions
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>