From 039e983daaac958a2ca68eb09cfacc21265c86eb Mon Sep 17 00:00:00 2001 From: Evan Goers Date: Fri, 13 Jan 2012 07:10:35 +0000 Subject: Merged engine_trail and engine_exhaust. --- base/particles/engine_exhaust.ini | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) (limited to 'base/particles/engine_exhaust.ini') diff --git a/base/particles/engine_exhaust.ini b/base/particles/engine_exhaust.ini index 0c71d3d..4a065ce 100644 --- a/base/particles/engine_exhaust.ini +++ b/base/particles/engine_exhaust.ini @@ -5,10 +5,44 @@ [particles] type=flame -texture=fx/flame00 +texture=fx/flame_plain timeout=0.12 eject=0.02 radius=18 alpha=0.5 offset=0.25 +[particles] +type=trail +texture=fx/engine_trail +timeout=4.0 +eject=0.15 +radius=12 +alpha=0.5 + +[particles] +type=trail +texture=fx/engine_trail +timeout=4.0 +eject=0.15 +radius=12 +alpha=0.5 +roll=45 + +[particles] +type=trail +texture=fx/engine_trail +timeout=4.0 +eject=0.15 +radius=12 +alpha=0.5 +roll=90 + +[particles] +type=trail +texture=fx/engine_trail +timeout=4.0 +eject=0.15 +radius=12 +alpha=0.5 +roll=135 -- cgit v1.2.3