Сообщение от рони
|
Pavel_16,
на странице(блоке) игры только время,
|
const save = { elem: this, color: this.getAttribute("fill") };
stateStack.push(save);
this.setAttribute("fill", currentColor.dataset.color);
if ([...elements].every(ep => ep.getAttribute('fill') != '#ffffff')) {
tick();
let time = document.getElementById('play_timer').innerHTML;
newUser.time = time;
localStorage.setItem("users", JSON.stringify(users));
setTimeout(() => alert('Вы всё закрасили!'));
*location.href = "/rekord.html";
}