mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 04:22:55 +08:00
Reduce number spacing a bit more
This commit is contained in:
parent
96049807c4
commit
0421e1e9d0
@ -132,7 +132,7 @@ namespace osu.Game.Screens.OnlinePlay.DailyChallenge
|
||||
protected override OsuSpriteText CreateSpriteText() => new OsuSpriteText
|
||||
{
|
||||
Font = OsuFont.Default.With(size: 80f, fixedWidth: true),
|
||||
Spacing = new Vector2(-2, 0)
|
||||
Spacing = new Vector2(-4, 0)
|
||||
};
|
||||
|
||||
protected override LocalisableString FormatCount(long count) => count.ToLocalisableString(@"N0");
|
||||
|
Loading…
Reference in New Issue
Block a user