diff options
author | Fate <fate-tmw@googlemail.com> | 2009-01-31 12:57:29 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-01-31 12:57:29 -0700 |
commit | 1aee1e8fd9533aeb89bc9d5aae36b9e59be5fa83 (patch) | |
tree | ebe653db5a1c147aa649344a5a43a70af4aafdea /graphics | |
parent | bc4acc67c18a13ce36847ff2a34e86a7262dfaf6 (diff) | |
download | clientdata-1aee1e8fd9533aeb89bc9d5aae36b9e59be5fa83.tar.gz clientdata-1aee1e8fd9533aeb89bc9d5aae36b9e59be5fa83.tar.bz2 clientdata-1aee1e8fd9533aeb89bc9d5aae36b9e59be5fa83.tar.xz clientdata-1aee1e8fd9533aeb89bc9d5aae36b9e59be5fa83.zip |
Added shearing spell icon
Diffstat (limited to 'graphics')
-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> |