diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-08-10 20:16:25 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-08-10 20:16:25 +0000 |
commit | 61eb92020a9c3704323288ac170a5044aa2e9523 (patch) | |
tree | 4386dfbe1c1dbd36ddd610cf35d368686ac91745 /graphics/sprites/monsters | |
parent | dde29ce951059292362368c33759b20e4b0032fa (diff) | |
download | clientdata-61eb92020a9c3704323288ac170a5044aa2e9523.tar.gz clientdata-61eb92020a9c3704323288ac170a5044aa2e9523.tar.bz2 clientdata-61eb92020a9c3704323288ac170a5044aa2e9523.tar.xz clientdata-61eb92020a9c3704323288ac170a5044aa2e9523.zip |
add medium circle shadow xml
Diffstat (limited to 'graphics/sprites/monsters')
-rw-r--r-- | graphics/sprites/monsters/accessories/mediumcircleshadow.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/accessories/mediumcircleshadow.xml b/graphics/sprites/monsters/accessories/mediumcircleshadow.xml new file mode 100644 index 00000000..4a433ddf --- /dev/null +++ b/graphics/sprites/monsters/accessories/mediumcircleshadow.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Authors: Saulc +Copyright (C) 2018 TMW2: Moubootaur Legends +--> +<sprite> + <imageset name="base" src="graphics/sprites/monsters/accessories/mediumcircleshadow.png" + width="32" + height="22"/> + <action name="stand" imageset="base"> + <animation> + <frame index="0" offsetY="0"/> + </animation> + </action> +</sprite>
\ No newline at end of file |