summaryrefslogblamecommitdiff
path: root/tmw-darkside.servegame.com/graphics/sprites/pets/pet-fairy-blue.xml
blob: 7429a8009d70970ed6a58b4dc0796ea47c82f26c (plain) (tree)















































                                                                                                  
<?xml version="1.0"?>
<sprite>

	<imageset name="base" src="graphics/sprites/pets/blue-fairy.png" width="37" height="58" />

	<action name="stand" imageset="base">
		<animation direction="down">
			<sequence start="0" end="5" delay="25" offsetX="-30" />
		</animation>
		<animation direction="left">
			<sequence start="18" end="23" delay="25" offsetX="-30" />
		</animation>
		<animation direction="up">
			<sequence start="35" end="40" delay="25" offsetX="-30" />
		</animation>
		<animation direction="right">
			<sequence start="52" end="57" delay="25" offsetX="-30" />
		</animation>
	</action>

	<action name="attack" imageset="base">
		<animation direction="down">
			<sequence start="6" end="8" delay="150" offsetX="-30" />
			<end />
		</animation>
		<animation direction="left">
			<sequence start="23" end="25" delay="150" offsetX="-30" />
			<end />
		</animation>
		<animation direction="up">
			<sequence start="40" end="42" delay="150" offsetX="-30" />
			<end />
		</animation>
		<animation direction="right">
			<sequence start="57" end="59" delay="150" offsetX="-30" />
			<end />
		</animation>
	</action>

	<action name="dead" imageset="base">
		<animation direction="down">
			<sequence start="9" end="16" delay="200" offsetX="-30" />
			<frame index="82" offsetX="-30" />
			<end />
		</animation>
	</action>

</sprite>