Add non-black background to right of tournament system

This commit is contained in:
Dean Herbert 2023-07-24 19:20:12 +09:00
parent b7f706ad2b
commit 62121ea14c

View File

@ -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,