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:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user