blob: 88ad4bcd58869a18e03aedd50cd0bb1367577f58 (
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"?>
<!-- Author: Reid
Copyright (C) 2015-2016 Evol Online -->
<sprite variants="4" variant_offset="1">
<imageset name="npc"
src="graphics/sprites/npcs/sprite/unanimated-tall.png|S"
width="64"
height="96"/>
<action name="stand" imageset="npc">
<animation direction="default">
<frame index="0"/>
</animation>
</action>
</sprite>
|