mirror of https://github.com/ppy/osu
Make options semi-transparent.
This commit is contained in:
parent
f3d461e318
commit
2135b93791
|
@ -37,7 +37,8 @@ public OptionsOverlay()
|
|||
new Box
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Colour = new Color4(51, 51, 51, 255)
|
||||
Colour = Color4.Black,
|
||||
Alpha = 0.8f,
|
||||
},
|
||||
// TODO: Links on the side to jump to a section
|
||||
new ScrollContainer
|
||||
|
|
Loading…
Reference in New Issue