1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 18:31:01 +08:00

Disallow mania cover mod

This commit is contained in:
Dan Balasescu
2025-04-04 16:33:13 +09:00
Unverified
parent 3a56f59749
commit cf8a7cbbe8
@@ -29,6 +29,9 @@ namespace osu.Game.Rulesets.Mania.Mods
public override bool Ranked => false;
// Ideally we'd allow this, but it's not easy to handle due to the change in acronym from the base class.
public override bool ValidForFreestyle => false;
[SettingSource("Coverage", "The proportion of playfield height that notes will be hidden for.")]
public override BindableNumber<float> Coverage { get; } = new BindableFloat(0.5f)
{