From be77f8d1da3a52d74e5b1f0afede3e890d6baca3 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sat, 24 Mar 2018 22:45:00 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 0 bytes modified --- 21g30t1e75.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index b89e1da..7fec932 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -290,9 +290,9 @@ GameLib.CustomCode.prototype.displayHUD = function() { images.push(this.imageHeartGrey.instance); } - this.canvasHUD.image(images[0], 260, 5, 30, 30); - this.canvasHUD.image(images[1], 290, 5, 30, 30); - this.canvasHUD.image(images[2], 320, 5, 30, 30); + this.canvasHUD.image(images[0], 262, 5, 30, 30); + this.canvasHUD.image(images[1], 292, 5, 30, 30); + this.canvasHUD.image(images[2], 322, 5, 30, 30); this.canvasHUD.line(50, 456, 462, 456, 2, "#000000");