1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 20:34:14 +08:00

Update HUDOverlay.cs

separate PlayerSettingsOverlay from the other HUD elements in the Visibility Container
This commit is contained in:
chrisny286
2019-01-21 19:10:29 +01:00
Unverified
parent 9156a7357d
commit 65fd69c817
+2 -2
View File
@@ -56,10 +56,10 @@ namespace osu.Game.Screens.Play
HealthDisplay = CreateHealthDisplay(),
Progress = CreateProgress(),
ModDisplay = CreateModsContainer(),
PlayerSettingsOverlay = CreatePlayerSettingsOverlay(),
}
},
new FillFlowContainer
PlayerSettingsOverlay = CreatePlayerSettingsOverlay(),
new FillFlowContainer
{
Anchor = Anchor.BottomRight,
Origin = Anchor.BottomRight,