diff options
author | Reid <reidyaro@gmail.com> | 2012-05-25 01:53:04 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-05-25 01:53:04 +0200 |
commit | 451c694e5bf0a9664f6d9083f0f1bf9c943fa4bf (patch) | |
tree | a4ca14284a32725f8ac92e2cd8b23b9f2c9a2abf | |
parent | 5707b993f4192088858ff7cd56c9bebaff9ddc4d (diff) | |
download | clientdata-451c694e5bf0a9664f6d9083f0f1bf9c943fa4bf.tar.gz clientdata-451c694e5bf0a9664f6d9083f0f1bf9c943fa4bf.tar.bz2 clientdata-451c694e5bf0a9664f6d9083f0f1bf9c943fa4bf.tar.xz clientdata-451c694e5bf0a9664f6d9083f0f1bf9c943fa4bf.zip |
Correct some xml.
-rw-r--r-- | graphics/sprites/emote.xml | 4 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/gugli.xml | 4 | ||||
-rw-r--r-- | npcs.xml | 2 |
3 files changed, 5 insertions, 5 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> @@ -93,7 +93,7 @@ IDs 990-999 = Special <npc id="313"> <!-- Human-Man, sitting on a box with purple hair. --> <sprite>npcs/xml/gugli.xml</sprite> - <sprite>accessories/acc-eye-right-blink.xml</sprite> + <sprite>accessories/eye-right-blink.xml</sprite> </npc> <npc id="314"> <!-- Human-Small-Man, standing with a bottle of wine at his hand. --> |