mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 01:04:49 +08:00
Add non-black background to right of tournament system
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user