diff options
Diffstat (limited to 'graphics/sprites/icon-spell-protection-generic.xml')
-rw-r--r-- | graphics/sprites/icon-spell-protection-generic.xml | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/graphics/sprites/icon-spell-protection-generic.xml b/graphics/sprites/icon-spell-protection-generic.xml index 439f8f21..4e8ae3cc 100644 --- a/graphics/sprites/icon-spell-protection-generic.xml +++ b/graphics/sprites/icon-spell-protection-generic.xml @@ -1,13 +1,12 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/icon-spell-protection-generic.png" width="12" height="20" /> - - <action name="default" imageset="base"> - <animation direction="default"> - <frame index="0" offsetY="0" delay="400" /> - <frame index="1" offsetY="0" delay="200" /> - <frame index="2" offsetY="0" delay="250" /> - <frame index="1" offsetY="0" delay="200" /> - </animation> - </action> + <imageset name="base" src="graphics/sprites/icon-spell-protection-generic.png" width="12" height="20"/> + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="0" delay="400"/> + <frame index="1" offsetY="0" delay="200"/> + <frame index="2" offsetY="0" delay="250"/> + <frame index="1" offsetY="0" delay="200"/> + </animation> + </action> </sprite> |