1
0
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:
Dean Herbert 2024-07-26 23:21:44 +09:00
parent 96049807c4
commit 0421e1e9d0
No known key found for this signature in database

View File

@ -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");