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

beta.r3js.org
-=yb4f310 2018-03-24 22:37:14 +01:00
parent 6a86cd8d56
commit bed4ed6ece
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ GameLib.CustomCode.prototype.displayHUD = function() {
var score = GameLib.Utils.PaddedText(5, '0', this.state.score + '') + 'cm';
this.canvasHUD.text(score, 350, 32, '15px Pixeled', '#ffffff');
this.canvasHUD.text(score, 356, 32, '15px Pixeled', '#ffffff');
var images = [];