diff options
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/icon-spell-shearing.png | bin | 0 -> 457 bytes | |||
-rw-r--r-- | graphics/sprites/icon-spell-shearing.xml | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/graphics/sprites/icon-spell-shearing.png b/graphics/sprites/icon-spell-shearing.png Binary files differnew file mode 100644 index 00000000..6adace2e --- /dev/null +++ b/graphics/sprites/icon-spell-shearing.png diff --git a/graphics/sprites/icon-spell-shearing.xml b/graphics/sprites/icon-spell-shearing.xml new file mode 100644 index 00000000..6070c018 --- /dev/null +++ b/graphics/sprites/icon-spell-shearing.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/icon-spell-shearing.png" width="13" height="20" /> + + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="-12" delay="100"/> + </animation> + </action> +</sprite> |