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 | |
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
-rw-r--r-- | Makefile | 4 | ||||
-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 | ||||
-rw-r--r-- | license.md | 1 | ||||
-rw-r--r-- | monsters.xml | 3 |
5 files changed, 14 insertions, 0 deletions
@@ -51,3 +51,7 @@ pipeline: check-xml #cd ../tools/imagescheck/ ; ./icccheck.sh @echo "Now run `make check-png` to check PNG images. Use `make contrib` if contributor list must be updated." @echo "Use `make icc` to verify for broken images, too." + +deploy: + cd ../tools/update ; ./pseudo_update.sh ; ./deploy.sh + @echo "Finished!" 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> @@ -941,6 +941,7 @@ File | Artists | Licenses `graphics/sprites/monsters/mushroom-moon.png` | Cassy, Yuuki | GPLv2 `graphics/sprites/monsters/nutcracker.png` | Chayenne, :grey_question:, Alige, Lizandra, Salmondine | GPLv2 `graphics/sprites/monsters/penguin.png` | Fother | GPLv2 +`graphics/sprites/monsters/pet-black-cat.png` | LoF Team | GPLv2 `graphics/sprites/monsters/pinkie.png` | Crush | GPLv2, CC BY-SA 3.0 `graphics/sprites/monsters/plant.png` | Crush, Seradest | GPLv2 `graphics/sprites/monsters/reaper.png` | Alige, Len, Reid, Skipy | GPLv2 diff --git a/monsters.xml b/monsters.xml index 66a95f64..6964a9b8 100644 --- a/monsters.xml +++ b/monsters.xml @@ -1006,4 +1006,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> |