diff --git a/zjq6ach3jt.js b/zjq6ach3jt.js index 04e58ef..5896cd0 100644 --- a/zjq6ach3jt.js +++ b/zjq6ach3jt.js @@ -23,6 +23,8 @@ if (this.state.getReady || this.state.gameOver) { return; } +this.advanceSpeedTimer(data.delta); + this.advanceSnake(data.delta); this.createFood(data.delta);