diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-08-15 21:39:17 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-08-15 21:39:17 +0200 |
commit | 89937d9de1ef9ffe20a798e639c979efc17d6204 (patch) | |
tree | 96aa346dbe75d474980c97ba7f820066eb8ee723 /graphics/sprites | |
parent | 797ba043a35f65b0fa6c5697dcf5a45d18dbea35 (diff) | |
download | clientdata-89937d9de1ef9ffe20a798e639c979efc17d6204.tar.gz clientdata-89937d9de1ef9ffe20a798e639c979efc17d6204.tar.bz2 clientdata-89937d9de1ef9ffe20a798e639c979efc17d6204.tar.xz clientdata-89937d9de1ef9ffe20a798e639c979efc17d6204.zip |
Adjusted the animation of the big chest to make it fit with the sound effects.s20160820
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/npcs/xml/chest-big.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sprites/npcs/xml/chest-big.xml b/graphics/sprites/npcs/xml/chest-big.xml index 14b8c1d9..19a872fa 100644 --- a/graphics/sprites/npcs/xml/chest-big.xml +++ b/graphics/sprites/npcs/xml/chest-big.xml @@ -17,7 +17,7 @@ Copyright (C) 2012 Evol Online --> <!-- Chest Opening. --> <animation direction="left"> - <sequence value="1,2" delay="110"/> + <sequence value="1,2" delay="180"/> </animation> <!-- Chest Opened. --> @@ -27,7 +27,7 @@ Copyright (C) 2012 Evol Online --> <!-- Chest Closing. --> <animation direction="right"> - <sequence value="2,1" delay="110"/> + <sequence value="2,1" delay="180"/> </animation> </action> </sprite> |