From 87b43f11a431ecc296623027e72c51b0c3986714 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 11:46:00 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 22 bytes modified --- 21g30t1e75.js | 1 + 1 file changed, 1 insertion(+) diff --git a/21g30t1e75.js b/21g30t1e75.js index 27277bc..e7fe94c 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -149,6 +149,7 @@ this.state = { }; GameLib.CustomCode.prototype.displayHUD = function() { + this.canvas.clear(); this.canvasHUD.text('hello', 20, 10, '20px sans-serif', '#ffffff'); this.textureHUD.instance.needsUpdate = true; }