reduce mania hidden mod precision

This commit is contained in:
Dylan Nantz 2023-01-06 11:39:41 -05:00
parent 4a1a023f9e
commit b8fbd68e32
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class ManiaModHidden : ManiaModPlayfieldCover
[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,