blob: 6350d76e7ac77536d1c82ada3e8cbe7bd1776474 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="utf-8"?>
<!-- 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" offsetX="19" offsetY="19"/>
</animation>
</action>
</sprite>
|