mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09:00
Make options semi-transparent.
This commit is contained in:
parent
f3d461e318
commit
2135b93791
@ -24,7 +24,7 @@ namespace osu.Game.Overlays
|
|||||||
{
|
{
|
||||||
internal const float SideMargins = 10;
|
internal const float SideMargins = 10;
|
||||||
private const float width = 400;
|
private const float width = 400;
|
||||||
|
|
||||||
public OptionsOverlay()
|
public OptionsOverlay()
|
||||||
{
|
{
|
||||||
Depth = float.MaxValue;
|
Depth = float.MaxValue;
|
||||||
@ -37,7 +37,8 @@ namespace osu.Game.Overlays
|
|||||||
new Box
|
new Box
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
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
|
// TODO: Links on the side to jump to a section
|
||||||
new ScrollContainer
|
new ScrollContainer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user