mirror of https://github.com/ppy/osu
fixed SupporterRequiredDrawable style
This commit is contained in:
parent
044c2aa99d
commit
3367456304
|
@ -294,6 +294,8 @@ private void load(TextureStore textures)
|
||||||
{
|
{
|
||||||
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