From 5a50a17cf0795a825cf2b0a47ef75cb0ed506fbf Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 15:06:27 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 115 bytes modified --- 21g30t1e75.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/21g30t1e75.js b/21g30t1e75.js index ebb6ff5..20f436c 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -203,6 +203,10 @@ GameLib.CustomCode.prototype.displayHUD = function() { this.canvasHUD.text('xtra', 420, 480, '20px sans-serif', '#ffffff'); this.canvasHUD.text('slow', 420, 500, '20px sans-serif', '#ffffff'); + if (this.state.message) { + this.canvasHUD.text(this.state.message, 250, 250, '20px sans-serif', '#ffffff'); + } + this.canvasHUD.image(this.imagePowerupSpeed.instance, 50, 460, 48, 48); this.canvasHUD.image(this.imagePowerupLife.instance, 205, 460, 48, 48); this.canvasHUD.image(this.imagePowerupSlow.instance, 360, 460, 48, 48);