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