mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 10:05:41 -05:00
ComboCounter->ComboMilestone
This commit is contained in:
parent
c969a53396
commit
b783271451
2 changed files with 1 additions and 1 deletions
|
@ -2209,7 +2209,7 @@ class PlayState extends MusicBeatState
|
||||||
|
|
||||||
if (shouldShowComboText)
|
if (shouldShowComboText)
|
||||||
{
|
{
|
||||||
var animShit:ComboCounter = new ComboCounter(-100, 300, Highscore.tallies.combo);
|
var animShit:ComboMilestone = new ComboMilestone(-100, 300, Highscore.tallies.combo);
|
||||||
animShit.scrollFactor.set(0.6, 0.6);
|
animShit.scrollFactor.set(0.6, 0.6);
|
||||||
animShit.cameras = [camHUD];
|
animShit.cameras = [camHUD];
|
||||||
add(animShit);
|
add(animShit);
|
||||||
|
|
Loading…
Reference in a new issue