mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Base class for overlays.
This commit is contained in:
@ -48,9 +48,7 @@ namespace osu.Game.GameModes.Menu
|
||||
OnMulti = delegate { Push(new Lobby()); },
|
||||
OnTest = delegate { Push(new TestBrowser()); },
|
||||
OnExit = delegate { Scheduler.AddDelayed(Exit, ButtonSystem.EXIT_DELAY); },
|
||||
OnSettings = delegate {
|
||||
osu.Options.State = osu.Options.State.Reverse();
|
||||
},
|
||||
OnSettings = osu.Options.ReverseVisibility,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user