1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 00:13:10 +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 extendedText = new OsuSpriteText
{ {
Font = OsuFont.Default.With(size: 30f, weight: FontWeight.Bold), Font = OsuFont.Default.With(size: 34f, weight: FontWeight.Bold),
UseFullGlyphHeight = false, UseFullGlyphHeight = false,
Text = mod.ExtendedIconInformation, Text = mod.ExtendedIconInformation,
X = 5, X = 5,