mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 11:35:35 +08:00
remove ApproachRate setting
This commit is contained in:
parent
b795532aa5
commit
be3634cce1
@ -19,16 +19,6 @@ namespace osu.Game.Rulesets.Taiko.Mods
|
||||
Precision = 0.1F,
|
||||
};
|
||||
|
||||
[SettingSource("Approach Rate", "Override the beatmap's set AR")]
|
||||
public override BindableNumber<float> ApproachRate { get; } = new BindableFloat
|
||||
{
|
||||
MinValue = 1,
|
||||
MaxValue = 10,
|
||||
Default = 5,
|
||||
Value = 5,
|
||||
Precision = 0.1F,
|
||||
};
|
||||
|
||||
[SettingSource("Overall Difficulty", "Override the beatmap's set OD")]
|
||||
public override BindableNumber<float> OverallDifficulty { get; } = new BindableFloat
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user