diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-23 18:28:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-23 18:28:52 -0300 |
commit | 2d9647ebe5d45cc93a410860a1a6e0f089c672bc (patch) | |
tree | 29d2ad27800ba46ed636116b3dc5b9d9389880e4 /graphics | |
parent | 66af582f37420d3470e89936ebd53d4aa73e4e1c (diff) | |
download | clientdata-2d9647ebe5d45cc93a410860a1a6e0f089c672bc.tar.gz clientdata-2d9647ebe5d45cc93a410860a1a6e0f089c672bc.tar.bz2 clientdata-2d9647ebe5d45cc93a410860a1a6e0f089c672bc.tar.xz clientdata-2d9647ebe5d45cc93a410860a1a6e0f089c672bc.zip |
Missing files
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/items/generic/document.png | bin | 0 -> 448 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/dragon-pet.png | bin | 0 -> 131930 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/dragon-pet.xml | 6 |
3 files changed, 6 insertions, 0 deletions
diff --git a/graphics/items/generic/document.png b/graphics/items/generic/document.png Binary files differnew file mode 100644 index 00000000..39a1d8d1 --- /dev/null +++ b/graphics/items/generic/document.png diff --git a/graphics/sprites/monsters/dragon-pet.png b/graphics/sprites/monsters/dragon-pet.png Binary files differnew file mode 100644 index 00000000..b6919813 --- /dev/null +++ b/graphics/sprites/monsters/dragon-pet.png diff --git a/graphics/sprites/monsters/dragon-pet.xml b/graphics/sprites/monsters/dragon-pet.xml new file mode 100644 index 00000000..6ae77a6d --- /dev/null +++ b/graphics/sprites/monsters/dragon-pet.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/monsters/dragon-pet.png" width="128" height="64"/> + + <include file="monsters/dragon.xml"/> +</sprite> |