blob: 94eb61cd9007e416f13a934c9e326c1477ff71e2 (
plain) (
tree)
|
|
<?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>
|