diff options
Diffstat (limited to 'graphics/sprites/icon-spell-attack-generic.xml')
-rw-r--r-- | graphics/sprites/icon-spell-attack-generic.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/graphics/sprites/icon-spell-attack-generic.xml b/graphics/sprites/icon-spell-attack-generic.xml index c18b6fd4..4e184437 100644 --- a/graphics/sprites/icon-spell-attack-generic.xml +++ b/graphics/sprites/icon-spell-attack-generic.xml @@ -1,10 +1,9 @@ <?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="0" delay="100"/> - </animation> - </action> + <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="0" delay="100"/> + </animation> + </action> </sprite> |