summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/qonan.xml
blob: 1d6d062031ff0e01a6203d04451c235b90e70f72 (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
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Reid
Copyright (C) 2015  Evol Online -->
<sprite>
    <imageset name="base"
              src="graphics/sprites/npcs/sprite/qonan.png"
              width="32"
              height="64"/>

    <action name="stand" imageset="base">
        <animation direction="default">
            <label name="start"/>
            <goto label="blink" rand="10"/>

            <!-- static -->
	    <frame index="0" delay="350"/>
            <goto label="start"/>

            <!-- blinking-->
            <label name="blink"/>
            <sequence value="1,2,1" delay="90"/>
            <goto label="start"/>
        </animation>
    </action>
</sprite>