From cc6c69df18e279e9e914d0ff43881f0e71048fb1 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sat, 24 Mar 2018 14:44:05 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 19 bytes modified --- 21g30t1e75.js | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 8e26cd9..440a82e 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -315,14 +315,6 @@ GameLib.CustomCode.prototype.waitReload = function(delta) { }.bind(this) - - this.state.message = { - text: "GET READY", - x: 140, - y: 256 - }; - this.displayHUD(); - GameLib.CustomCode.prototype.visualizeGrid = function () { if (this.noneMesh) { @@ -1611,6 +1603,13 @@ GameLib.Event.Subscribe( gameOver : false }; + + this.state.message = { + text: "GET READY", + x: 140, + y: 256 + }; + this.initializeGrid(); this.visualizeGrid(); this.displayHUD();