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

beta.r3js.org
-=yb4f310 2018-03-23 11:46:00 +01:00
parent 83a7885531
commit 87b43f11a4
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ this.state = {
};
GameLib.CustomCode.prototype.displayHUD = function() {
this.canvas.clear();
this.canvasHUD.text('hello', 20, 10, '20px sans-serif', '#ffffff');
this.textureHUD.instance.needsUpdate = true;
}