diff --git a/js/player.js b/js/player.js index e04c10a..4f4fc38 100644 --- a/js/player.js +++ b/js/player.js @@ -97,7 +97,7 @@ export class Joueur extends Cube { if ( key.code == "Space" && !this.movementData.state && - now - this.movementData.lastJump > 400 + now - this.movementData.lastJump > 300 ) { this.movementData.changeRotation( this.data.rotation.y - Math.PI / 2