blob: b201511f4d35cc6648440a85b955c8576d3cd782 (
plain) (
tree)
|
|
<?xml version="1.0"?>
<!-- Author: Reid
Copyright (C) 2011-2012 Evol Online -->
<sprite>
<imageset name="npc" src="graphics/sprites/npcs/sprite/hammock-animated.png" width="96" height="64"/>
<action name="stand" imageset="npc">
<!-- Static -->
<animation direction="default">
<frame index="7"/>
</animation>
<!-- Moving -->
<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>
</action>
</sprite>
|