diff options
author | Reid <reidyaro@gmail.com> | 2014-05-05 06:47:54 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2014-05-05 06:47:54 +0200 |
commit | f1e8a05d5d6b211e91f2d6c8341942e0279ff05d (patch) | |
tree | fcc5199497cebaf30cafb2522af70a260aa2daa9 /graphics/sprites/accessories/blub-tentacle.xml | |
parent | 250770557510116affb4ab468d2e16c0a7523e9f (diff) | |
download | clientdata-f1e8a05d5d6b211e91f2d6c8341942e0279ff05d.tar.gz clientdata-f1e8a05d5d6b211e91f2d6c8341942e0279ff05d.tar.bz2 clientdata-f1e8a05d5d6b211e91f2d6c8341942e0279ff05d.tar.xz clientdata-f1e8a05d5d6b211e91f2d6c8341942e0279ff05d.zip |
Corrected some bugs from testxml.
Diffstat (limited to 'graphics/sprites/accessories/blub-tentacle.xml')
-rw-r--r-- | graphics/sprites/accessories/blub-tentacle.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/sprites/accessories/blub-tentacle.xml b/graphics/sprites/accessories/blub-tentacle.xml index 2504a073..e0cb4e81 100644 --- a/graphics/sprites/accessories/blub-tentacle.xml +++ b/graphics/sprites/accessories/blub-tentacle.xml @@ -144,8 +144,7 @@ Copyright (C) 2014 Evol Online --> <goto label="start" rand="100"/> <!-- Rotate Animation. --> <label name="rotate"/> - <sequence start="0" end="5" delay="110"/> - <sequence start="0" end="5" delay="110"/> + <sequence start="0" end="5" delay="110" repeat="2"/> </animation> <animation direction="downleft"> @@ -199,8 +198,7 @@ Copyright (C) 2014 Evol Online --> <goto label="start" rand="100"/> <!-- Rotate Animation. --> <label name="rotate"/> - <sequence start="0" end="5" delay="110"/> - <sequence start="0" end="5" delay="110"/> + <sequence start="0" end="5" delay="110" repeat="2"/> </animation> <animation direction="upright"> |