mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Balancing opacity and hidden bonus
This commit is contained in:
@ -33,7 +33,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Skills
|
||||
private double preemptTime;
|
||||
|
||||
private const double max_opacity_bonus = 0.4;
|
||||
private const double hidden_bonus = 0.3;
|
||||
private const double hidden_bonus = 0.4;
|
||||
|
||||
private double currentStrain;
|
||||
|
||||
|
Reference in New Issue
Block a user