mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 09:32:55 +08:00
Add solid background
This commit is contained in:
parent
aba09b20a5
commit
c1fba3da6b
@ -125,6 +125,11 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
|
|||||||
},
|
},
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
|
new Box
|
||||||
|
{
|
||||||
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
Colour = Color4Extensions.FromHex(@"#27302E"),
|
||||||
|
},
|
||||||
new Container
|
new Container
|
||||||
{
|
{
|
||||||
Anchor = Anchor.CentreRight,
|
Anchor = Anchor.CentreRight,
|
||||||
|
Loading…
Reference in New Issue
Block a user