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

beta.r3js.org
-=yb4f310 2018-03-23 11:51:37 +01:00
parent b5f4f4f313
commit 07fbdb0b9b
1 changed files with 1 additions and 1 deletions

View File

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