mirror of https://github.com/ppy/osu
reduce mania hidden mod precision
This commit is contained in:
parent
4a1a023f9e
commit
b8fbd68e32
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue