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:
parent
2bb72762ad
commit
70d08b9e97
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user