From 0056a55d700bec862734c76bdc331be9622aebde Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 12:46:41 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 68 bytes modified --- 21g30t1e75.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/21g30t1e75.js b/21g30t1e75.js index fbf23bd..3b64050 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -166,6 +166,8 @@ GameLib.CustomCode.prototype.displayHUD = function() { this.canvasHUD.text('hiscore', 50, 32, '30px sans-serif', '#ffffff'); + this.canvasHUD.image(this.imageHeart.instance, 200, 32, 30, 30); + this.canvasHUD.line(50, 456, 462, 456, 2, "#000000"); this.canvasHUD.text('xtra', 110, 480, '20px sans-serif', '#ffffff');