summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/artis-sewer-wheel.xml
blob: 6c4854c10d1572b552f467275e003b9d2cda6f58 (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
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Micksha
Copyright (C) 2015 - 2020 Evol Online -->

<sprite>
    <imageset name="npc"
              src="graphics/sprites/npcs/sprite/artis-sewer-wheel.png"
              width="32"
              height="32"/>

    <action name="stand" imageset="npc">
        <!-- Moving -->
        <animation direction="up">
            <sequence start="0" end="7" delay="50" repeat="4"/>
            <frame index="0"/>
        </animation>
        <!-- Static -->
        <animation direction="down">
            <frame index="0"/>
        </animation>
        <animation direction="left">
            <frame index="0"/>
        </animation>
        <animation direction="right">
            <frame index="0"/>
        </animation>
    </action>
</sprite>