From 4b4f54527acfe58322e618880f21b39fff9341f2 Mon Sep 17 00:00:00 2001 From: div0 Date: Thu, 12 Feb 2009 15:41:36 +0000 Subject: [PATCH] make the bullet trail more visible, and also use less particles for it git-svn-id: svn://svn.icculus.org/nexuiz/trunk@5861 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/effectinfo.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/effectinfo.txt b/data/effectinfo.txt index 1d3e86bc8..2d8fe086d 100644 --- a/data/effectinfo.txt +++ b/data/effectinfo.txt @@ -3154,10 +3154,10 @@ velocityjitter 256 256 256 // bullet trail (somewhat like a tracer) effect tr_bullet -trailspacing 16 +trailspacing 128 type spark color 0x800000 0xFF8020 -alpha 256 256 10240 -size 2 2 -stretchfactor 0.3 -velocitymultiplier 1 +alpha 256 256 2560 +size 3 3 +stretchfactor 0.6 +velocitymultiplier 0.7 -- 2.39.2