mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Reduce final fill alpha of main menu confirm-to-exit
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user