Update: CC - Snake FS - Before Render (zjq6ach3jt.js) 39 bytes modified

beta.r3js.org
-=yb4f310 2018-03-23 14:45:39 +01:00
parent a6102dd99e
commit 70e7b4a31e
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ if (this.state.exploding) {
return;
}
if (this.state.getReady) {
return;
}
this.advanceSnake(data.delta);
this.createFood(data.delta);