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; }