blob: 44beb04d9a2b82ace19df9b593444f788aa92f58 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0"?>
<!-- Author : Reid
Copyright (C) 2010-2012 Evol Online -->
<sprite>
<imageset name="base" src="graphics/sprites/accessories/acc-npc-!.png" width="32" height="32" offsetY="-64" />
<action name="stand" imageset="base">
<animation direction="right">
<frame index="0"/>
</animation>
</action>
</sprite>
|