summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs
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/sprites/npcs
parent5707b993f4192088858ff7cd56c9bebaff9ddc4d (diff)
downloadclientdata-451c694e5bf0a9664f6d9083f0f1bf9c943fa4bf.tar.gz
clientdata-451c694e5bf0a9664f6d9083f0f1bf9c943fa4bf.tar.bz2
clientdata-451c694e5bf0a9664f6d9083f0f1bf9c943fa4bf.tar.xz
clientdata-451c694e5bf0a9664f6d9083f0f1bf9c943fa4bf.zip
Correct some xml.
Diffstat (limited to 'graphics/sprites/npcs')
-rw-r--r--graphics/sprites/npcs/xml/gugli.xml4
1 files changed, 2 insertions, 2 deletions
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>