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

beta.r3js.org
-=yb4f310 2018-03-23 12:00:23 +01:00
parent f90c964888
commit 12d903b308
1 changed files with 2 additions and 1 deletions

View File

@ -149,10 +149,11 @@ this.state = {
};
GameLib.CustomCode.prototype.displayHUD = function() {
this.canvasHUD.clear();
this.canvasHUD.line(50, 40, 462, 40, 10, "#000000");
this.canvasHUD.clear();
this.canvasHUD.text('hello', 50, 35, '30px sans-serif', '#ffffff');