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:
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…
x
Reference in New Issue
Block a user