summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-16 13:58:56 -0200
committerjesusalva <cpntb1@ymail.com>2018-02-16 13:58:56 -0200
commit59f29374f825e82e225323ef4cfe6722b8fc6747 (patch)
tree7f23279191ee4d391cee653e4183ce6dcc3cb9a7 /graphics
parent657e00dc5dd4a31789b1a23a0bb89169f77b15c6 (diff)
downloadclientdata-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')
-rw-r--r--graphics/particles/smoke.pngbin0 -> 948 bytes
-rw-r--r--graphics/particles/smoke.xml19
2 files changed, 19 insertions, 0 deletions
diff --git a/graphics/particles/smoke.png b/graphics/particles/smoke.png
new file mode 100644
index 00000000..01fd98e7
--- /dev/null
+++ b/graphics/particles/smoke.png
Binary files differ
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>