diff options
author | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-06-30 10:23:11 +0200 |
---|---|---|
committer | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-06-30 10:23:11 +0200 |
commit | 5878e311843380a2a21b1efeab6eba87b138b928 (patch) | |
tree | c1bed9ed2eb7905c795a94c13c8cc5f2184c046f /graphics/sprites | |
parent | 1a7d89c4c9fd8fb2c8813f2aefef7e9cd5bdd02b (diff) | |
download | clientdata-5878e311843380a2a21b1efeab6eba87b138b928.tar.gz clientdata-5878e311843380a2a21b1efeab6eba87b138b928.tar.bz2 clientdata-5878e311843380a2a21b1efeab6eba87b138b928.tar.xz clientdata-5878e311843380a2a21b1efeab6eba87b138b928.zip |
2-Boxes overlap fixed, Box position fixed.
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/npcs/xml/chest-big.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/sprites/npcs/xml/chest-big.xml b/graphics/sprites/npcs/xml/chest-big.xml index 0b646668..3f773b08 100644 --- a/graphics/sprites/npcs/xml/chest-big.xml +++ b/graphics/sprites/npcs/xml/chest-big.xml @@ -7,22 +7,22 @@ Copyright (C) 2012 Evol Online --> <action name="stand" imageset="chest"> <!-- Chest Closed. --> <animation direction="default"> - <frame index="0"/> + <frame index="0" offsetX="16"/> </animation> <!-- Chest Opening. --> <animation direction="left"> - <sequence value="1,2" delay="110"/> + <sequence value="1,2" delay="110" offsetX="16"/> </animation> <!-- Chest Opened. --> <animation direction="up"> - <frame index="3"/> + <frame index="3" offsetX="16"/> </animation> <!-- Chest Closing. --> <animation direction="right"> - <sequence value="2,1" delay="110"/> + <sequence value="2,1" delay="110" offsetX="16"/> </animation> </action> </sprite> |