Game Multi - Start animationGoal - Add clearAnimationGoal

This commit is contained in:
hubourge
2024-09-23 17:38:11 +02:00
parent b88488e941
commit 604088ecdd
3 changed files with 200 additions and 22 deletions

View File

@ -140,11 +140,9 @@ class Map
setTimeout(() => {
scoreElement.innerHTML = '1';
}, 2500);
setTimeout(() => {
scoreElement.innerHTML = score.player1 + '-' +score.player2;
}, 3250);
setTimeout(() => {
onUpdate = false;
}, 4000);