Base class for overlays.

This commit is contained in:
Huo Yaoyuan
2016-10-13 22:57:05 +08:00
parent c93a440d3b
commit 1c97edaac2
8 changed files with 89 additions and 111 deletions

View File

@ -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,
}
}
}