1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 21:02:55 +08:00

Fetch colour from OsuColour palette

This commit is contained in:
Dean Herbert 2018-05-31 12:44:11 +09:00
parent 319faf12f7
commit 205aa1a3cd

View File

@ -58,6 +58,7 @@ namespace osu.Game.Overlays.Mods
LowMultiplierColour = colours.Red;
HighMultiplierColour = colours.Green;
UnrankedLabel.Colour = colours.Blue;
if (osu != null)
Ruleset.BindTo(osu.Ruleset);
@ -378,7 +379,6 @@ namespace osu.Game.Overlays.Mods
Font = @"Exo2.0-Bold",
Text = @"(Unranked)",
TextSize = 30,
Colour = OsuColour.FromHex(@"66ccff"),
Shadow = true,
Margin = new MarginPadding
{