1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

Update osu.Game.Rulesets.Osu/Mods/OsuModHidden.cs

Suggested by peppy. Changes name and description of setting

Co-authored-by: Dean Herbert <pe@ppy.sh>
This commit is contained in:
Roxie Wattz 2021-10-24 22:52:10 -07:00 committed by GitHub
parent 03896fd2eb
commit cb36a23cdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ namespace osu.Game.Rulesets.Osu.Mods
{
public class OsuModHidden : ModHidden, IHidesApproachCircles
{
[SettingSource("Don't fade out hit circles", "This makes the hidden mod only remove approach circles, similar to Ouendan 2's Easy difficulties.")]
[SettingSource("Only fade approach circles", "The main object body will not fade when enabled.")]
public Bindable<bool> NoHitCircles { get; } = new BindableBool(false);
public override string Description => @"Play with no approach circles and fading circles/sliders.";