1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00

Add support for a drawings screen video background

This commit is contained in:
Dean Herbert 2022-07-11 15:35:00 +09:00
parent 315a73fb1b
commit 22a51fdc50

View File

@ -97,6 +97,11 @@ namespace osu.Game.Tournament.Screens.Drawings
FillMode = FillMode.Fill,
Texture = textures.Get(@"Backgrounds/Drawings/background.png")
},
new TourneyVideo("drawings")
{
Loop = true,
RelativeSizeAxes = Axes.Both,
},
// Visualiser
new VisualiserContainer
{