summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/artisindoor-wood.xml
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2014-08-25 00:14:39 +0200
committerReid <reidyaro@gmail.com>2014-08-25 00:14:39 +0200
commitd725679c0448c8aa779956ac42d4f256e3648117 (patch)
tree1215c251e064f982c55c33886825f1f52d9191c1 /graphics/sprites/npcs/xml/artisindoor-wood.xml
parent1e4d8f8efa81b95597359b92deb1e313e3b9ebb9 (diff)
downloadclientdata-d725679c0448c8aa779956ac42d4f256e3648117.tar.gz
clientdata-d725679c0448c8aa779956ac42d4f256e3648117.tar.bz2
clientdata-d725679c0448c8aa779956ac42d4f256e3648117.tar.xz
clientdata-d725679c0448c8aa779956ac42d4f256e3648117.zip
Add variation of the indoor door.
Diffstat (limited to 'graphics/sprites/npcs/xml/artisindoor-wood.xml')
-rw-r--r--graphics/sprites/npcs/xml/artisindoor-wood.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/artisindoor-wood.xml b/graphics/sprites/npcs/xml/artisindoor-wood.xml
new file mode 100644
index 00000000..29b37959
--- /dev/null
+++ b/graphics/sprites/npcs/xml/artisindoor-wood.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-wood.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>