diff --git a/21g30t1e75.js b/21g30t1e75.js index 5dde9c1..df1cc9b 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -239,10 +239,19 @@ GameLib.CustomCode.prototype.waitReload = function(delta) { this.advanceSnake(this.speed * 2); - window.setTimeout( + window.setTimeout( function(){ this.state.message = null; this.displayHUD(); + }.bind(this), + 4000 + ); + + + window.setTimeout( + function(){ + this.state.message = "GO!"; + this.displayHUD(); this.state.getReady = false; }.bind(this), 4000