mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:03:08 +08:00
Add "hide during gameplay" mode
This commit is contained in:
parent
024009e174
commit
4f8a755518
@ -89,7 +89,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
|||||||
[Test]
|
[Test]
|
||||||
public void TestExternalHideDoesntAffectConfig()
|
public void TestExternalHideDoesntAffectConfig()
|
||||||
{
|
{
|
||||||
HUDVisibilityMode originalConfigValue = HUDVisibilityMode.DuringGameplay;
|
HUDVisibilityMode originalConfigValue = HUDVisibilityMode.HideDuringBreaks;
|
||||||
|
|
||||||
createNew();
|
createNew();
|
||||||
|
|
||||||
|
@ -9,8 +9,11 @@ namespace osu.Game.Configuration
|
|||||||
{
|
{
|
||||||
Never,
|
Never,
|
||||||
|
|
||||||
|
[Description("Hide during gameplay")]
|
||||||
|
HideDuringGameplay,
|
||||||
|
|
||||||
[Description("Hide during breaks")]
|
[Description("Hide during breaks")]
|
||||||
DuringGameplay,
|
HideDuringBreaks,
|
||||||
|
|
||||||
Always
|
Always
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user