1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-18 06:27:18 +08:00

Allow faster roll speed selection in "Barrel Roll" mod

This commit is contained in:
Dean Herbert 2021-04-20 18:22:58 +09:00
parent e227c076e5
commit f11b068dee

View File

@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Osu.Mods
public BindableNumber<double> SpinSpeed { get; } = new BindableDouble(0.5)
{
MinValue = 0.02,
MaxValue = 4,
MaxValue = 12,
Precision = 0.01,
};