We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4dca3 commit 333879bCopy full SHA for 333879b
static/src/scenes/GameScene.js
@@ -721,7 +721,7 @@ ${languageDict['yourScore'][gameLanguage]} ${this.level.stats.score.toString()}
721
let str =
722
`${textBestClicks} ${this.level.minimalHammingDistance.toString()}
723
724
-${textYourScore} ${this.level.stats.score.toString()}
+${textYourScore} ${this.level.stats.score.toString()} / 100
725
`;
726
if(scoreValues.switchClick != 0)
727
str += `\n${textSwitchClicks} ${scoreValues.switchClick != 0 ? this.level.getBestScorePossible() : ''}`;
0 commit comments