summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-30 11:00:05 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-30 11:00:05 -0300
commitf9c0b681402b5890544293d280d39ac19cab5702 (patch)
tree20e1a25acea147ac85e161492db1978f5d4a217e /graphics/sprites/npcs
parentae5b6917d15ba54b329e95d353899038202b0411 (diff)
downloadclientdata-f9c0b681402b5890544293d280d39ac19cab5702.tar.gz
clientdata-f9c0b681402b5890544293d280d39ac19cab5702.tar.bz2
clientdata-f9c0b681402b5890544293d280d39ac19cab5702.tar.xz
clientdata-f9c0b681402b5890544293d280d39ac19cab5702.zip
Make Treasure Chest easier to see.
Diffstat (limited to 'graphics/sprites/npcs')
-rw-r--r--graphics/sprites/npcs/xml/chest2.xml33
1 files changed, 33 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..aad4a059
--- /dev/null
+++ b/graphics/sprites/npcs/xml/chest2.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Hal9000, Micksha
+Copyright (C) 2012 Evol Online
+Copyright (C) 2020 The Mana World -->
+
+<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>