blob: 450c80a659b2c7094826ce1f4db75167e9dbf9b3 (
plain) (
tree)
|
|
<?xml version="1.0"?>
<sprite>
<imageset name="base" src="graphics/sprites/monsters/clover.png" width="30" height="30" />
<action name="stand" imageset="base">
<animation>
<frame index="0"/>
</animation>
</action>
<action name="dead" imageset="base">
<animation>
<frame index="1"/>
</animation>
</action>
</sprite>
|