summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJesusalva Jesusalva <jesusalva@themanaworld.org>2023-04-16 01:38:58 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-04-16 01:38:58 +0000
commitbd23018cf564fe220a1530f407f04ad359d5cc09 (patch)
tree4f5f246fc12ebb71125dab29de3054d06e2588d2 /graphics
parent5d689b14ec7e81dec2f2d4e9007bd49c370b5bc7 (diff)
downloadclientdata-bd23018cf564fe220a1530f407f04ad359d5cc09.tar.gz
clientdata-bd23018cf564fe220a1530f407f04ad359d5cc09.tar.bz2
clientdata-bd23018cf564fe220a1530f407f04ad359d5cc09.tar.xz
clientdata-bd23018cf564fe220a1530f407f04ad359d5cc09.zip
The Return of Blanc
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sprites/monsters/montblanc.pngbin0 -> 258910 bytes
-rw-r--r--graphics/sprites/monsters/montblanc.xml14
2 files changed, 14 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/montblanc.png b/graphics/sprites/monsters/montblanc.png
new file mode 100644
index 00000000..7a2ba0bb
--- /dev/null
+++ b/graphics/sprites/monsters/montblanc.png
Binary files differ
diff --git a/graphics/sprites/monsters/montblanc.xml b/graphics/sprites/monsters/montblanc.xml
new file mode 100644
index 00000000..737324b6
--- /dev/null
+++ b/graphics/sprites/monsters/montblanc.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/monsters/montblanc.png" width="634" height="470"/>
+ <action name="stand" imageset="base">
+ <animation>
+ <frame index="0"/>
+ </animation>
+ </action>
+ <action name="dead" imageset="base">
+ <animation>
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>