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

beta.r3js.org
-=yb4f310 2018-03-23 11:34:36 +01:00
parent da12295054
commit b9cfcd1d45
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ this.state = {
};
GameLib.CustomCode.prototype.displayHUD = function() {
this.canvasHUD.text('hello', 10, 10, '20px sans-serif', '#ffffff');
this.canvasHUD.text('hello', 20, 10, '20px sans-serif', '#ffffff');
}
GameLib.CustomCode.prototype.waitReload = function(delta) {