Reduce final fill alpha of main menu confirm-to-exit

This commit is contained in:
Dean Herbert
2021-01-18 18:22:21 +09:00
parent 7e30489167
commit 0560eb4120
2 changed files with 16 additions and 2 deletions

View File

@ -13,6 +13,11 @@ namespace osu.Game.Screens.Menu
public void Abort() => AbortConfirm();
public ExitConfirmOverlay()
: base(0.7f)
{
}
public bool OnPressed(GlobalAction action)
{
if (action == GlobalAction.Back)