Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 7 bytes modified

beta.r3js.org
-=yb4f310 2018-03-24 22:43:52 +01:00
parent 4e2680bd18
commit 0c03ec3936
1 changed files with 1 additions and 1 deletions

View File

@ -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';