mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 17:02:57 +08:00
Change default to "always visible"
This commit is contained in:
parent
80b1f816c7
commit
024009e174
@ -90,7 +90,7 @@ namespace osu.Game.Configuration
|
|||||||
|
|
||||||
Set(OsuSetting.HitLighting, true);
|
Set(OsuSetting.HitLighting, true);
|
||||||
|
|
||||||
Set(OsuSetting.HUDVisibilityMode, HUDVisibilityMode.DuringGameplay);
|
Set(OsuSetting.HUDVisibilityMode, HUDVisibilityMode.Always);
|
||||||
Set(OsuSetting.ShowProgressGraph, true);
|
Set(OsuSetting.ShowProgressGraph, true);
|
||||||
Set(OsuSetting.ShowHealthDisplayWhenCantFail, true);
|
Set(OsuSetting.ShowHealthDisplayWhenCantFail, true);
|
||||||
Set(OsuSetting.FadePlayfieldWhenHealthLow, true);
|
Set(OsuSetting.FadePlayfieldWhenHealthLow, true);
|
||||||
|
Loading…
Reference in New Issue
Block a user