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