Fixed respawn bug not able to move

This commit is contained in:
Sam
2023-12-12 21:12:36 +01:00
parent bd23a50918
commit bd303476b3

View File

@@ -102,6 +102,7 @@ function gameOver() {
shot = false; shot = false;
chosen = false; chosen = false;
finalPhase = false; finalPhase = false;
isDead = false;
} }
} }