mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
expose two Bindables with split logic instead of one with mixed logic
This commit is contained in:
@ -31,7 +31,9 @@ namespace osu.Game.Screens.Menu
|
||||
private SampleChannel welcome;
|
||||
private SampleChannel seeya;
|
||||
|
||||
public override bool HideOverlaysOnEnter => true;
|
||||
protected override bool HideOverlaysOnEnter => true;
|
||||
protected override bool AllowOpeningOverlays => false;
|
||||
|
||||
public override bool CursorVisible => false;
|
||||
|
||||
protected override BackgroundScreen CreateBackground() => new BackgroundScreenEmpty();
|
||||
|
Reference in New Issue
Block a user