mirror of
https://github.com/ppy/osu
synced 2025-02-12 16:17:16 +00:00
Allow faster roll speed selection in "Barrel Roll" mod
This commit is contained in:
parent
e227c076e5
commit
f11b068dee
@ -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,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user