1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-21 20:17:21 +08:00

Override mod type

This commit is contained in:
smoogipoo 2021-02-08 11:07:50 +09:00
parent a5855f5d28
commit 2218247b21

View File

@ -30,6 +30,8 @@ namespace osu.Game.Rulesets.Osu.Mods
public override bool Ranked => false;
public override ModType Type => ModType.Conversion;
[SettingSource("Disable slider head judgement", "Scores sliders proportionally to the number of ticks hit.")]
public Bindable<bool> DisableSliderHeadJudgement { get; } = new BindableBool(true);