summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sprites/emote.xml4
-rw-r--r--graphics/sprites/npcs/xml/gugli.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/sprites/emote.xml b/graphics/sprites/emote.xml
index 231d6ed2..c2b42ed1 100644
--- a/graphics/sprites/emote.xml
+++ b/graphics/sprites/emote.xml
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<!-- Original Author possible tmw, tmw br, ufb projects
-Copyright (C) 2010-2011 Evol Online -->
+Copyright (C) 2010-2012 Evol Online -->
<sprite variants="15" variant_offset="1">
- <imageset name="base" src="graphics/sprites/emotions.png" width="30" height="32" />
+ <imageset name="base" src="graphics/sprites/emote.png" width="30" height="32" />
<action name="stand" imageset="base">
<animation direction="default">
diff --git a/graphics/sprites/npcs/xml/gugli.xml b/graphics/sprites/npcs/xml/gugli.xml
index 37e0eadc..2e6f8bc5 100644
--- a/graphics/sprites/npcs/xml/gugli.xml
+++ b/graphics/sprites/npcs/xml/gugli.xml
@@ -27,14 +27,14 @@ Both of these examples show the same thing:
<sequence value="1,2" delay="110"/>
<frame index="3" delay="120"/>
<sequence value="2,1" delay="110"/>
- <jump label="start"/>
+ <goto label="start"/>
<!-- Simple move leg animation. -->
<label name="simple"/>
<frame index="0" delay="120"/>
<frame index="1" delay="110"/>
<frame index="2" delay="120"/>
<frame index="1" delay="110"/>
- <jump label="start"/>
+ <goto label="start"/>
</animation>
</action>