mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 18:32:55 +08:00
buffed velocity constant
This commit is contained in:
parent
454e51a4c5
commit
7af1a0bf12
@ -24,7 +24,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Skills
|
||||
private const double wide_angle_multiplier = 1.5;
|
||||
private const double acute_angle_multiplier = 2.0;
|
||||
private const double slider_multiplier = 1.5;
|
||||
private const double vel_change_multiplier = 0.75;
|
||||
private const double vel_change_multiplier = 1.0;
|
||||
|
||||
private double currentStrain = 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user