blob: 72f7e2c966a73b97488d763351c714a5b321be09 (
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>
<imageset name="npc" src="graphics/sprites/npcs/sprite/sailors.png" width="278" height="149"/>
<action name="stand" imageset="npc">
<animation direction="default">
<frame index="0" offsetY="19" offsetX="19"/>
</animation>
</action>
</sprite>
|