Rename to StandardComboCounter, add HealthDisplay abstraction.

This commit is contained in:
smoogipooo
2017-03-10 12:26:46 +09:00
parent 31f6cbd8cf
commit 617ceb8001
9 changed files with 450 additions and 436 deletions

View File

@ -40,7 +40,7 @@ namespace osu.Desktop.VisualTests.Tests
};
Add(score);
BaseComboCounter comboCounter = new ComboCounter
ComboCounter comboCounter = new StandardComboCounter
{
Origin = Anchor.BottomLeft,
Anchor = Anchor.BottomLeft,