mirror of
https://github.com/osukey/osukey.git
synced 2025-05-05 05:37:18 +09:00
Make seeding # bg black and white text color
Makes it consistent with TournamentSpriteTextWithBackground
This commit is contained in:
parent
38361902f7
commit
d98a64dfbc
@ -203,13 +203,14 @@ namespace osu.Game.Tournament.Screens.TeamIntro
|
|||||||
new Box
|
new Box
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Colour = TournamentGame.TEXT_COLOUR,
|
Colour = TournamentGame.ELEMENT_BACKGROUND_COLOUR,
|
||||||
},
|
},
|
||||||
new TournamentSpriteText
|
new TournamentSpriteText
|
||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Text = seeding.ToString("#,0"),
|
Text = seeding.ToString("#,0"),
|
||||||
|
Colour = TournamentGame.ELEMENT_FOREGROUND_COLOUR
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user