main
Simon Kellet 2 months ago
parent 7af90632fd
commit 49633072ac
  1. 4
      restart.lua

@ -51,6 +51,10 @@ end
function RestartGame() function RestartGame()
setNewLevelFromRandom(getLevelCount()) setNewLevelFromRandom(getLevelCount())
--reset wins
_G.P1_WIN = false
_G.P2_WIN = false
-- Stop the music -- Stop the music
--StopAllMusic() --StopAllMusic()

Loading…
Cancel
Save