blob: 2fef27a37e3fdc182d6dbd5bf36e50f98e566bdc (
plain) (
tree)
|
|
<?xml version="1.0"?>
<sprite>
<imageset name="base" src="graphics/sprites/monsters/psi-brain.png" width="64" height="67"/>
<action name="default" imageset="base">
<animation direction="down">
<sequence start="0" end="3" delay="125"/>
</animation>
<animation direction="right">
<sequence start="12" end="15" delay="125"/>
</animation>
<animation direction="up">
<sequence start="6" end="9" delay="125"/>
</animation>
<animation direction="left">
<sequence start="18" end="21" delay="125"/>
</animation>
</action>
<action name="dead" imageset="base">
<animation direction="down">
<sequence start="24" end="27" delay="200"/>
<frame index="27" delay="0"/>
</animation>
<animation direction="right">
<sequence start="24" end="27" delay="200"/>
<frame index="27" delay="0"/>
</animation>
<animation direction="up">
<sequence start="24" end="27" delay="200"/>
<frame index="27" delay="0"/>
</animation>
<animation direction="left">
<sequence start="24" end="27" delay="200"/>
<frame index="27" delay="0"/>
</animation>
</action>
</sprite>
|