diff options
Diffstat (limited to 'graphics/sprites/icon-spell-attack-generic.xml')
-rw-r--r-- | graphics/sprites/icon-spell-attack-generic.xml | 10 |
1 files changed, 10 insertions, 0 deletions
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> |