diff options
author | Reid <reidyaro@gmail.com> | 2014-06-02 01:20:28 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2014-06-02 01:20:28 +0200 |
commit | 56e8e366ff68e6d238dab00f72f9fcc1ccd49546 (patch) | |
tree | d0b3f9bcf63dd1125720ca7b999dafd78744ff53 /graphics/sprites/npcs/xml | |
parent | b44466d0d546596ca59101f982af65442314931a (diff) | |
download | clientdata-56e8e366ff68e6d238dab00f72f9fcc1ccd49546.tar.gz clientdata-56e8e366ff68e6d238dab00f72f9fcc1ccd49546.tar.bz2 clientdata-56e8e366ff68e6d238dab00f72f9fcc1ccd49546.tar.xz clientdata-56e8e366ff68e6d238dab00f72f9fcc1ccd49546.zip |
Add artis door XML.
Diffstat (limited to 'graphics/sprites/npcs/xml')
-rw-r--r-- | graphics/sprites/npcs/xml/artisdoor.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/artisdoor.xml b/graphics/sprites/npcs/xml/artisdoor.xml new file mode 100644 index 00000000..14444305 --- /dev/null +++ b/graphics/sprites/npcs/xml/artisdoor.xml @@ -0,0 +1,30 @@ +<?xml version="1.0"?> +<!-- Author : Reid, 4144 +Copyright (C) 2011-2014 Evol Online --> +<sprite> + <imageset name="door" src="graphics/sprites/npcs/sprite/artisdoor.png" width="96" height="96" offsetY="32"/> + + <action name="stand" imageset="door"> + <!-- Open animation --> + <animation direction="left"> + <sequence start="0" end="4" delay="70"/> + <frame index="5"/> + </animation> + + <!-- Close animation --> + <animation direction="up"> + <sequence start="5" end="1" delay="70"/> + <frame index="0"/> + </animation> + + <!-- Opened door --> + <animation direction="right"> + <frame index="5"/> + </animation> + + <!-- Closed door --> + <animation direction="down"> + <frame index="0"/> + </animation> + </action> +</sprite> |