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