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:
parent
d9fedb293a
commit
95f52573f7
@ -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),
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user