diff options
author | Reid <reidyaro@gmail.com> | 2014-06-02 01:22:04 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2014-06-02 01:22:04 +0200 |
commit | 28f16272aaa2720c56a9c00034851fe289d30d66 (patch) | |
tree | 2dff73089c6da7b85b36beff86bbc4d0638343ca /graphics | |
parent | 56e8e366ff68e6d238dab00f72f9fcc1ccd49546 (diff) | |
download | clientdata-28f16272aaa2720c56a9c00034851fe289d30d66.tar.gz clientdata-28f16272aaa2720c56a9c00034851fe289d30d66.tar.bz2 clientdata-28f16272aaa2720c56a9c00034851fe289d30d66.tar.xz clientdata-28f16272aaa2720c56a9c00034851fe289d30d66.zip |
Add indoor XML.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/npcs/xml/artisindoor.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/artisindoor.xml b/graphics/sprites/npcs/xml/artisindoor.xml new file mode 100644 index 00000000..37080b4b --- /dev/null +++ b/graphics/sprites/npcs/xml/artisindoor.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/artisindoor.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> |