blob: 6aac520a57f78d228e515b0b9a6fabe7d233764a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0"?>
<sprite>
<imageset name="base" src="graphics/sprites/monsters/accessories/generic-shadow-small-circle.png" width="16" height="11" />
<action name="stand" imageset="base">
<animation>
<frame index="0" offsetY="8"/>
</animation>
</action>
</sprite>
|