diff --git a/web/game.js b/web/game.js index ba75399..9f49b27 100644 --- a/web/game.js +++ b/web/game.js @@ -71,11 +71,6 @@ function life() { time = 0; bounceX = bossPosX; bounceY = bossPosY; - initialPlayerPosX = playerPosX; - initialPlayerPosY = playerPosY; - hasMoved = false; - bullets = []; - shot = false; }