mirror of
https://github.com/osukey/osukey.git
synced 2025-05-08 07:07:18 +09: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;
|
LowMultiplierColour = colours.Red;
|
||||||
HighMultiplierColour = colours.Green;
|
HighMultiplierColour = colours.Green;
|
||||||
|
UnrankedLabel.Colour = colours.Blue;
|
||||||
|
|
||||||
if (osu != null)
|
if (osu != null)
|
||||||
Ruleset.BindTo(osu.Ruleset);
|
Ruleset.BindTo(osu.Ruleset);
|
||||||
@ -378,7 +379,6 @@ namespace osu.Game.Overlays.Mods
|
|||||||
Font = @"Exo2.0-Bold",
|
Font = @"Exo2.0-Bold",
|
||||||
Text = @"(Unranked)",
|
Text = @"(Unranked)",
|
||||||
TextSize = 30,
|
TextSize = 30,
|
||||||
Colour = OsuColour.FromHex(@"66ccff"),
|
|
||||||
Shadow = true,
|
Shadow = true,
|
||||||
Margin = new MarginPadding
|
Margin = new MarginPadding
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user