diff options
author | Alige <aligetmw@hotmail.fr> | 2012-06-03 21:57:01 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-06-03 21:57:01 +0200 |
commit | 5100812dfacbd80dcd719d2647d182afcbad78ef (patch) | |
tree | 66438da198cf8b0536663c1b0fb5948d185b4896 | |
parent | 0d69f5eb29a1cbfc4a3e45c04ec7a83dc5f41e92 (diff) | |
download | clientdata-5100812dfacbd80dcd719d2647d182afcbad78ef.tar.gz clientdata-5100812dfacbd80dcd719d2647d182afcbad78ef.tar.bz2 clientdata-5100812dfacbd80dcd719d2647d182afcbad78ef.tar.xz clientdata-5100812dfacbd80dcd719d2647d182afcbad78ef.zip |
Optimized the hidden.xml animation.
-rw-r--r-- | graphics/sprites/icons/hidden.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/sprites/icons/hidden.xml b/graphics/sprites/icons/hidden.xml index 55005f87..1ceb0836 100644 --- a/graphics/sprites/icons/hidden.xml +++ b/graphics/sprites/icons/hidden.xml @@ -11,9 +11,7 @@ Copyright (C) 2010-2012 Evol Online --> <frame index="2" delay="300"/> <frame index="1" delay="200"/> <frame index="0" delay="1500"/> - <frame index="1" delay="100"/> - <frame index="2" delay="100"/> - <frame index="1" delay="100"/> + <sequence value="1,2,1" delay="100"/> </animation> </action> </sprite> |