summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/accessories/reaper-shadow.xml
blob: 38c537cfba739965c9b13529f469c661f54349fe (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-medium-circle.png" width="32" height="22" />
	<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="-2"/>
        </animation>
    </action>
	
	<action name="dead" imageset="empty">
        <animation>
            <frame index="0" />
        </animation>
    </action>

</sprite>