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

beta.r3js.org
-=yb4f310 2018-03-23 12:09:16 +01:00
parent 6b0862aa18
commit a2dca0529b
1 changed files with 2 additions and 2 deletions

View File

@ -159,8 +159,8 @@ GameLib.CustomCode.prototype.displayHUD = function() {
this.canvasHUD.line(50, 456, 462, 456, 2, "#000000");
this.canvasHUD.text('xtra', 114, 490, '20px sans-serif', '#ffffff');
this.canvasHUD.text('xtra', 150, 490, '20px sans-serif', '#ffffff');
this.canvasHUD.text('xtra', 250, 490, '20px sans-serif', '#ffffff');
this.canvasHUD.text('xtra', 300, 490, '20px sans-serif', '#ffffff');
this.canvasHUD.text('xtra', 450, 490, '20px sans-serif', '#ffffff');
this.textureHUD.instance.needsUpdate = true;
}