diff --git a/21g30t1e75.js b/21g30t1e75.js index 210b4a9..40dc87a 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', 50, 40, '30px sans-serif', '#ffffff'); + this.canvasHUD.text('hello', 50, 35, '30px sans-serif', '#ffffff'); this.textureHUD.instance.needsUpdate = true; }