mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
change font size
This commit is contained in:
@ -73,13 +73,15 @@ namespace osu.Game.Screens.Play
|
|||||||
{
|
{
|
||||||
Anchor = Anchor.TopCentre,
|
Anchor = Anchor.TopCentre,
|
||||||
Origin = 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
|
new OsuSpriteText
|
||||||
{
|
{
|
||||||
Anchor = Anchor.TopCentre,
|
Anchor = Anchor.TopCentre,
|
||||||
Origin = 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),
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user