summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/chest2.xml
blob: 61b19745f982352bf5b638743866f9720f171873 (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
31
32
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Micksha, Hal9000
Copyright (C) 2012 - 2020 Evol Online -->

<sprite>
    <imageset name="chest"
              src="graphics/sprites/npcs/sprite/chest2.png"
              width="32"
              height="32"/>

    <action name="stand" imageset="chest">
        <!-- Chest Closed. -->
        <animation direction="default">
            <frame index="0"/>
        </animation>

        <!-- Chest Opening. -->
        <animation direction="left">
            <frame index="1" delay="110"/>
        </animation>

        <!-- Chest Opened. -->
        <animation direction="up">
            <frame index="2"/>
        </animation>

        <!-- Chest Closing. -->
        <animation direction="right">
            <frame index="1" delay="110"/>
        </animation>
    </action>
</sprite>