blob: 9b9f8d0312138ad8d8842a8292cbda8cdea972e1 (
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/eugene.png"
width="96"
height="128"
offsetX="32"
offsetY="64"/>
<action name="stand" imageset="npc">
<animation direction="default">
<frame index="0" delay="1500"/>
<sequence start="1" end="5" delay="130"/>
</animation>
</action>
</sprite>
|