diff --git a/Crossy Road code here/index.js b/Crossy Road code here/index.js index 46b8fd6..8cceb68 100644 --- a/Crossy Road code here/index.js +++ b/Crossy Road code here/index.js @@ -184,7 +184,7 @@ class Chicken{ jump(direction){ if (!this.isMoving && !gameOver){ - let duration = 0.4; + let duration = 0.2; let dX = 0, dY = 1, dZ = 0; let currentX = -columns/2 * cellWidth + cellWidth/2 + this.currentColumn * cellWidth; let currentZ = -this.currentLane * cellWidth;