blob: 0210f3620c7acc1ef88b029ebddbb85252ca1271 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0"?>
<!-- Author: Reid.
Copyright (C) 2010-2012 Evol Online -->
<sprite>
<imageset name="npc" src="graphics/sprites/npcs/sprite/sleepingorc.png" width="32" height="64"/>
<action name="stand" imageset="npc">
<animation direction="default">
<sequence start="0" end="2" delay="380"/>
<frame index="1" delay="380"/>
<frame index="0" delay="500"/>
</animation>
</action>
</sprite>
|