mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Convert TournamentTeam props to use binadbles
This commit is contained in:
@ -199,7 +199,7 @@ namespace osu.Game.Tournament.Screens.TeamIntro
|
||||
Flag,
|
||||
new OsuSpriteText
|
||||
{
|
||||
Text = team?.FullName.ToUpper() ?? "???",
|
||||
Text = team?.FullName.Value.ToUpper() ?? "???",
|
||||
Font = TournamentFont.GetFont(TournamentTypeface.Aquatico, 40, FontWeight.Light),
|
||||
Colour = Color4.Black,
|
||||
Origin = Anchor.TopCentre,
|
||||
|
Reference in New Issue
Block a user