summaryrefslogblamecommitdiff
path: root/graphics/sprites/monsters/mimic.xml
blob: 97e078a7789679c7093585fb2716f39fed32b6df (plain) (tree)













































                                                                                            
<?xml version="1.0"?>
<sprite>
  <imageset name="base" src="graphics/sprites/monsters/mimic.png|Y" width="48" height="48"/>
	<action name="stand" imageset="base">
		<animation direction="down">
			<frame index="0" />
		</animation>
		<animation direction="left">
			<frame index="0" />
		</animation>
		<animation direction="up">
			<frame index="0" />
		</animation>
		<animation direction="right">
			<frame index="0" />
		</animation>
	</action>
  	<action name="attack" imageset="base">
		<animation direction="down">
			<sequence start="0" end="10" delay="75" />
		</animation>
		<animation direction="left">
			<sequence start="0" end="10" delay="200" />
		</animation>
		<animation direction="up">
			<sequence start="0" end="10" delay="75" />
		</animation>
		<animation direction="right">
			<sequence start="0" end="10" delay="75" />
		</animation>
	</action>
	<action name="dead" imageset="base">
		<animation direction="down">
			<frame index="11" />
		</animation>
		<animation direction="left">
			<frame index="11" />
		</animation>
		<animation direction="up">
			<frame index="11" />
		</animation>
		<animation direction="right">
			<frame index="11" />
		</animation>
	</action>
</sprite>