mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Make counters work again
This commit is contained in:
@ -17,11 +17,14 @@ namespace osu.Game.Graphics.UserInterface
|
||||
/// </summary>
|
||||
public uint LeadingZeroes = 0;
|
||||
|
||||
public ScoreCounter() : base()
|
||||
{
|
||||
countSpriteText.FixedWidth = true;
|
||||
}
|
||||
|
||||
public override void Load(BaseGame game)
|
||||
{
|
||||
base.Load(game);
|
||||
|
||||
countSpriteText.FixedWidth = true;
|
||||
}
|
||||
|
||||
protected override string formatCount(ulong count)
|
||||
|
Reference in New Issue
Block a user