mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 18:27:26 +08:00
increase min minimum accuracy to 60%
This commit is contained in:
parent
150195b887
commit
b46ef67a14
@ -36,7 +36,7 @@ namespace osu.Game.Rulesets.Mods
|
|||||||
[SettingSource("Minimum accuracy", "Trigger a failure if your accuracy goes below this value.", SettingControlType = typeof(SettingsSlider<double, PercentSlider>))]
|
[SettingSource("Minimum accuracy", "Trigger a failure if your accuracy goes below this value.", SettingControlType = typeof(SettingsSlider<double, PercentSlider>))]
|
||||||
public BindableNumber<double> MinimumAccuracy { get; } = new BindableDouble
|
public BindableNumber<double> MinimumAccuracy { get; } = new BindableDouble
|
||||||
{
|
{
|
||||||
MinValue = 0.01,
|
MinValue = 0.60,
|
||||||
MaxValue = 0.99,
|
MaxValue = 0.99,
|
||||||
Precision = 0.01,
|
Precision = 0.01,
|
||||||
Default = 0.9,
|
Default = 0.9,
|
||||||
|
Loading…
Reference in New Issue
Block a user