summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/accessories/ball-lighning-shadow.xml
blob: 1b7444d676ac4e958b316efa2bff9e0ddebd65c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<sprite>
    <imageset name="base" src="graphics/sprites/monsters/accessories/generic-shadow-small-circle.png" width="16" height="11" />
	<imageset name="empty" src="graphics/sprites/monsters/accessories/empty-frame.png" width="1" height="1" />

    <action name="stand" imageset="base">
        <animation>
            <frame index="0" offsetY="5"/>
        </animation>
    </action>
	
	<action name="dead" imageset="empty">
        <animation>
            <frame index="0" />
        </animation>
    </action>

</sprite>