diff options
Diffstat (limited to 'graphics/sprites/accessories')
-rw-r--r-- | graphics/sprites/accessories/generic-shadow-small-circle.png | bin | 0 -> 217 bytes | |||
-rw-r--r-- | graphics/sprites/accessories/generic-shadow-small-circle.xml | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/graphics/sprites/accessories/generic-shadow-small-circle.png b/graphics/sprites/accessories/generic-shadow-small-circle.png Binary files differnew file mode 100644 index 00000000..f1e9dd7d --- /dev/null +++ b/graphics/sprites/accessories/generic-shadow-small-circle.png diff --git a/graphics/sprites/accessories/generic-shadow-small-circle.xml b/graphics/sprites/accessories/generic-shadow-small-circle.xml new file mode 100644 index 00000000..9c7f3fe5 --- /dev/null +++ b/graphics/sprites/accessories/generic-shadow-small-circle.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/accessories/generic-shadow-small-circle.png" width="17" height="12"/> + <action name="stand" imageset="base"> + <animation> + <frame index="0" offsetY="8"/> + </animation> + </action> +</sprite> |