summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/confused-tree.xml
blob: 874a44bf42ce5e765cde4a63955ec42a3661cdca (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
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Reid
Copyright (C) 2017 The Mana World -->

<sprite>
    <imageset name="npc"
              src="graphics/sprites/npcs/sprite/confused-tree.png"
              width="160"
              height="160"/>

    <action name="stand" imageset="npc">
        <!-- TODO: add missing frames -->
        <!-- Winter -->
        <animation direction="default">
            <frame index="0"/>
        </animation>

        <!-- Spring -->
        <animation direction="downleft">
            <frame index="0"/>
        </animation>

        <!-- Summer -->
        <animation direction="left">
            <frame index="0"/>
        </animation>

        <!-- Autumn -->
        <animation direction="upleft">
            <frame index="0"/>
        </animation>
    </action>
</sprite>