Rename KeyCounterCollection -> KeyCounterDisplay

Also fix not working
This commit is contained in:
Dean Herbert
2019-03-26 11:28:43 +09:00
parent e512d88899
commit 8658de5108
5 changed files with 23 additions and 18 deletions

View File

@ -24,7 +24,7 @@ namespace osu.Game.Screens.Play
{
private const int duration = 100;
public readonly KeyCounterCollection KeyCounter;
public readonly KeyCounterDisplay KeyCounter;
public readonly RollingCounter<int> ComboCounter;
public readonly ScoreCounter ScoreCounter;
public readonly RollingCounter<double> AccuracyCounter;
@ -201,7 +201,7 @@ namespace osu.Game.Screens.Play
Margin = new MarginPadding { Top = 20 }
};
protected virtual KeyCounterCollection CreateKeyCounter() => new KeyCounterCollection
protected virtual KeyCounterDisplay CreateKeyCounter() => new KeyCounterDisplay
{
FadeTime = 50,
Anchor = Anchor.BottomRight,