From 9747edfeeadea8553739493c81cd4c030e1b160b Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sat, 24 Mar 2018 10:48:53 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 159 bytes modified --- 21g30t1e75.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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