Hide HUD elements during break time by default

This commit is contained in:
Dean Herbert
2020-07-22 12:41:06 +09:00
parent 557daadd4a
commit fea6389f69
6 changed files with 60 additions and 18 deletions

View File

@ -85,7 +85,7 @@ namespace osu.Game.Configuration
Set(OsuSetting.HitLighting, true);
Set(OsuSetting.ShowInterface, true);
Set(OsuSetting.HUDVisibilityMode, HUDVisibilityMode.DuringGameplay);
Set(OsuSetting.ShowProgressGraph, true);
Set(OsuSetting.ShowHealthDisplayWhenCantFail, true);
Set(OsuSetting.FadePlayfieldWhenHealthLow, true);
@ -184,7 +184,7 @@ namespace osu.Game.Configuration
AlwaysPlayFirstComboBreak,
ScoreMeter,
FloatingComments,
ShowInterface,
HUDVisibilityMode,
ShowProgressGraph,
ShowHealthDisplayWhenCantFail,
FadePlayfieldWhenHealthLow,