summaryrefslogblamecommitdiff
path: root/graphics/sprites/npcs/xml/animated_hammock2.xml
blob: 230d00dac33e22efe6cd254fca1d443ce38d85c8 (plain) (tree)
1
2
3
4
5
6
                     



                                       
        



















                                                                                                             
        
<?xml version="1.0"?>

<!-- Author: Reid.
Copyright (C) 2011-2012 Evol Online -->

<sprite>
	<imageset name="npc" src="graphics/sprites/npcs/sprite/animated_hammock.png" width="96" height="64"/>

	<action name="stand" imageset="npc">

		<!-- Mooving hammock. -->
		<animation direction="left">
			<frame index="7" delay="300"/>
			<frame index="6" delay="180"/>
			<frame index="5" delay="150"/>
			<frame index="4" delay="400"/>
			<frame index="5" delay="180"/>
			<frame index="6" delay="150"/>
		</animation>

		<!-- Static hammock. -->
		<animation direction="up">
			<frame index="7"/>
		</animation>

	</action>
</sprite>