Skip to content

Commit d4328bc

Browse files
committed
double jump
1 parent 9eb005d commit d4328bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1798,8 +1798,8 @@ function updateGame() {
17981798
gameState.player.hasDoubleJumped = true;
17991799
gameState.player.doubleJumpAvailable = false;
18001800

1801-
// Play jump sound for double jump
1802-
createJumpSound();
1801+
// Trigger backflip animation on double jump
1802+
startBackspin();
18031803
}
18041804

18051805
// Apply gravity (with difficulty scaling)

0 commit comments

Comments
 (0)