diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-13 10:38:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-13 10:38:35 -0300 |
commit | 3cd610649f38a7adfbf56a289bd9f6e4b6c33922 (patch) | |
tree | 011dd6d35adad33d4c85c6b97e154b53ba469c0f /graphics | |
parent | ba212e7b76c7bed1f4ad26cee7f8eff7ba1414c3 (diff) | |
download | clientdata-3cd610649f38a7adfbf56a289bd9f6e4b6c33922.tar.gz clientdata-3cd610649f38a7adfbf56a289bd9f6e4b6c33922.tar.bz2 clientdata-3cd610649f38a7adfbf56a289bd9f6e4b6c33922.tar.xz clientdata-3cd610649f38a7adfbf56a289bd9f6e4b6c33922.zip |
Add Friday, Hocus' special event cat
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/monsters/pet-black-cat.png | bin | 0 -> 3121 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/pet-black-cat.xml | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/pet-black-cat.png b/graphics/sprites/monsters/pet-black-cat.png Binary files differnew file mode 100644 index 00000000..f10e4e24 --- /dev/null +++ b/graphics/sprites/monsters/pet-black-cat.png 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> |