summaryrefslogtreecommitdiff
path: root/graphics/sprites/icons/hide.xml
blob: cec05d8c3a64d824d3cd78fcff673589652624cc (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
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors: Alige, Reid
Copyright (C) 2010-2013 Evol Online -->

<sprite>
    <imageset name="icon"
              src="graphics/sprites/icons/hide.png"
              width="10"
              height="9"
              offsetX="-1"
              offsetY="-16"/>

    <action name="default" imageset="icon">
        <animation direction="default">
            <frame index="0" delay="5000"/>
            <frame index="1" delay="150"/>
            <frame index="2" delay="300"/>
            <frame index="1" delay="200"/>
            <frame index="0" delay="3000"/>
            <sequence value="1,2,1" delay="150"/>
        </animation>
    </action>
</sprite>