mirror of
https://github.com/ppy/osu
synced 2025-03-20 09:57:01 +00:00
Add back resume overlay
This commit is contained in:
parent
a694626cc6
commit
57b3b7b54b
@ -138,7 +138,8 @@ namespace osu.Game.Rulesets.UI
|
|||||||
{
|
{
|
||||||
KeyBindingInputManager.AddRange(new Drawable[]
|
KeyBindingInputManager.AddRange(new Drawable[]
|
||||||
{
|
{
|
||||||
Playfield
|
Playfield,
|
||||||
|
(ResumeOverlay = CreateResumeOverlay()) ?? new Container()
|
||||||
});
|
});
|
||||||
|
|
||||||
InternalChildren = new Drawable[]
|
InternalChildren = new Drawable[]
|
||||||
|
Loading…
Reference in New Issue
Block a user