diff --git a/loading/index.html b/loading/index.html index 43f56dd..d886b7d 100644 --- a/loading/index.html +++ b/loading/index.html @@ -6,9 +6,7 @@ Verbinde … @@ -80,89 +53,40 @@ a{color:var(--accent); text-decoration:none}

Willkommen auf deinem Server 👋

- -
-
Workshop
-
-
Server-Content
-
-
Initialisierung
-
+
+
Verbinde …
+
Datei:
-
-
- Fortschritt -
- -
-
Workshop-Downloadsläuft …
-
-
-
- -
-
Server-Contentwartet …
-
-
-
- -
-
Initialisierungwartet …
-
-
Warte auf Client-Info …
-
-
-
Datei:
-
- -
- Tipps - - +
+ Tipps +
    +
  • Drücke F1 für Hilfe/Regeln.
  • +
  • F2 öffnet den TTT2-Shop.
  • +
  • Tab zeigt die Rollen-Übersicht.
  • +
+
- - + $('sv').textContent='Gaming Mäuse - TTT'; $('gm').textContent='TTT2'; $('me').textContent='DemoUser'; + let i=0; const demo = [ + 'Checking workshop subscriptions…', + 'Mounting addons…', + 'Downloading materials/…', + 'Sending client info…' + ]; + setInterval(()=>{$('status').textContent=demo[i++%demo.length]},1500); + setInterval(()=>{$('file