summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/silvio.xml
blob: d1ebc36f56afd05bef7c0286090e5920fc682810 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<!-- Author: Reid
Copyright (C) 2011-2012 Evol Online -->
<sprite>
    <imageset name="npc" src="graphics/sprites/npcs/sprite/silvio.png" width="36" height="49"/>

    <action name="stand" imageset="npc">
        <animation direction="default">
            <frame index="0" delay="7000"/>
            <frame index="1" delay="60"/>
            <frame index="2" delay="120"/>
            <frame index="1" delay="70"/>
            <frame index="0" delay="3500"/>
            <frame index="1" delay="60"/>
            <frame index="2" delay="120"/>
            <frame index="1" delay="70"/>
        </animation>
    </action>
</sprite>