()
| 259 | } |
| 260 | |
| 261 | function gameOver() { |
| 262 | _gameOver = true; |
| 263 | clearInterval(_gameTime); |
| 264 | let cps = getCPS(); |
| 265 | updatePanel(); |
| 266 | setTimeout(function () { |
| 267 | GameLayerBG.className = ''; |
| 268 | showGameScoreLayer(cps); |
| 269 | foucusOnReplay(); |
| 270 | }, 1500); |
| 271 | } |
| 272 | |
| 273 | |
| 274 | function encrypt(text) { |
no test coverage detected