diff options
-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> |