diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-13 11:07:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-13 11:07:41 -0300 |
commit | 52b00a05e6bac6dac1f5bca0a4c0106398ab6379 (patch) | |
tree | 024b0710558ddb3f193a3629502c2ddb98fa0d02 /graphics | |
parent | 753ec372f49630eb5197fecbf70935e120664a96 (diff) | |
download | clientdata-52b00a05e6bac6dac1f5bca0a4c0106398ab6379.tar.gz clientdata-52b00a05e6bac6dac1f5bca0a4c0106398ab6379.tar.bz2 clientdata-52b00a05e6bac6dac1f5bca0a4c0106398ab6379.tar.xz clientdata-52b00a05e6bac6dac1f5bca0a4c0106398ab6379.zip |
HOCUSEVENT FRIDAY 13TH
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> |