mirror of
https://github.com/ppy/osu.git
synced 2025-01-16 03:42:55 +08:00
Use OsuColour.Orange1
instead of pure yellow
This commit is contained in:
parent
19d54ee751
commit
95b134f3d8
@ -86,8 +86,8 @@ namespace osu.Game.Beatmaps.Drawables
|
|||||||
|
|
||||||
background.Colour = colours.ForStarDifficulty(c.NewValue.Stars);
|
background.Colour = colours.ForStarDifficulty(c.NewValue.Stars);
|
||||||
|
|
||||||
starIcon.Colour = c.NewValue.Stars >= 6.5 ? Color4.Yellow : colourProvider?.Background5 ?? Color4Extensions.FromHex("303d47");
|
starIcon.Colour = c.NewValue.Stars >= 6.5 ? colours.Orange1 : colourProvider?.Background5 ?? Color4Extensions.FromHex("303d47");
|
||||||
starsText.Colour = c.NewValue.Stars >= 6.5 ? Color4.Yellow : colourProvider?.Background5 ?? Color4.Black.Opacity(0.75f);
|
starsText.Colour = c.NewValue.Stars >= 6.5 ? colours.Orange1 : colourProvider?.Background5 ?? Color4.Black.Opacity(0.75f);
|
||||||
}, true);
|
}, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user