summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/lumberjack.xml
blob: 5603e511e7e78c27cf8a18aae56b18b9d2938430 (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
34
35
<<<<<<< 21c4c83ea02e1292391aaa7fdbaf3dc3202a100a
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Reid, Micksha
Copyright (C) 2010-2018 Evol Online -->

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

    <action name="stand" imageset="base">
        <animation direction="default">
=======
<?xml version="1.0"?>
<sprite>
  <imageset name="base" src="graphics/sprites/npcs/lumberjack.png" width="42" height="63"/>
  <action name="stand" imageset="npc">
    <animation direction="default">
      <!-- eyes movements -->
>>>>>>> Add the first few npcs: old Koga, Lumberjack, Richard.
      <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"/>
<<<<<<< 21c4c83ea02e1292391aaa7fdbaf3dc3202a100a
        </animation>
    </action>
=======
    </animation>
  </action>
>>>>>>> Add the first few npcs: old Koga, Lumberjack, Richard.
</sprite>