Revert "Added better respawn reset"

This reverts commit d9128a523e
This commit is contained in:
2023-12-01 09:26:45 +01:00
parent d9128a523e
commit 1f4b421761

View File

@@ -71,11 +71,6 @@ function life() {
time = 0;
bounceX = bossPosX;
bounceY = bossPosY;
initialPlayerPosX = playerPosX;
initialPlayerPosY = playerPosY;
hasMoved = false;
bullets = [];
shot = false;
}