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

beta.r3js.org
-=yb4f310 2018-03-24 22:36:45 +01:00
parent b52e0242ff
commit 11788af80e
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(6, '0', this.state.score + '') + 'cm';
this.canvasHUD.text(score, 200, 32, '15px Pixeled', '#ffffff');
this.canvasHUD.text(score, 300, 32, '15px Pixeled', '#ffffff');
var images = [];