blob: 2622556751aa28349858249d121f6c161b6a17c7 (
plain) (
tree)
|
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Saulc
Copyright (C) 2018 TMW 2 Moubootaur Legends -->
<sprite>
<imageset name="base" src="graphics/sprites/monsters/smallbif.png|W"
width="32"
height="32" />
<action name="stand" imageset="base">
<animation>
<frame index="0"/>
</animation>
</action>
<action name="dead" imageset="base">
<animation>
<frame index="1"/>
</animation>
</action>
</sprite>
|