1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 06:13:04 +08:00

Start settings panels without background visible

This commit is contained in:
Dean Herbert 2022-10-13 17:11:56 +09:00
parent 6608ada925
commit a93c350ca8

View File

@ -80,6 +80,7 @@ namespace osu.Game.Overlays
background = new Box background = new Box
{ {
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
Alpha = 0,
Colour = colourProvider?.Background5 ?? Color4.Black, Colour = colourProvider?.Background5 ?? Color4.Black,
}, },
new FillFlowContainer new FillFlowContainer