summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-13 11:07:41 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-13 11:07:41 -0300
commit52b00a05e6bac6dac1f5bca0a4c0106398ab6379 (patch)
tree024b0710558ddb3f193a3629502c2ddb98fa0d02
parent753ec372f49630eb5197fecbf70935e120664a96 (diff)
downloadclientdata-52b00a05e6bac6dac1f5bca0a4c0106398ab6379.tar.gz
clientdata-52b00a05e6bac6dac1f5bca0a4c0106398ab6379.tar.bz2
clientdata-52b00a05e6bac6dac1f5bca0a4c0106398ab6379.tar.xz
clientdata-52b00a05e6bac6dac1f5bca0a4c0106398ab6379.zip
HOCUSEVENT FRIDAY 13TH
-rw-r--r--graphics/sprites/monsters/pet-black-cat.pngbin0 -> 3121 bytes
-rw-r--r--graphics/sprites/monsters/pet-black-cat.xml6
-rw-r--r--monsters/monster1162_Grinchboo.xml3
3 files changed, 9 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/pet-black-cat.png b/graphics/sprites/monsters/pet-black-cat.png
new file mode 100644
index 00000000..f10e4e24
--- /dev/null
+++ b/graphics/sprites/monsters/pet-black-cat.png
Binary files differ
diff --git a/graphics/sprites/monsters/pet-black-cat.xml b/graphics/sprites/monsters/pet-black-cat.xml
new file mode 100644
index 00000000..90d2c4f6
--- /dev/null
+++ b/graphics/sprites/monsters/pet-black-cat.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/monsters/pet-black-cat.png" width="32" height="32" offsetX="32" />
+
+ <include file="monsters/pet-cat.xml"/>
+</sprite>
diff --git a/monsters/monster1162_Grinchboo.xml b/monsters/monster1162_Grinchboo.xml
index d638888e..bdfe40df 100644
--- a/monsters/monster1162_Grinchboo.xml
+++ b/monsters/monster1162_Grinchboo.xml
@@ -3,4 +3,7 @@
<monster id="1162" name="Grinchboo">
<sprite>monsters/grinchboo.xml</sprite>
</monster>
+ <monster id="1163" name="Friday">
+ <sprite>monsters/pet-black-cat.xml</sprite>
+ </monster>
</monsters>