summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/chest2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sprites/npcs/xml/chest2.xml')
-rw-r--r--graphics/sprites/npcs/xml/chest2.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/chest2.xml b/graphics/sprites/npcs/xml/chest2.xml
new file mode 100644
index 00000000..61b19745
--- /dev/null
+++ b/graphics/sprites/npcs/xml/chest2.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Micksha, Hal9000
+Copyright (C) 2012 - 2020 Evol Online -->
+
+<sprite>
+ <imageset name="chest"
+ src="graphics/sprites/npcs/sprite/chest2.png"
+ width="32"
+ height="32"/>
+
+ <action name="stand" imageset="chest">
+ <!-- Chest Closed. -->
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+
+ <!-- Chest Opening. -->
+ <animation direction="left">
+ <frame index="1" delay="110"/>
+ </animation>
+
+ <!-- Chest Opened. -->
+ <animation direction="up">
+ <frame index="2"/>
+ </animation>
+
+ <!-- Chest Closing. -->
+ <animation direction="right">
+ <frame index="1" delay="110"/>
+ </animation>
+ </action>
+</sprite>