We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb005d commit d4328bcCopy full SHA for d4328bc
1 file changed
src/main.ts
@@ -1798,8 +1798,8 @@ function updateGame() {
1798
gameState.player.hasDoubleJumped = true;
1799
gameState.player.doubleJumpAvailable = false;
1800
1801
- // Play jump sound for double jump
1802
- createJumpSound();
+ // Trigger backflip animation on double jump
+ startBackspin();
1803
}
1804
1805
// Apply gravity (with difficulty scaling)
0 commit comments