summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-04-30 17:39:21 +0200
committerReid <reidyaro@gmail.com>2012-04-30 17:39:21 +0200
commite5851b42cce263e524e97048a2013a8fdf37dd46 (patch)
treebaa9e6e53ef1f39ad4393697e725ba5ad208cff6 /graphics/sprites/npcs
parent0c1c198184bed808eed434915d5649a82a79f92a (diff)
downloadclientdata-e5851b42cce263e524e97048a2013a8fdf37dd46.tar.gz
clientdata-e5851b42cce263e524e97048a2013a8fdf37dd46.tar.bz2
clientdata-e5851b42cce263e524e97048a2013a8fdf37dd46.tar.xz
clientdata-e5851b42cce263e524e97048a2013a8fdf37dd46.zip
Change label percent on gugli XML.
Diffstat (limited to 'graphics/sprites/npcs')
-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"/>