mirror of
https://github.com/ppy/osu
synced 2024-12-26 08:53:10 +00: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…
Reference in New Issue
Block a user