summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sprites/npcs/XML/gugli.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/sprites/npcs/XML/gugli.xml b/graphics/sprites/npcs/XML/gugli.xml
index 6fbde574..37e0eadc 100644
--- a/graphics/sprites/npcs/XML/gugli.xml
+++ b/graphics/sprites/npcs/XML/gugli.xml
@@ -17,8 +17,10 @@ Both of these examples show the same thing:
<animation direction="default">
<label name="start"/>
+ <!-- 40% used on "long" label. -->
<goto label="long" rand="40"/>
- <goto label="simple" rand="30"/>
+ <!-- 100% from the 60% unused percent are used on "simple" label. -->
+ <goto label="simple" rand="100"/>
<!-- Long move leg animation. -->
<label name="long"/>
<frame index="0" delay="120"/>