summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/lumberjack.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sprites/npcs/xml/lumberjack.xml')
-rw-r--r--graphics/sprites/npcs/xml/lumberjack.xml14
1 files changed, 2 insertions, 12 deletions
diff --git a/graphics/sprites/npcs/xml/lumberjack.xml b/graphics/sprites/npcs/xml/lumberjack.xml
index d4cb81ae..5b2b65a8 100644
--- a/graphics/sprites/npcs/xml/lumberjack.xml
+++ b/graphics/sprites/npcs/xml/lumberjack.xml
@@ -1,18 +1,9 @@
<?xml version="1.0"?>
<sprite>
- <imageset name="base" src="graphics/sprites/npcs/lumberjack.png" width="42" height="63"/>
- <action name="stand" imageset="npc">
+ <imageset name="base" src="graphics/sprites/npcs/npc-lumberjack.png" width="42" height="63"/>
+ <action name="stand" imageset="base">
<animation direction="default">
-
<!-- eyes movements -->
-<sprite>
- <imageset name="base"
- src="graphics/sprites/npcs/sprite/lumberjack.png"
- width="42"
- height="63"/>
-
- <action name="stand" imageset="base">
- <animation direction="default">
<frame index="0" delay="3000"/>
<frame index="1" delay="80"/>
<frame index="0" delay="1500"/>
@@ -21,5 +12,4 @@
<frame index="1" delay="300"/>
</animation>
</action>
-
</sprite>