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();