summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/lumberjack.xml
blob: 2d6867d42189f98c98605f068cfa5ddc0d644d7b (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
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Micksha
Copyright (C) 2018 Evol Online -->

<sprite>
    <imageset name="base"
              src="graphics/sprites/npcs/sprite/lumberjack.png"
              width="42"
              height="63"/>

      <!-- eyes movements -->

    <action name="stand" imageset="base">
        <animation direction="default">
      <frame index="0" delay="3000"/>
      <frame index="1" delay="80"/>
      <frame index="0" delay="1500"/>
      <frame index="1" delay="80"/>
      <frame index="0" delay="3000"/>
      <frame index="1" delay="300"/>
        </animation>
    </action>

</sprite>