mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 18:27:26 +08:00
Enable masking in DrawableRank
This commit is contained in:
parent
421ae73715
commit
60f7b4ea2f
@ -50,6 +50,7 @@ namespace osu.Game.Online.Leaderboards
|
|||||||
ColourDark = rankColour.Darken(0.1f),
|
ColourDark = rankColour.Darken(0.1f),
|
||||||
ColourLight = rankColour.Lighten(0.1f),
|
ColourLight = rankColour.Lighten(0.1f),
|
||||||
Velocity = 0.25f,
|
Velocity = 0.25f,
|
||||||
|
Masking = true
|
||||||
},
|
},
|
||||||
new OsuSpriteText
|
new OsuSpriteText
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user