From 32027b8368af3d9685f6893f23ebe910327c51b9 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 17 Apr 2013 20:03:04 +0000 Subject: Made laser particles red and blaster particles yellow. --- base/particles/laser_trail.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'base/particles') diff --git a/base/particles/laser_trail.ini b/base/particles/laser_trail.ini index a3c7897..45c055a 100644 --- a/base/particles/laser_trail.ini +++ b/base/particles/laser_trail.ini @@ -6,11 +6,12 @@ [particles] [trail] - texture=fx/engine_trail + texture=fx/dust_trail lifespan=1000 interval=50 radius=8 0 offset=0.75 alpha=0.5 0 - color=255 255 127 - colorsecond=127 127 63 + + color=255 0 0 + colorsecond=127 0 0 -- cgit v1.2.3