Effect lightspeed * More variable saturation for the stars
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
0da161ccd1
commit
521e5f735d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user