diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-12-09 18:52:02 +0100 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-12-09 18:52:02 +0100 |
commit | 1d83ff268e2ee048d07fb2290568bdab1a47db53 (patch) | |
tree | 7a85ca1969be8bc14f6e6d06f2b46f4f6f2e1c5e | |
parent | d2b96c1ea5b606bcc6201b1e06e85f88321f1d72 (diff) | |
download | clientdata-1d83ff268e2ee048d07fb2290568bdab1a47db53.tar.gz clientdata-1d83ff268e2ee048d07fb2290568bdab1a47db53.tar.bz2 clientdata-1d83ff268e2ee048d07fb2290568bdab1a47db53.tar.xz clientdata-1d83ff268e2ee048d07fb2290568bdab1a47db53.zip |
Improved iron potion glow effect so that it looks like it comes from the whole character and not just its crotch.
-rw-r--r-- | graphics/particles/orange-violent-glow.particle.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/particles/orange-violent-glow.particle.xml b/graphics/particles/orange-violent-glow.particle.xml index 417d934d..103bd069 100644 --- a/graphics/particles/orange-violent-glow.particle.xml +++ b/graphics/particles/orange-violent-glow.particle.xml @@ -9,7 +9,7 @@ Orange-ish particles that fly up to the sky; based on Crush's Soul Menhir effect position-z = "0"
>
<emitter>
- <property name="position-z" value="16" />
+ <property name="position-z" min="16" max="48" />
<property name="vertical-angle" min="0" max="90"/>
<property name="horizontal-angle" min="0" max="360"/>
<property name="power" min="10" max="25"/>
|