mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Add back resume overlay
This commit is contained in:
@ -138,7 +138,8 @@ namespace osu.Game.Rulesets.UI
|
||||
{
|
||||
KeyBindingInputManager.AddRange(new Drawable[]
|
||||
{
|
||||
Playfield
|
||||
Playfield,
|
||||
(ResumeOverlay = CreateResumeOverlay()) ?? new Container()
|
||||
});
|
||||
|
||||
InternalChildren = new Drawable[]
|
||||
|
Reference in New Issue
Block a user