From 174a9ca645b3f15b7f4f7088ae90f3635346a04d Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 12:25:30 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 0 bytes modified --- 21g30t1e75.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index ca9ed48..3d9560e 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -175,8 +175,8 @@ GameLib.CustomCode.prototype.displayHUD = function() { this.canvasHUD.text('slow', 414, 500, '20px sans-serif', '#ffffff'); this.canvasHUD.image(this.imagePowerupSpeed.instance, 50, 460, 48, 48); - this.canvasHUD.image(this.imagePowerupLife.instance, 210, 460, 48, 48); - this.canvasHUD.image(this.imagePowerupSlow.instance, 370, 460, 48, 48); + this.canvasHUD.image(this.imagePowerupLife.instance, 205, 460, 48, 48); + this.canvasHUD.image(this.imagePowerupSlow.instance, 360, 460, 48, 48); this.textureHUD.instance.needsUpdate = true; }