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:
parent
319faf12f7
commit
205aa1a3cd
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user