mirror of
https://github.com/ppy/osu
synced 2025-02-01 19:02:00 +00:00
Make wind down max value 200%
This commit is contained in:
parent
d9e21a572f
commit
17294b1b09
@ -21,7 +21,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
public override BindableNumber<double> InitialRate { get; } = new BindableDouble
|
||||
{
|
||||
MinValue = 1,
|
||||
MaxValue = 1.5,
|
||||
MaxValue = 2,
|
||||
Default = 1,
|
||||
Value = 1,
|
||||
Precision = 0.01,
|
||||
|
Loading…
Reference in New Issue
Block a user