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