diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-05-11 08:28:36 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-05-11 08:28:36 +0000 |
commit | a9e887ce3def05021b5b7f775c130c945ae42541 (patch) | |
tree | 1cb4ad381068678ac2a7c89b34a71bec56b4790c /graphics/sprites/monsters | |
parent | 543b04ae0538c550e60991c3ce3ba42cb86cb0f0 (diff) | |
download | clientdata-a9e887ce3def05021b5b7f775c130c945ae42541.tar.gz clientdata-a9e887ce3def05021b5b7f775c130c945ae42541.tar.bz2 clientdata-a9e887ce3def05021b5b7f775c130c945ae42541.tar.xz clientdata-a9e887ce3def05021b5b7f775c130c945ae42541.zip |
small circle shadow xml
Diffstat (limited to 'graphics/sprites/monsters')
-rw-r--r-- | graphics/sprites/monsters/accessories/smallcircleshadow.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/accessories/smallcircleshadow.xml b/graphics/sprites/monsters/accessories/smallcircleshadow.xml new file mode 100644 index 00000000..78c00613 --- /dev/null +++ b/graphics/sprites/monsters/accessories/smallcircleshadow.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/monsters/accessories/smallcircleshadow.png" width="16" height="11"/> + <action name="stand" imageset="base"> + <animation> + <frame index="0" offsetY="8"/> + </animation> + </action> +</sprite> |