Split out DefaultScoreCounter and make ScoreCounter abstract

This commit is contained in:
Dean Herbert
2020-10-15 16:31:21 +09:00
parent d5f2aab52e
commit 219cbec6bd
3 changed files with 36 additions and 8 deletions

View File

@ -16,7 +16,7 @@ namespace osu.Game.Tests.Visual.Gameplay
{
int numerator = 0, denominator = 0;
ScoreCounter score = new ScoreCounter(7)
ScoreCounter score = new DefaultScoreCounter()
{
Origin = Anchor.TopRight,
Anchor = Anchor.TopRight,