summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/alige.xml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-06-02 17:50:53 +0300
committerAndrei Karas <akaras@inbox.ru>2012-06-02 17:50:53 +0300
commit600a32a0190e0e0c5dbb67959be0bd33980eaa0d (patch)
tree9d3d648fe4ab84cc2025e36eadda3fba1fb1b5c4 /graphics/sprites/npcs/xml/alige.xml
parent9f7d53bbb4f1eadf79d6ead094687f6a4eb11fbc (diff)
downloadclientdata-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/alige.xml')
-rw-r--r--graphics/sprites/npcs/xml/alige.xml57
1 files changed, 27 insertions, 30 deletions
diff --git a/graphics/sprites/npcs/xml/alige.xml b/graphics/sprites/npcs/xml/alige.xml
index 3c0a6173..ca101e2c 100644
--- a/graphics/sprites/npcs/xml/alige.xml
+++ b/graphics/sprites/npcs/xml/alige.xml
@@ -1,38 +1,35 @@
<?xml version="1.0"?>
-
-<!-- Authors: Reid & Dan.
+<!-- Author : Reid, Dan
Copyright (C) 2011 Evol Online -->
-
<sprite>
- <imageset name="npc" src="graphics/sprites/npcs/sprite/alige.png" width="11" height="5" offsetX="0" offsetY="-13"/>
-
- <action name="stand" imageset="npc">
- <!-- Opening Eyes -->
- <animation direction="left">
- <frame index="2" delay="100"/>
- <frame index="1" delay="90"/>
- </animation>
+ <imageset name="npc" src="graphics/sprites/npcs/sprite/alige.png" width="11" height="5" offsetX="0" offsetY="-13"/>
- <!-- Closing Eyes -->
- <animation direction="up">
- <frame index="1" delay="100"/>
- <frame index="2" delay="90"/>
- </animation>
+ <action name="stand" imageset="npc">
+ <!-- Open eyes animation -->
+ <animation direction="left">
+ <frame index="2" delay="100"/>
+ <frame index="1" delay="90"/>
+ </animation>
- <!-- Opened Eyes -->
- <animation direction="right">
- <frame index="0" delay="9000"/>
- <frame index="1" delay="90"/>
- <frame index="2" delay="80"/>
- <frame index="3" delay="200"/>
- <frame index="2" delay="80"/>
- <frame index="1" delay="80"/>
- </animation>
+ <!-- Close eyes animation -->
+ <animation direction="up">
+ <frame index="1" delay="100"/>
+ <frame index="2" delay="90"/>
+ </animation>
- <!-- Closed Eyes -->
- <animation direction="down">
- <frame index="3"/>
- </animation>
+ <!-- Opened eyes -->
+ <animation direction="right">
+ <frame index="0" delay="9000"/>
+ <frame index="1" delay="90"/>
+ <frame index="2" delay="80"/>
+ <frame index="3" delay="200"/>
+ <frame index="2" delay="80"/>
+ <frame index="1" delay="80"/>
+ </animation>
- </action>
+ <!-- Closed eyes -->
+ <animation direction="down">
+ <frame index="3"/>
+ </animation>
+ </action>
</sprite>