summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/artisindoor.xml
blob: 37080b4bcd221562da8a3211f878dca4c758a235 (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
28
29
30
<?xml version="1.0"?>
<!-- Author : Reid, 4144
Copyright (C) 2011-2014  Evol Online -->
<sprite>
    <imageset name="door" src="graphics/sprites/npcs/sprite/artisindoor.png" width="96" height="96" offsetY="32"/>

    <action name="stand" imageset="door">
        <!-- Open animation -->
        <animation direction="left">
            <sequence start="0" end="4" delay="70"/>
            <frame index="5"/>
        </animation>

        <!-- Close animation -->
        <animation direction="up">
            <sequence start="5" end="1" delay="70"/>
            <frame index="0"/>
        </animation>

        <!-- Opened door -->
        <animation direction="right">
            <frame index="5"/>
        </animation>

        <!-- Closed door -->
        <animation direction="down">
            <frame index="0"/>
        </animation>
    </action>
</sprite>