diff options
author | Fate <fate-tmw@googlemail.com> | 2009-01-10 01:52:35 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-01-10 01:52:35 -0700 |
commit | d3cc221bf1a395264364da8befb2fa9d9d53f08a (patch) | |
tree | 681e45f91dbd3a92d19f03d488f7fd3ae5e9ebcf /graphics/sprites/icon-red-rotating-hex.xml | |
parent | 0c63e48187379692cf9d7f4bf95d7d26299ebc87 (diff) | |
download | clientdata-d3cc221bf1a395264364da8befb2fa9d9d53f08a.tar.gz clientdata-d3cc221bf1a395264364da8befb2fa9d9d53f08a.tar.bz2 clientdata-d3cc221bf1a395264364da8befb2fa9d9d53f08a.tar.xz clientdata-d3cc221bf1a395264364da8befb2fa9d9d53f08a.zip |
Added status icons for four spells
Diffstat (limited to 'graphics/sprites/icon-red-rotating-hex.xml')
-rw-r--r-- | graphics/sprites/icon-red-rotating-hex.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/sprites/icon-red-rotating-hex.xml b/graphics/sprites/icon-red-rotating-hex.xml new file mode 100644 index 00000000..15fd7354 --- /dev/null +++ b/graphics/sprites/icon-red-rotating-hex.xml @@ -0,0 +1,17 @@ +<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11" />
+
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="-10" delay="200"/>
+ <frame index="1" offsetY="-10" delay="200"/>
+ <frame index="2" offsetY="-10" delay="200"/>
+ <frame index="3" offsetY="-10" delay="200"/>
+ <frame index="4" offsetY="-10" delay="200"/>
+ <frame index="5" offsetY="-10" delay="200"/>
+ <frame index="6" offsetY="-10" delay="200"/>
+ <frame index="7" offsetY="-10" delay="200"/>
+ </animation>
+ </action>
+</sprite>
|