reduce mania hidden mod precision

This commit is contained in:
Dylan Nantz 2023-01-06 11:39:41 -05:00
parent 4a1a023f9e
commit b8fbd68e32

View File

@ -18,7 +18,7 @@ namespace osu.Game.Rulesets.Mania.Mods
[SettingSource("Coverage", "The proportion of playfield height that notes will be hidden for.")]
public BindableNumber<float> CoverageAmount { get; } = new BindableFloat(0.5f)
{
Precision = 0.01f,
Precision = 0.1f,
MinValue = 0.2f,
MaxValue = 0.8f,
Default = 0.5f,