mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 02:52:54 +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,
|
Origin = Anchor.Centre,
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Alpha = 0,
|
Alpha = 0,
|
||||||
Font = OsuFont.Numeric.With(null, 22f),
|
Font = OsuFont.Numeric.With(size: 22f, weight: FontWeight.Black),
|
||||||
UseFullGlyphHeight = false,
|
UseFullGlyphHeight = false,
|
||||||
Text = mod.Acronym
|
Text = mod.Acronym
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user