@@ -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) {
|
||||
|
Reference in New Issue
Block a user