mirror of
https://github.com/csd4ni3l/loginween.git
synced 2026-01-01 12:33:49 +01:00
Fix music always playing, add more jumpscares and increase chance of jumpscares
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user