blob: 439f8f219f1d0e479cde591e5f41e1f7700653d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?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>
</sprite>
|