1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 09:30:17 +08:00

Make leaderboard scores semi-transparent

This commit is contained in:
Dean Herbert
2025-05-29 02:46:21 +09:00
Unverified
parent f9a3c57f03
commit 8c6a414737
@@ -144,6 +144,7 @@ namespace osu.Game.Screens.SelectV2
{
background = new Box
{
Alpha = 0.4f,
RelativeSizeAxes = Axes.Both,
Colour = backgroundColour
},
@@ -190,6 +191,7 @@ namespace osu.Game.Screens.SelectV2
{
foreground = new Box
{
Alpha = 0.4f,
RelativeSizeAxes = Axes.Both,
Colour = foregroundColour
},