mirror of
https://github.com/TheErrorExe/blockattack
synced 2025-09-05 21:11:00 +02:00
Update index.html
This commit is contained in:
parent
9be1b762d3
commit
fcc59e5bd6
@ -135,6 +135,9 @@
|
|||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
tntBlock.style.backgroundImage = "url('tnt-explode.png')";
|
tntBlock.style.backgroundImage = "url('tnt-explode.png')";
|
||||||
tntGif.style.display = 'none'; // Entferne das GIF
|
tntGif.style.display = 'none'; // Entferne das GIF
|
||||||
|
|
||||||
|
// Neuladen der Seite
|
||||||
|
location.reload();
|
||||||
}, 12000); // Warte 12 Sekunden (4s Sound + 7s Unsichtbarkeit + 1s GIF Anzeige)
|
}, 12000); // Warte 12 Sekunden (4s Sound + 7s Unsichtbarkeit + 1s GIF Anzeige)
|
||||||
|
|
||||||
// Nach 11 Sekunden alle Elemente wieder sichtbar machen
|
// Nach 11 Sekunden alle Elemente wieder sichtbar machen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user