mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 09:22:54 +08:00
Change grouping title colours to match white background
This commit is contained in:
parent
1a62283cb4
commit
7a753ad9e2
@ -4,6 +4,7 @@
|
|||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics.Containers;
|
||||||
using osu.Game.Graphics.Sprites;
|
using osu.Game.Graphics.Sprites;
|
||||||
|
using OpenTK.Graphics;
|
||||||
|
|
||||||
namespace osu.Game.Tournament.Screens.Ladder.Components
|
namespace osu.Game.Tournament.Screens.Ladder.Components
|
||||||
{
|
{
|
||||||
@ -21,6 +22,7 @@ namespace osu.Game.Tournament.Screens.Ladder.Components
|
|||||||
new OsuSpriteText
|
new OsuSpriteText
|
||||||
{
|
{
|
||||||
Text = grouping.Description.Value.ToUpper(),
|
Text = grouping.Description.Value.ToUpper(),
|
||||||
|
Colour = Color4.Black,
|
||||||
Origin = Anchor.TopCentre,
|
Origin = Anchor.TopCentre,
|
||||||
Anchor = Anchor.TopCentre
|
Anchor = Anchor.TopCentre
|
||||||
},
|
},
|
||||||
@ -28,6 +30,7 @@ namespace osu.Game.Tournament.Screens.Ladder.Components
|
|||||||
{
|
{
|
||||||
Text = ((losers ? "Losers " : "") + grouping.Name).ToUpper(),
|
Text = ((losers ? "Losers " : "") + grouping.Name).ToUpper(),
|
||||||
Font = "Exo2.0-Bold",
|
Font = "Exo2.0-Bold",
|
||||||
|
Colour = Color4.Black,
|
||||||
Origin = Anchor.TopCentre,
|
Origin = Anchor.TopCentre,
|
||||||
Anchor = Anchor.TopCentre
|
Anchor = Anchor.TopCentre
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user