From e7188cbb0726a3366e24c9a53b9aeae3ea88c89c Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 12:26:18 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 0 bytes modified --- 21g30t1e75.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 3d9560e..362ebcc 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -168,11 +168,11 @@ GameLib.CustomCode.prototype.displayHUD = function() { this.canvasHUD.text('xtra', 114, 480, '20px sans-serif', '#ffffff'); this.canvasHUD.text('speed', 114, 500, '20px sans-serif', '#ffffff'); - this.canvasHUD.text('xtra', 264, 480, '20px sans-serif', '#ffffff'); - this.canvasHUD.text('life', 264, 500, '20px sans-serif', '#ffffff'); + this.canvasHUD.text('xtra', 269, 480, '20px sans-serif', '#ffffff'); + this.canvasHUD.text('life', 269, 500, '20px sans-serif', '#ffffff'); - this.canvasHUD.text('xtra', 414, 480, '20px sans-serif', '#ffffff'); - this.canvasHUD.text('slow', 414, 500, '20px sans-serif', '#ffffff'); + this.canvasHUD.text('xtra', 424, 480, '20px sans-serif', '#ffffff'); + this.canvasHUD.text('slow', 424, 500, '20px sans-serif', '#ffffff'); this.canvasHUD.image(this.imagePowerupSpeed.instance, 50, 460, 48, 48); this.canvasHUD.image(this.imagePowerupLife.instance, 205, 460, 48, 48);