diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2010-03-07 20:23:44 +0100 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2010-03-07 20:23:44 +0100 |
commit | 6f45c65b257a2018c0dd8fb323d69ed09ba2d88b (patch) | |
tree | 1ce953fd8619abe8a6eaf98d8d680d6b82c87582 | |
parent | f907a0c48fa3d4f9309d517f200048f22661cbad (diff) | |
download | clientdata-6f45c65b257a2018c0dd8fb323d69ed09ba2d88b.tar.gz clientdata-6f45c65b257a2018c0dd8fb323d69ed09ba2d88b.tar.bz2 clientdata-6f45c65b257a2018c0dd8fb323d69ed09ba2d88b.tar.xz clientdata-6f45c65b257a2018c0dd8fb323d69ed09ba2d88b.zip |
Made the warparea particle effect size-adjustable
-rw-r--r-- | graphics/particles/warparea.particle.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/particles/warparea.particle.xml b/graphics/particles/warparea.particle.xml index 10ed7f85..8b12a8e4 100644 --- a/graphics/particles/warparea.particle.xml +++ b/graphics/particles/warparea.particle.xml @@ -7,6 +7,7 @@ Fancy fireworks effect which fills the whole screen. position-x = "0" position-y = "0" position-z = "1" + size-adjustable = "true" > <emitter> <property name="position-x" min="0" max="32"/> |