More overlays and overall fixes

This commit is contained in:
EVAST9919
2017-05-17 15:39:26 +03:00
parent fd2150aa49
commit e0625a9b30
8 changed files with 157 additions and 32 deletions

View File

@ -69,6 +69,8 @@ namespace osu.Game.Configuration
Set(OsuSetting.ShowInterface, true);
Set(OsuSetting.KeyOverlay, false);
Set(OsuSetting.FloatingComments, false);
// Update
Set(OsuSetting.ReleaseStream, ReleaseStream.Lazer);
@ -88,6 +90,7 @@ namespace osu.Game.Configuration
AutoCursorSize,
DimLevel,
KeyOverlay,
FloatingComments,
ShowInterface,
MouseDisableButtons,
MouseDisableWheel,