mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 21:07:33 +08:00
Hide top-right HUD overlay elements as part of HUD visibility
This commit is contained in:
parent
d076be82a5
commit
65a1270f9a
@ -74,7 +74,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
private bool holdingForHUD;
|
||||
|
||||
private IEnumerable<Drawable> hideTargets => new Drawable[] { visibilityContainer, KeyCounter };
|
||||
private IEnumerable<Drawable> hideTargets => new Drawable[] { visibilityContainer, KeyCounter, topRightElements };
|
||||
|
||||
public HUDOverlay(ScoreProcessor scoreProcessor, HealthProcessor healthProcessor, DrawableRuleset drawableRuleset, IReadOnlyList<Mod> mods)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user