diff --git a/21g30t1e75.js b/21g30t1e75.js index 40dc87a..5cb4e02 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -149,8 +149,13 @@ this.state = { }; GameLib.CustomCode.prototype.displayHUD = function() { + + this.canvasHUD.line(50, 40, 462, 40, 2, '#000000'); + this.canvasHUD.clear(); this.canvasHUD.text('hello', 50, 35, '30px sans-serif', '#ffffff'); + + this.textureHUD.instance.needsUpdate = true; }