blob: 31063765607610397d9a71bc994a90396ee43abf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0"?>
<!-- Author : Reid
Copyright (C) 2011-2012 Evol Online -->
<sprite>
<imageset name="npc" src="graphics/sprites/npcs/sprite/animated_hammock.png" width="96" height="64"/>
<action name="stand" imageset="npc">
<!-- Mooving hammock. -->
<animation direction="left">
<frame index="12" delay="400"/>
<frame index="13" delay="180"/>
<frame index="14" delay="150"/>
<frame index="15" delay="300"/>
<frame index="14" delay="180"/>
<frame index="13" delay="150"/>
</animation>
<!-- Static hammock. -->
<animation direction="up">
<frame index="13" delay="300"/>
</animation>
</action>
</sprite>
|