From 55dfd2ef07d35f90d6320dd3cda42804d7d6ddaf Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 14:46:54 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 18 bytes modified --- 21g30t1e75.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 718d6d4..41b4768 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -189,8 +189,8 @@ GameLib.CustomCode.prototype.displayHUD = function() { } this.canvasHUD.image(images[0], 250, 5, 30, 30); - this.canvasHUD.image(images[1].instance, 285, 5, 30, 30); - this.canvasHUD.image(images[2].instance, 320, 5, 30, 30); + this.canvasHUD.image(images[1], 285, 5, 30, 30); + this.canvasHUD.image(images[2], 320, 5, 30, 30); this.canvasHUD.line(50, 456, 462, 456, 2, "#000000");