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

beta.r3js.org
-=yb4f310 2018-03-23 12:07:43 +01:00
parent 8019815297
commit cbb60e3888
1 changed files with 3 additions and 3 deletions

View File

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