Skip to content

Commit 333879b

Browse files
committed
Show scores as x / 100
1 parent 0d4dca3 commit 333879b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/src/scenes/GameScene.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ ${languageDict['yourScore'][gameLanguage]} ${this.level.stats.score.toString()}
721721
let str =
722722
`${textBestClicks} ${this.level.minimalHammingDistance.toString()}
723723
724-
${textYourScore} ${this.level.stats.score.toString()}
724+
${textYourScore} ${this.level.stats.score.toString()} / 100
725725
`;
726726
if(scoreValues.switchClick != 0)
727727
str += `\n${textSwitchClicks} ${scoreValues.switchClick != 0 ? this.level.getBestScorePossible() : ''}`;

0 commit comments

Comments
 (0)