Merge remote-tracking branch 'upstream/master' into patch-2
This commit is contained in:
@ -1862,9 +1862,7 @@ class PlayState extends MusicBeatState
|
||||
|
||||
super.update(elapsed);
|
||||
|
||||
scoreTxt.text = Ratings.CalculateRanking(songScore,songScoreDef,nps,maxNPS,accuracy);
|
||||
if (!FlxG.save.data.accuracyDisplay)
|
||||
scoreTxt.text = "Score: " + songScore;
|
||||
scoreTxt.text = Ratings.CalculateRanking(songScore,songScoreDef,nps,maxNPS,accuracy);
|
||||
|
||||
if (FlxG.keys.justPressed.ENTER && startedCountdown && canPause)
|
||||
{
|
||||
@ -2533,6 +2531,7 @@ class PlayState extends MusicBeatState
|
||||
|
||||
#if !switch
|
||||
Highscore.saveScore(songHighscore, Math.round(songScore), storyDifficulty);
|
||||
Highscore.saveCombo(songHighscore, Ratings.GenerateLetterRank(accuracy), storyDifficulty);
|
||||
#end
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user