diff options
Diffstat (limited to 'graphics/sprites/npcs/xml/alige.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/alige.xml | 57 |
1 files changed, 30 insertions, 27 deletions
diff --git a/graphics/sprites/npcs/xml/alige.xml b/graphics/sprites/npcs/xml/alige.xml index ca101e2c..3c0a6173 100644 --- a/graphics/sprites/npcs/xml/alige.xml +++ b/graphics/sprites/npcs/xml/alige.xml @@ -1,35 +1,38 @@ <?xml version="1.0"?> -<!-- Author : Reid, Dan + +<!-- Authors: 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"/> + <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> - <action name="stand" imageset="npc"> - <!-- Open eyes animation --> - <animation direction="left"> - <frame index="2" delay="100"/> - <frame index="1" delay="90"/> - </animation> + <!-- Closing Eyes --> + <animation direction="up"> + <frame index="1" delay="100"/> + <frame index="2" delay="90"/> + </animation> - <!-- Close eyes animation --> - <animation direction="up"> - <frame index="1" delay="100"/> - <frame index="2" 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> - <!-- 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> + <!-- Closed Eyes --> + <animation direction="down"> + <frame index="3"/> + </animation> - <!-- Closed eyes --> - <animation direction="down"> - <frame index="3"/> - </animation> - </action> + </action> </sprite> |