mirror of
https://github.com/ppy/osu
synced 2025-03-02 01:21:19 +00:00
fixed SupporterRequiredDrawable style
This commit is contained in:
parent
044c2aa99d
commit
3367456304
@ -294,6 +294,8 @@ namespace osu.Game.Overlays
|
|||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
|
Font = OsuFont.GetFont(size: 16),
|
||||||
|
Colour = Colour4.White,
|
||||||
Margin = new MarginPadding { Bottom = 10 },
|
Margin = new MarginPadding { Bottom = 10 },
|
||||||
},
|
},
|
||||||
createSupporterTagLink(),
|
createSupporterTagLink(),
|
||||||
|
Loading…
Reference in New Issue
Block a user