1
0
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:
Xexxar 2021-11-06 21:11:37 +00:00
parent 454e51a4c5
commit 7af1a0bf12

View File

@ -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;