summaryrefslogtreecommitdiff
path: root/graphics/sprites/icons/hidden.xml
blob: c561792c987a536d87f5b39966e4e438b92f9c69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Alige, Reid
Copyright (C) 2010-2012 Evol Online -->
<sprite>
    <imageset name="icon"
        src="graphics/sprites/icons/hidden.png"
        width="10"
        height="9"
        offsetX="-10"/>

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