mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
ShowToolbar -> ShowOverlays; include MusicController.
This commit is contained in:
@ -26,7 +26,7 @@ namespace osu.Game.Screens.Menu
|
||||
private AudioSample welcome;
|
||||
private AudioTrack bgm;
|
||||
|
||||
internal override bool ShowToolbar => (ParentGameMode as OsuGameMode)?.ShowToolbar ?? false;
|
||||
internal override bool ShowOverlays => (ParentGameMode as OsuGameMode)?.ShowOverlays ?? false;
|
||||
|
||||
protected override BackgroundMode CreateBackground() => new BackgroundModeEmpty();
|
||||
|
||||
|
Reference in New Issue
Block a user