From bdf9e39bfa0a3a1060f3308cd88c11a92e59799f Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 11:52:10 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 0 bytes modified --- 21g30t1e75.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 16f3b8b..b5f811a 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -150,7 +150,7 @@ this.state = { GameLib.CustomCode.prototype.displayHUD = function() { this.canvasHUD.clear(); - this.canvasHUD.text('hello', 70, 50, '50px sans-serif', '#ffffff'); + this.canvasHUD.text('hello', 20, 50, '50px sans-serif', '#ffffff'); this.textureHUD.instance.needsUpdate = true; }