From 12d903b308fa69b249dd2428b9b2aa3e36eebc1d Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 12:00:23 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 1 bytes modified --- 21g30t1e75.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 052b6e9..cd9b549 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -149,10 +149,11 @@ this.state = { }; GameLib.CustomCode.prototype.displayHUD = function() { + + this.canvasHUD.clear(); this.canvasHUD.line(50, 40, 462, 40, 10, "#000000"); - this.canvasHUD.clear(); this.canvasHUD.text('hello', 50, 35, '30px sans-serif', '#ffffff');