From 521e5f735d681f847d2254b6b9688425a2cbe5e6 Mon Sep 17 00:00:00 2001 From: Fabian Schlenz Date: Tue, 28 Apr 2020 17:47:43 +0200 Subject: [PATCH] Effect lightspeed * More variable saturation for the stars --- src/effect_lightspeed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/effect_lightspeed.cpp b/src/effect_lightspeed.cpp index 2bdbe84..8b45bdb 100644 --- a/src/effect_lightspeed.cpp +++ b/src/effect_lightspeed.cpp @@ -47,7 +47,7 @@ void LightspeedEffectStar::_init() { _start = 0; _speed = random16(128, 2<<8); _target = random16(25<<8, 35<<8); - _saturation = random8(20); + _saturation = random8(100); } void LightspeedEffectStar::loop(Window* win) {