Grouping -> Round

This commit is contained in:
Dean Herbert
2019-06-18 14:44:15 +09:00
parent 40eb6f4986
commit 4f5abeb79f
21 changed files with 92 additions and 92 deletions

View File

@ -133,7 +133,7 @@ namespace osu.Game.Tournament.Screens.TeamWin
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
Colour = col,
Text = pairing.Grouping.Value?.Name.Value ?? "Unknown Grouping",
Text = pairing.Round.Value?.Name.Value ?? "Unknown Round",
Font = TournamentFont.GetFont(TournamentTypeface.Aquatico, 50, FontWeight.Light),
Spacing = new Vector2(10, 0),
},