diff --git a/adam/adam.js b/adam/adam.js index 66c8e1d..7e7ccfa 100644 --- a/adam/adam.js +++ b/adam/adam.js @@ -229,7 +229,7 @@ function clickAdam(event, lineIndex, pieceIndex, displayTime, wasHover) { explodeAdam(event.x, event.y, $clickedAdam, lineIndex, pieceIndex); let soundIndex = wasHover ? 0 : 1; let elapsedTime = Date.now() - displayTime; - let bonusRate = Math.max((1000 - elapsedTime) / 1000, 0); + let bonusRate = Math.max((2000 - elapsedTime) / 2000, 0); bonusRate = bonusRate * bonusRate; let piece = lines[lineIndex].pieces[pieceIndex]; let isIsabel = piece.who === "Isabel"; diff --git a/adam/sounds/JPop.mp3 b/adam/sounds/JPop.mp3 index b3c5633..f266c33 100644 Binary files a/adam/sounds/JPop.mp3 and b/adam/sounds/JPop.mp3 differ diff --git a/adam/sounds/bup.mp3 b/adam/sounds/bup.mp3 index e0418cf..eb08041 100644 Binary files a/adam/sounds/bup.mp3 and b/adam/sounds/bup.mp3 differ diff --git a/adam/sounds/tiny-pop.mp3 b/adam/sounds/tiny-pop.mp3 index 069a2c7..0a2212f 100644 Binary files a/adam/sounds/tiny-pop.mp3 and b/adam/sounds/tiny-pop.mp3 differ