Merge branch 'master' into tournament-mappool-flow-logic

This commit is contained in:
Dean Herbert
2020-03-11 14:40:18 +09:00
138 changed files with 2373 additions and 1315 deletions

View File

@ -42,6 +42,11 @@ namespace osu.Game.Tournament.Screens.MapPool
{
InternalChildren = new Drawable[]
{
new TourneyVideo("gameplay")
{
Loop = true,
RelativeSizeAxes = Axes.Both,
},
new MatchHeader(),
mapFlows = new FillFlowContainer<FillFlowContainer<TournamentBeatmapPanel>>
{