diff options
author | Fate <fate-tmw@googlemail.com> | 2009-01-12 07:54:47 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-01-12 07:54:47 -0700 |
commit | 01fc52b5d28c37305343347d55827274708bb08e (patch) | |
tree | 0cc53c82d96eca3e86af5cafaf22dec1f0829279 /graphics/sprites/icon-feather.xml | |
parent | f6189b4e3e20acb7288b861c10982c2b2411caf8 (diff) | |
parent | 59d5f628d2ab581b442de707ab2038fb95fd50f0 (diff) | |
download | clientdata-01fc52b5d28c37305343347d55827274708bb08e.tar.gz clientdata-01fc52b5d28c37305343347d55827274708bb08e.tar.bz2 clientdata-01fc52b5d28c37305343347d55827274708bb08e.tar.xz clientdata-01fc52b5d28c37305343347d55827274708bb08e.zip |
Merged spell icon descriptions
Diffstat (limited to 'graphics/sprites/icon-feather.xml')
-rw-r--r-- | graphics/sprites/icon-feather.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/graphics/sprites/icon-feather.xml b/graphics/sprites/icon-feather.xml index 599399e6..28e05a20 100644 --- a/graphics/sprites/icon-feather.xml +++ b/graphics/sprites/icon-feather.xml @@ -1,10 +1,10 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/icon-feather.png" width="13" height="20" />
-
- <action name="default" imageset="base">
- <animation direction="default">
- <frame index="0" offsetY="-12" delay="100"/>
- </animation>
- </action>
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/icon-feather.png" width="13" height="20" /> + + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="-12" delay="100"/> + </animation> + </action> +</sprite> |