1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 15:33:21 +08:00

Nudge text right 1 pixel

This commit is contained in:
Dean Herbert 2023-09-28 22:23:45 +09:00
parent e4fd3b65f4
commit f340bb99e8

View File

@ -112,7 +112,7 @@ namespace osu.Game.Rulesets.UI
Font = OsuFont.Default.With(size: 34f, weight: FontWeight.Bold),
UseFullGlyphHeight = false,
Text = mod.ExtendedIconInformation,
X = 5,
X = 6,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
},