blob: 9bd1f297b79e1de5bf8b9ace78c98d69fc61fce2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0"?>
<!-- Author : Reid
Copyright (C) 2011 Evol Online -->
<sprite>
<imageset name="ukar" src="graphics/sprites/npcs/sprite/sleepingukar.png" width="96" height="64" />
<action name="stand" imageset="ukar">
<animation direction="default">
<frame index="0"/>
</animation>
</action>
</sprite>
|