From 08bf0df2f7b27c5a3f52dd37a5211265e3d2d380 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 12:21:17 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 0 bytes modified --- 21g30t1e75.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index d01ed75..7d84910 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -172,7 +172,7 @@ GameLib.CustomCode.prototype.displayHUD = function() { this.canvasHUD.text('xtra', 450, 490, '20px sans-serif', '#ffffff'); this.canvasHUD.image(this.imagePowerupSpeed.instance, 50, 460, 48, 48); - this.canvasHUD.image(this.imagePowerupLife.instance, 300, 460, 48, 48); + this.canvasHUD.image(this.imagePowerupLife.instance, 200, 460, 48, 48); this.canvasHUD.image(this.imagePowerupSlow.instance, 400, 460, 48, 48); this.textureHUD.instance.needsUpdate = true;