Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 159 bytes modified

beta.r3js.org
-=yb4f310 2018-03-24 10:48:53 +01:00
parent 8bdd794c5b
commit 9747edfeea
1 changed files with 10 additions and 1 deletions

View File

@ -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