diff options
author | Fate <fate-tmw@googlemail.com> | 2009-01-31 11:41:34 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-01-31 11:41:34 -0700 |
commit | bc4acc67c18a13ce36847ff2a34e86a7262dfaf6 (patch) | |
tree | 1750f8a80964a2158590b49087e1d2371b3f1eb7 /graphics | |
parent | 8cf0ce67b98f65b5e746e321cb145955c0dde988 (diff) | |
download | clientdata-bc4acc67c18a13ce36847ff2a34e86a7262dfaf6.tar.gz clientdata-bc4acc67c18a13ce36847ff2a34e86a7262dfaf6.tar.bz2 clientdata-bc4acc67c18a13ce36847ff2a34e86a7262dfaf6.tar.xz clientdata-bc4acc67c18a13ce36847ff2a34e86a7262dfaf6.zip |
Mapped status effect ID 2000 to generic attack spell icon
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/icon-spell-attack-generic.png | bin | 0 -> 599 bytes | |||
-rw-r--r-- | graphics/sprites/icon-spell-attack-generic.xml | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/graphics/sprites/icon-spell-attack-generic.png b/graphics/sprites/icon-spell-attack-generic.png Binary files differnew file mode 100644 index 00000000..c7e570a2 --- /dev/null +++ b/graphics/sprites/icon-spell-attack-generic.png diff --git a/graphics/sprites/icon-spell-attack-generic.xml b/graphics/sprites/icon-spell-attack-generic.xml new file mode 100644 index 00000000..20424f98 --- /dev/null +++ b/graphics/sprites/icon-spell-attack-generic.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/icon-spell-attack-generic.png" width="13" height="20" /> + + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="-12" delay="100"/> + </animation> + </action> +</sprite> |