diff --git a/21g30t1e75.js b/21g30t1e75.js index 2c53a72..2356483 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(5, '0', this.state.score + '') + 'cm'; this.canvasHUD.text(score, 350, 32, '15px Pixeled', '#ffffff');