mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 18:52:55 +08:00
Add support for a drawings screen video background
This commit is contained in:
parent
315a73fb1b
commit
22a51fdc50
@ -97,6 +97,11 @@ namespace osu.Game.Tournament.Screens.Drawings
|
|||||||
FillMode = FillMode.Fill,
|
FillMode = FillMode.Fill,
|
||||||
Texture = textures.Get(@"Backgrounds/Drawings/background.png")
|
Texture = textures.Get(@"Backgrounds/Drawings/background.png")
|
||||||
},
|
},
|
||||||
|
new TourneyVideo("drawings")
|
||||||
|
{
|
||||||
|
Loop = true,
|
||||||
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
},
|
||||||
// Visualiser
|
// Visualiser
|
||||||
new VisualiserContainer
|
new VisualiserContainer
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user