mirror of
https://github.com/ppy/osu
synced 2025-01-02 04:12:13 +00: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:
parent
03896fd2eb
commit
cb36a23cdc
@ -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.";
|
||||
|
Loading…
Reference in New Issue
Block a user