restart link

This commit is contained in:
2023-06-06 00:56:44 +02:00
parent 602629129f
commit 74c466cf8d
3 changed files with 16 additions and 18 deletions

View File

@@ -424,8 +424,9 @@ function gameEnd() {
addEventListener("animationend", (event) => {
//clearInterval( updateSunIntervalId );
//document.exitPointerLock();
clearInterval( updateSunIntervalId );
document.exitPointerLock();
container.style.cursor = "default";
});