1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 13:37:25 +08:00

Increase mod icon acronym font weight

This commit is contained in:
clayton 2024-08-25 20:42:57 -07:00
parent 2bb72762ad
commit 70d08b9e97
No known key found for this signature in database
GPG Key ID: 0E5962B8D84F9B2E

View File

@ -140,7 +140,7 @@ namespace osu.Game.Rulesets.UI
Origin = Anchor.Centre,
Anchor = Anchor.Centre,
Alpha = 0,
Font = OsuFont.Numeric.With(null, 22f),
Font = OsuFont.Numeric.With(size: 22f, weight: FontWeight.Black),
UseFullGlyphHeight = false,
Text = mod.Acronym
},