mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Add Ouendan 2 reference
This commit is contained in:
parent
6b9e8dbd2e
commit
d1b720af16
@ -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.")]
|
||||
[SettingSource("Don't fade out hit circles", "This makes the hidden mod only remove approach circles, similar to Ouendan 2's Easy difficulties.")]
|
||||
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