1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Attempt to reword setting to be more understandable

This commit is contained in:
Bartłomiej Dach 2021-06-11 13:07:09 +02:00
parent e194f8b34a
commit 6d2b5252c6

View File

@ -29,7 +29,7 @@ namespace osu.Game.Rulesets.Taiko.Mods
private BeatmapDifficulty difficulty;
private ControlPointInfo controlPointInfo;
[SettingSource("Hide Time", "Multiplies the time the note stays hidden")]
[SettingSource("Fade-out Time", "The bigger this multiplier is, the sooner the notes will start fading out")]
public BindableNumber<double> VisibilityMod { get; } = new BindableDouble
{
MinValue = 0.5,