summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/XML1/alige.xml
blob: afb79bb42fc50d07bcd89f32e4ea407b7a9320cd (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
33
34
35
<?xml version="1.0"?>
<!-- Author : Reid
Copyright (C) 2011  Evol Online -->
<sprite>
    <imageset name="npc" src="graphics/sprites/npcs/sprite/alige.png" width="11" height="5" offsetX="10" offsetY="-13"/>

    <action name="stand" imageset="npc">
        <!-- Open eyes animation -->
        <animation direction="left">
            <frame index="2" delay="100"/>
            <frame index="1" delay="90"/>
        </animation>

        <!-- Close eyes animation -->
        <animation direction="up">
            <frame index="1" delay="100"/>
            <frame index="2" delay="90"/>
        </animation>

        <!-- Opened eyes -->
        <animation direction="right">
            <frame index="0" delay="9000"/>
            <frame index="1" delay="90"/>
            <frame index="2" delay="80"/>
            <frame index="3" delay="200"/>
            <frame index="2" delay="80"/>
            <frame index="1" delay="80"/>
        </animation>

        <!-- Closed eyes -->
        <animation direction="down">
            <frame index="3"/>
        </animation>
    </action>
</sprite>