mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Hide HUD in a better way
This commit is contained in:
@ -30,8 +30,8 @@ namespace osu.Game.Rulesets.Mods
|
||||
|
||||
public void ApplyToHUD(HUDOverlay overlay)
|
||||
{
|
||||
overlay.AlwaysPresent = true;
|
||||
overlay.Hide();
|
||||
overlay.ShowHud.Value = false;
|
||||
overlay.ShowHud.Disabled = true;
|
||||
}
|
||||
|
||||
public void ApplyToPlayer(Player player)
|
||||
|
Reference in New Issue
Block a user