summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2014-06-02 01:20:28 +0200
committerReid <reidyaro@gmail.com>2014-06-02 01:20:28 +0200
commit56e8e366ff68e6d238dab00f72f9fcc1ccd49546 (patch)
treed0b3f9bcf63dd1125720ca7b999dafd78744ff53 /graphics
parentb44466d0d546596ca59101f982af65442314931a (diff)
downloadclientdata-56e8e366ff68e6d238dab00f72f9fcc1ccd49546.tar.gz
clientdata-56e8e366ff68e6d238dab00f72f9fcc1ccd49546.tar.bz2
clientdata-56e8e366ff68e6d238dab00f72f9fcc1ccd49546.tar.xz
clientdata-56e8e366ff68e6d238dab00f72f9fcc1ccd49546.zip
Add artis door XML.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sprites/npcs/xml/artisdoor.xml30
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>