mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 20:33:11 +08:00
Update HUDOverlay.cs
separate PlayerSettingsOverlay from the other HUD elements in the Visibility Container
This commit is contained in:
parent
9156a7357d
commit
65fd69c817
@ -56,9 +56,9 @@ namespace osu.Game.Screens.Play
|
|||||||
HealthDisplay = CreateHealthDisplay(),
|
HealthDisplay = CreateHealthDisplay(),
|
||||||
Progress = CreateProgress(),
|
Progress = CreateProgress(),
|
||||||
ModDisplay = CreateModsContainer(),
|
ModDisplay = CreateModsContainer(),
|
||||||
PlayerSettingsOverlay = CreatePlayerSettingsOverlay(),
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
PlayerSettingsOverlay = CreatePlayerSettingsOverlay(),
|
||||||
new FillFlowContainer
|
new FillFlowContainer
|
||||||
{
|
{
|
||||||
Anchor = Anchor.BottomRight,
|
Anchor = Anchor.BottomRight,
|
||||||
|
Loading…
Reference in New Issue
Block a user