diff --git a/21g30t1e75.js b/21g30t1e75.js index 69d80c5..86d230a 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -263,7 +263,7 @@ GameLib.CustomCode.prototype.displayHUD = function() { this.canvasHUD.text('hiscore', 50, 32, '15px Pixeled', '#ffffff'); - var score = GameLib.Utils.PaddedText(6, '0', this.state.score) + 'cm'; + var score = GameLib.Utils.PaddedText(6, '0', this.state.score + '') + 'cm'; this.canvasHUD.text(score, 200, 32, '15px Pixeled', '#ffffff');