1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

change font size

This commit is contained in:
Gagah Pangeran 2020-07-21 15:58:25 +07:00
parent d9fedb293a
commit 95f52573f7

View File

@ -73,13 +73,15 @@ namespace osu.Game.Screens.Play
{
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
Text = "This beatmap contains scenes with rapidly flashing colours."
Text = "This beatmap contains scenes with rapidly flashing colours.",
Font = OsuFont.GetFont(size: 20),
},
new OsuSpriteText
{
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
Text = "Please take caution if you are affected by epilepsy."
Text = "Please take caution if you are affected by epilepsy.",
Font = OsuFont.GetFont(size: 20),
}
};
}