mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 17:47:18 +08:00
Add non-black background to right of tournament system
This commit is contained in:
parent
b7f706ad2b
commit
62121ea14c
@ -75,6 +75,13 @@ namespace osu.Game.Tournament
|
||||
//Masking = true,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new Box
|
||||
{
|
||||
Colour = new Color4(20, 20, 20, 255),
|
||||
Anchor = Anchor.TopRight,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Width = 10,
|
||||
},
|
||||
video = new TourneyVideo("main", true)
|
||||
{
|
||||
Loop = true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user