Add statefulness to MenuCursor.

This commit is contained in:
Dean Herbert
2017-03-16 23:58:36 +09:00
parent 7110ab8e17
commit f9f31ca092
7 changed files with 40 additions and 10 deletions

View File

@ -28,6 +28,8 @@ namespace osu.Game.Screens.Menu
private SampleChannel seeya;
private Track bgm;
internal override bool HasLocalCursorDisplayed => true;
internal override bool ShowOverlays => false;
protected override BackgroundScreen CreateBackground() => new BackgroundScreenEmpty();