Fix music always playing, add more jumpscares and increase chance of jumpscares

This commit is contained in:
csd4ni3l
2025-11-03 15:15:50 +01:00
parent c616865438
commit 60bf2a65be
4 changed files with 19 additions and 4 deletions

View File

@@ -108,6 +108,10 @@ function setup_game() {
destroy(enemy);
}
if (localStorage.getItem("Pumpkin Roll Jumpscares") == "true") {
jumpscare();
}
create_label(520, 320, `Game Over!\nScore: ${Math.floor(score)}\nHigh Score: ${high_score}`, 48);
if (localStorage.getItem("Pumpkin Roll Jumpscares") == "true") {