summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/gugli.xml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-06-02 17:54:14 +0300
committerAndrei Karas <akaras@inbox.ru>2012-06-02 17:54:14 +0300
commit09457f85988d71c0bced396487374e6cf0a318c9 (patch)
tree822270bb023f0c04520ad2c1714e28f8456fc1bc /graphics/sprites/npcs/xml/gugli.xml
parentd40b553ba3a0d6b39c8a93b91aa23fed574c5afd (diff)
downloadclientdata-09457f85988d71c0bced396487374e6cf0a318c9.tar.gz
clientdata-09457f85988d71c0bced396487374e6cf0a318c9.tar.bz2
clientdata-09457f85988d71c0bced396487374e6cf0a318c9.tar.xz
clientdata-09457f85988d71c0bced396487374e6cf0a318c9.zip
Replace some tabs to spaces.
Diffstat (limited to 'graphics/sprites/npcs/xml/gugli.xml')
-rw-r--r--graphics/sprites/npcs/xml/gugli.xml48
1 files changed, 24 insertions, 24 deletions
diff --git a/graphics/sprites/npcs/xml/gugli.xml b/graphics/sprites/npcs/xml/gugli.xml
index e0ef20d9..df9a4a55 100644
--- a/graphics/sprites/npcs/xml/gugli.xml
+++ b/graphics/sprites/npcs/xml/gugli.xml
@@ -6,36 +6,36 @@ 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="base" src="graphics/sprites/npcs/sprite/gugli.png" width="64" height="64" offsetX="-32"/>
<action name="stand" imageset="base">
- <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>
+ <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>
</sprite> \ No newline at end of file