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