Implement a hold-to-confirm screen when exiting game using escape key

This commit is contained in:
Dean Herbert
2018-05-10 17:07:19 +09:00
parent 3504f7393f
commit 5df9f126d1
4 changed files with 101 additions and 45 deletions

View File

@ -39,6 +39,10 @@ namespace osu.Game.Screens.Menu
Children = new Drawable[]
{
new ExitConfirmOverlay
{
Action = Exit,
},
new ParallaxContainer
{
ParallaxAmount = 0.01f,