summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/chest-big.xml
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-06-30 16:14:31 +0200
committerReid <reidyaro@gmail.com>2012-06-30 16:14:31 +0200
commit6cde0faa71d3dc323fb735b8e4b8ae331c26af39 (patch)
tree11050d8ea08ab4fb8a165b61293a226a7c47a6ff /graphics/sprites/npcs/xml/chest-big.xml
parent366d72c2ed10d5506f936ad1580041ac67154450 (diff)
downloadclientdata-6cde0faa71d3dc323fb735b8e4b8ae331c26af39.tar.gz
clientdata-6cde0faa71d3dc323fb735b8e4b8ae331c26af39.tar.bz2
clientdata-6cde0faa71d3dc323fb735b8e4b8ae331c26af39.tar.xz
clientdata-6cde0faa71d3dc323fb735b8e4b8ae331c26af39.zip
Correct chest-big offset placement,
Change 000-2-1 compression mode.
Diffstat (limited to 'graphics/sprites/npcs/xml/chest-big.xml')
-rw-r--r--graphics/sprites/npcs/xml/chest-big.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/sprites/npcs/xml/chest-big.xml b/graphics/sprites/npcs/xml/chest-big.xml
index 3f773b08..a0a26d37 100644
--- a/graphics/sprites/npcs/xml/chest-big.xml
+++ b/graphics/sprites/npcs/xml/chest-big.xml
@@ -1,28 +1,28 @@
<?xml version="1.0"?>
-<!-- Authors: Hal9OOO (Francesco Miglietta)
+<!-- Authors: Hal9OOO (Francesco Miglietta), Reid
Copyright (C) 2012 Evol Online -->
<sprite>
- <imageset name="chest" src="graphics/sprites/npcs/sprite/chest-big.png" width="48" height="64"/>
+ <imageset name="chest" src="graphics/sprites/npcs/sprite/chest-big.png" width="48" height="64" offsetX="12"/>
<action name="stand" imageset="chest">
<!-- Chest Closed. -->
<animation direction="default">
- <frame index="0" offsetX="16"/>
+ <frame index="0"/>
</animation>
<!-- Chest Opening. -->
<animation direction="left">
- <sequence value="1,2" delay="110" offsetX="16"/>
+ <sequence value="1,2" delay="110"/>
</animation>
<!-- Chest Opened. -->
<animation direction="up">
- <frame index="3" offsetX="16"/>
+ <frame index="3"/>
</animation>
<!-- Chest Closing. -->
<animation direction="right">
- <sequence value="2,1" delay="110" offsetX="16"/>
+ <sequence value="2,1" delay="110"/>
</animation>
</action>
</sprite>