blob: 8b89a1de76ce76aa749df3be651f1b6a94ac5850 (
plain) (
tree)
|
|
<?xml version="1.0" encoding="utf-8"?>
<sprite>
<imageset name="mob"
src="graphics/sprites/monsters/veinbloc.png"
width="32"
height="32"/>
<action name="stand" imageset="mob">
<animation direction="default">
<frame index="15"/>
</animation>
</action>
<action name="dead" imageset="mob">
<animation>
<frame index="12"/>
</animation>
</action>
</sprite>
|