summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/alige.xml
diff options
context:
space:
mode:
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>