diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-02 17:50:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-02 17:50:53 +0300 |
commit | 600a32a0190e0e0c5dbb67959be0bd33980eaa0d (patch) | |
tree | 9d3d648fe4ab84cc2025e36eadda3fba1fb1b5c4 /graphics/sprites/npcs/xml/gugli.xml | |
parent | 9f7d53bbb4f1eadf79d6ead094687f6a4eb11fbc (diff) | |
download | clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.tar.gz clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.tar.bz2 clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.tar.xz clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.zip |
Revert "Reworked all XML files by replacing whitespaces by tabs."
This reverts commit 20c55f76999711f35118ee095e2ce2fd96ded0c2.
Diffstat (limited to 'graphics/sprites/npcs/xml/gugli.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/gugli.xml | 63 |
1 files changed, 30 insertions, 33 deletions
diff --git a/graphics/sprites/npcs/xml/gugli.xml b/graphics/sprites/npcs/xml/gugli.xml index c7d754c4..e0ef20d9 100644 --- a/graphics/sprites/npcs/xml/gugli.xml +++ b/graphics/sprites/npcs/xml/gugli.xml @@ -1,44 +1,41 @@ <?xml version="1.0"?> -<!-- Author: Reid & 4144. -Copyright (C) 2011-2012 Evol Online --> +<!-- Author : Reid 4144 +Copyright (C) 2011-2012 Evol Online -<!-- Example of the extended animation tags. Allow set in attribute value any frame numbers. Both of these examples show the same thing: - <sequence start="55" end="60" delay="75"/> - <sequence value="55-60" delay="75"/> - <sequence value="55,56,57,58,59,60" delay="75"/> ---> + <sequence start="55" end="60" delay="75" /> + <sequence value="55-60" delay="75" /> + <sequence value="55,56,57,58,59,60" delay="75" /> --> <sprite> - <imageset name="npc" src="graphics/sprites/npcs/sprite/gugli.png" width="64" height="64" offsetX="-32"/> + <imageset name="base" src="graphics/sprites/npcs/sprite/gugli.png" width="64" height="64" offsetX="-32"/> - <action name="stand" imageset="npc"> - <animation direction="default"> + <action name="stand" imageset="base"> - <label name="start"/> - <!-- 40% used on "long" label. --> - <goto label="long" rand="40"/> - <!-- 100% from the 60% unused percent are used on "simple" label. --> - <goto label="simple" rand="100"/> + <animation direction="default"> + <label name="start"/> + <!-- 40% used on "long" label. --> + <goto label="long" rand="40"/> + <!-- 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"/> + <sequence value="1,2" delay="110"/> + <frame index="3" delay="120"/> + <sequence value="2,1" delay="110"/> + <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"/> + <goto label="start"/> + </animation> + </action> - <!-- Long move leg animation. --> - <label name="long"/> - <frame index="0" delay="120"/> - <sequence value="1,2" delay="110"/> - <frame index="3" delay="120"/> - <sequence value="2,1" delay="110"/> - <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"/> - <goto label="start"/> - </animation> - </action> -</sprite> +</sprite>
\ No newline at end of file |