diff --git a/21g30t1e75.js b/21g30t1e75.js index 659f65d..d7eacac 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -264,7 +264,7 @@ GameLib.CustomCode.prototype.displayHUD = function() { var highscore = GameLib.Utils.PaddedText(5, '0', this.state.highscore + '') + 'cm'; - this.canvasHUD.text('hiscore ' + highscore + 'cm', 50, 32, '15px Pixeled', '#ffffff'); + this.canvasHUD.text('hiscore ' + highscore, 50, 32, '15px Pixeled', '#ffffff'); var score = GameLib.Utils.PaddedText(5, '0', this.state.score + '') + 'cm';