blob: a73763a22cde621c10dc581de9778c512e5c1d53 (
plain) (
tree)
|
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Reid
Copyright (C) 2010-2013 Evol Online -->
<sprite>
<imageset name="npc"
src="graphics/sprites/npcs/sprite/rattosailor.png"
width="27"
height="58"
offsetX="7"
offsetY="-3"/>
<action name="stand" imageset="npc">
<animation direction="default">
<frame index="0" delay="3500"/>
<frame index="1" delay="60"/>
<frame index="2" delay="80"/>
<frame index="0" delay="7000"/>
<frame index="1" delay="60"/>
<frame index="2" delay="80"/>
</animation>
</action>
</sprite>
|