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:
parent
e4fd3b65f4
commit
f340bb99e8
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user