Merge branch 'master' into tourney-simplify-video-spec

This commit is contained in:
Dan Balasescu
2020-03-06 22:28:21 +09:00
committed by GitHub
7 changed files with 36 additions and 31 deletions

View File

@ -18,6 +18,9 @@ namespace osu.Game.Tournament.Screens
protected TournamentScreen()
{
RelativeSizeAxes = Axes.Both;
FillMode = FillMode.Fit;
FillAspectRatio = 16 / 9f;
}
public override void Hide() => this.FadeOut(FADE_DELAY);