tweak
This commit is contained in:
parent
729a0fde8e
commit
f328cf712f
@ -2263,12 +2263,12 @@ void V_TickForever(WaveLaneCtx *lane)
|
||||
emitter.start = hit_entry;
|
||||
emitter.end = emitter.start;
|
||||
|
||||
emitter.color_lin = LinearFromSrgb(VEC4(0.3, 0.25, 0.0, 1));
|
||||
// emitter.color_spread = VEC4(0.1, 0.1, 0.1, 0);
|
||||
emitter.color_lin = LinearFromSrgb(VEC4(0.4, 0.3, 0.2, 0.75));
|
||||
emitter.color_spread = VEC4(0, 0, 0, 0.25);
|
||||
|
||||
emitter.speed = 2;
|
||||
// emitter.speed_spread = emitter.speed * 2;
|
||||
emitter.speed_spread = emitter.speed * 2;
|
||||
emitter.speed_spread = emitter.speed * 2.5;
|
||||
|
||||
emitter.velocity_falloff = 5;
|
||||
emitter.velocity_falloff_spread = emitter.velocity_falloff_spread * 1.5;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user