Add basic on-screen display

This commit is contained in:
Dean Herbert
2017-05-16 12:53:50 +09:00
parent dced452667
commit 5e5ad9a899
5 changed files with 312 additions and 0 deletions

View File

@ -146,6 +146,7 @@ namespace osu.Game
},
volume = new VolumeControl(),
overlayContent = new Container{ RelativeSizeAxes = Axes.Both },
new OnScreenDisplay(),
new GlobalHotkeys //exists because UserInputManager is at a level below us.
{
Handler = globalHotkeyPressed