blob: 28ce00f6b627e595743a48fca6bbd58cd617dc13 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Reid
Copyright (C) 2012 Evol Online -->
<sprite>
<imageset name="npc"
src="graphics/sprites/npcs/sprite/sapartan.png"
width="32"
height="57"
offsetX="-4"
offsetY="1"/>
<action name="stand" imageset="npc">
<animation direction="default">
<frame index="0" delay="7000"/>
<frame index="1" delay="60"/>
<frame index="2" delay="80"/>
<frame index="0" delay="3500"/>
<frame index="1" delay="120"/>
<frame index="2" delay="200"/>
</animation>
</action>
</sprite>
|