summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/lumberjack.xml
blob: 5b2b65a89df75cd1c922c195a78ac0afe839c690 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<sprite>
  <imageset name="base" src="graphics/sprites/npcs/npc-lumberjack.png" width="42" height="63"/>
  <action name="stand" imageset="base">
    <animation direction="default">
      <!-- eyes movements -->
      <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>