1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00

Merge pull request #12498 from peppy/barrel-roll-faster-spin

Allow faster roll speed selection in "Barrel Roll" mod
This commit is contained in:
Dan Balasescu 2021-04-20 20:39:45 +09:00 committed by GitHub
commit 86772869da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,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,
};