blob: a670b19877f34b0a4cba91adb72783c2665299d8 (
plain) (
tree)
|
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Reid
Copyright (C) 2015 Evol Online -->
<sprite>
<imageset name="npc"
src="graphics/sprites/npcs/sprite/harbour.png"
width="192"
height="128"
offsetY="15"
offsetX="-16"/>
<action name="stand" imageset="npc">
<!-- Static Top -->
<animation direction="down">
<frame index="0"/>
</animation>
<!-- Moving Down, 560 ms -->
<animation direction="left">
<sequence start="0" end="8" delay="40"/>
</animation>
<!-- Moving Bottom, 560 ms -->
<animation direction="up">
<sequence start="8" end="0" delay="40"/>
</animation>
<!-- Static Bottom-->
<animation direction="right">
<frame index="8"/>
</animation>
</action>
</sprite>
|