summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-05-25 01:53:04 +0200
committerReid <reidyaro@gmail.com>2012-05-25 01:53:04 +0200
commit451c694e5bf0a9664f6d9083f0f1bf9c943fa4bf (patch)
treea4ca14284a32725f8ac92e2cd8b23b9f2c9a2abf /graphics
parent5707b993f4192088858ff7cd56c9bebaff9ddc4d (diff)
downloadclientdata-451c694e5bf0a9664f6d9083f0f1bf9c943fa4bf.tar.gz
clientdata-451c694e5bf0a9664f6d9083f0f1bf9c943fa4bf.tar.bz2
clientdata-451c694e5bf0a9664f6d9083f0f1bf9c943fa4bf.tar.xz
clientdata-451c694e5bf0a9664f6d9083f0f1bf9c943fa4bf.zip
Correct some xml.
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>