mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 18:42:56 +08:00
Hide logo on gameplay screen
This commit is contained in:
parent
b6b802e821
commit
7b1ac03b18
@ -47,7 +47,10 @@ namespace osu.Game.Tournament.Screens.Gameplay
|
|||||||
Loop = true,
|
Loop = true,
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
},
|
},
|
||||||
header = new MatchHeader(),
|
header = new MatchHeader
|
||||||
|
{
|
||||||
|
ShowLogo = false
|
||||||
|
},
|
||||||
new Container
|
new Container
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
|
Loading…
Reference in New Issue
Block a user