particles: faster cooldown of maximum amplitude

This commit is contained in:
Thomas Kolb 2022-03-19 20:30:32 +01:00
parent 347a95ea8d
commit acc69d63be
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ pub mod particles
use rand::Rng;
const COOLDOWN_FACTOR : f32 = 0.99995;
const COOLDOWN_FACTOR : f32 = 0.99980;
const RGB_EXPONENT : f32 = 1.8;
const W_EXPONENT : f32 = 2.2;
const FADE_FACTOR : f32 = 0.98;