diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-16 13:58:56 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-16 13:58:56 -0200 |
commit | 59f29374f825e82e225323ef4cfe6722b8fc6747 (patch) | |
tree | 7f23279191ee4d391cee653e4183ce6dcc3cb9a7 /graphics/particles/smoke.xml | |
parent | 657e00dc5dd4a31789b1a23a0bb89169f77b15c6 (diff) | |
download | clientdata-59f29374f825e82e225323ef4cfe6722b8fc6747.tar.gz clientdata-59f29374f825e82e225323ef4cfe6722b8fc6747.tar.bz2 clientdata-59f29374f825e82e225323ef4cfe6722b8fc6747.tar.xz clientdata-59f29374f825e82e225323ef4cfe6722b8fc6747.zip |
Include a smoke particle and reserve all particles from 50 to 100 as TMW2.
Diffstat (limited to 'graphics/particles/smoke.xml')
-rw-r--r-- | graphics/particles/smoke.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/particles/smoke.xml b/graphics/particles/smoke.xml new file mode 100644 index 00000000..e57ea4b9 --- /dev/null +++ b/graphics/particles/smoke.xml @@ -0,0 +1,19 @@ +<?xml version="1.0"?> +<effect> + <particle position-x="0" + position-y="0" + position-z="27" + lifetime="200"> + <emitter> + <property name="image" value="graphics/particles/smoke.png"/> + <property name="vertical-angle" value="90"/> + <property name="power" value="1.5"/> + <property name="lifetime" value="50"/> + <property name="fade-in" value="5"/> + <property name="fade-out" value="25"/> + <property name="output" min="1" max="1"/> + <property name="position-x" min="-8" max="8"/> + <property name="position-y" value="32"/> + </emitter> + </particle> +</effect> |