diff options
author | Hal9000 <miglietta.francesco@gmail.com> | 2013-02-08 12:23:21 +0100 |
---|---|---|
committer | Hal9000 <miglietta.francesco@gmail.com> | 2013-02-08 12:23:21 +0100 |
commit | 1d698b8853dac2d7581112effff9767fa2bcb9b6 (patch) | |
tree | 9e3fa06623c1b99b8658d0b34004fe9b2387c6b3 /graphics | |
parent | 386d2bef92e0202775c7b5e1e2bef74876711898 (diff) | |
download | clientdata-1d698b8853dac2d7581112effff9767fa2bcb9b6.tar.gz clientdata-1d698b8853dac2d7581112effff9767fa2bcb9b6.tar.bz2 clientdata-1d698b8853dac2d7581112effff9767fa2bcb9b6.tar.xz clientdata-1d698b8853dac2d7581112effff9767fa2bcb9b6.zip |
AFK animation smoothed, antialiased, cleaned.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/particles/afk.xml | 18 | ||||
-rw-r--r-- | graphics/particles/zzz.png | bin | 308 -> 469 bytes |
2 files changed, 9 insertions, 9 deletions
diff --git a/graphics/particles/afk.xml b/graphics/particles/afk.xml index ea0accfe..afb69aa6 100644 --- a/graphics/particles/afk.xml +++ b/graphics/particles/afk.xml @@ -2,7 +2,7 @@ <!-- Author: Hal9000 Copyright (C) 2010-2013 Evol Online --> <effect> - <particle position-x="0" position-y="0" position-z="0"> + <particle position-x="0" position-y="15" position-z="0"> <emitter> <property name="position-x" value="0"/> <property name="position-y" value="0"/> @@ -16,8 +16,8 @@ Copyright (C) 2010-2013 Evol Online --> <property name="gravity" value="-0.01"/> <property name="momentum" value="0.9"/> <animation imageset="graphics/particles/zzz.png" width="8" height="10"> - <sequence start="1" end="3" delay="240"/> - <frame index="3" delay="1000"/> + <sequence start="1" end="5" delay="140"/> + <frame index="5" delay="1000"/> </animation> <property name="lifetime" value="150"/> <property name="fade-out" value="40"/> @@ -38,11 +38,11 @@ Copyright (C) 2010-2013 Evol Online --> <property name="momentum" value="0.9"/> <animation imageset="graphics/particles/zzz.png" width="8" height="10"> <frame index="0" delay="800"/> - <sequence start="0" end="3" delay="240"/> - <frame index="3" delay="1000"/> + <sequence start="0" end="5" delay="140"/> + <frame index="5" delay="1000"/> </animation> <property name="lifetime" value="300"/> - <property name="fade-out" value="40"/> + <property name="fade-out" value="100"/> <property name="output" value="1"/> </emitter> </emitter> @@ -60,11 +60,11 @@ Copyright (C) 2010-2013 Evol Online --> <property name="momentum" value="0.9"/> <animation imageset="graphics/particles/zzz.png" width="8" height="10"> <frame index="0" delay="1600"/> - <sequence start="0" end="3" delay="240"/> - <frame index="3" delay="1000"/> + <sequence start="0" end="5" delay="140"/> + <frame index="5" delay="1000"/> </animation> <property name="lifetime" value="450"/> - <property name="fade-out" value="70"/> + <property name="fade-out" value="220"/> <property name="output" value="1"/> </emitter> </emitter> diff --git a/graphics/particles/zzz.png b/graphics/particles/zzz.png Binary files differindex 26803d20..a856bfc2 100644 --- a/graphics/particles/zzz.png +++ b/graphics/particles/zzz.png |