summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/hammock-animated1.xml
blob: 79e88a33dba3fabb9f191490a56f7e4221f3f5c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Reid
Copyright (C) 2011-2012 Evol Online -->
<sprite>
    <imageset name="npc"
              src="graphics/sprites/npcs/sprite/hammock-animated.png"
              width="96"
              height="64"/>

    <action name="stand" imageset="npc">
        <!-- Static -->
        <animation direction="default">
            <frame index="3"/>
        </animation>
        <!-- Moving -->
        <animation direction="left">
            <frame index="3" delay="300"/>
            <frame index="2" delay="180"/>
            <frame index="1" delay="150"/>
            <frame index="0" delay="400"/>
            <frame index="2" delay="180"/>
            <frame index="3" delay="150"/>
        </animation>
    </action>
</sprite>