1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 17:33:22 +08:00

Adjust font size slightly for better display when small

This commit is contained in:
Dean Herbert 2023-09-28 16:10:55 +09:00
parent 1246f15186
commit 2800920ed9

View File

@ -143,7 +143,7 @@ namespace osu.Game.Rulesets.UI
},
extendedText = new OsuSpriteText
{
Font = OsuFont.Default.With(size: 30f, weight: FontWeight.Bold),
Font = OsuFont.Default.With(size: 34f, weight: FontWeight.Bold),
UseFullGlyphHeight = false,
Text = mod.ExtendedIconInformation,
X = 5,