blob: 78c5e9ec5ac04492cdc8ca08c9b3d590048007f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors: 4144, Reid
Copyright (C) 2011-2012 Evol Online -->
<sprite>
<imageset name="npc"
src="graphics/sprites/npcs/sprite/unanimated.png"
width="64"
height="64"
offsetY="-160"/>
<action name="stand" imageset="npc">
<animation>
<frame index="1"/>
</animation>
</action>
</sprite>
|