mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 02:03:22 +08:00
remove colour creation in add link
This commit is contained in:
parent
98859b3759
commit
18684ad21f
@ -125,11 +125,7 @@ namespace osu.Game.Overlays.Changelog
|
||||
};
|
||||
|
||||
supportLinkText.AddText("Support further development of osu! and ");
|
||||
supportLinkText.AddLink("become an osu!supporter", "https://osu.ppy.sh/home/support", t =>
|
||||
{
|
||||
t.Colour = colour.PinkDark;
|
||||
t.Font = t.Font.With(weight: FontWeight.Bold);
|
||||
});
|
||||
supportLinkText.AddLink("become an osu!supporter", "https://osu.ppy.sh/home/support", t => t.Font = t.Font.With(weight: FontWeight.Bold));
|
||||
supportLinkText.AddText(" today!");
|
||||
|
||||
imageContainer.Children = new Drawable[]
|
||||
|
Loading…
Reference in New Issue
Block a user