mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
More styling.
This commit is contained in:
@ -16,6 +16,12 @@ namespace osu.Game.Graphics.UserInterface
|
||||
/// </summary>
|
||||
public uint LeadingZeroes = 0;
|
||||
|
||||
public override void Load()
|
||||
{
|
||||
base.Load();
|
||||
countSpriteText.FixedWidth = true;
|
||||
}
|
||||
|
||||
protected override string formatCount(ulong count)
|
||||
{
|
||||
return count.ToString("D" + LeadingZeroes);
|
||||
|
Reference in New Issue
Block a user