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