summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/harbour.xml
blob: 7ac263a064220866c1c652550711b5507ea3f21c (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
26
27
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Reid
Copyright (C) 2015 Evol Online -->
<sprite>
    <imageset name="npc"
              src="graphics/sprites/npcs/sprite/harbour.png"
              width="192"
              height="128"/>

    <action name="stand" imageset="npc">
        <!-- Static Top -->
        <animation direction="down">
        </animation>
        <!-- Moving Down, 560 seconds -->
        <animation direction="left">
            <sequence start="0" end="8" delay="80"/>
        </animation>
        <!-- Moving Bottom, 560 seconds  -->
        <animation direction="up">
            <sequence start="8" end="0" delay="80"/>
        </animation>
        <!-- Static Bottom-->
        <animation direction="right">
            <frame index="8"/>
        </animation>
    </action>
</sprite>