badwifi update part 2!!!!!

This commit is contained in:
ParadoxGitHub 2023-03-19 17:35:32 -04:00
parent eae5ab7814
commit dd45dfb0d9

View File

@ -28,6 +28,7 @@
top: 30vh; top: 30vh;
position: relative; position: relative;
font-size: 1.75vw; font-size: 1.75vw;
transition: all 0.4s;
} }
#clienttitle { #clienttitle {
@ -76,11 +77,11 @@
width: 80vw; width: 80vw;
margin:auto; margin:auto;
top: 28vh; top: 28vh;
height: 0.2vh; height: 1px;
position: relative; position: relative;
border: 5px solid black; border: 5px solid black;
border-radius: 20vw; border-radius: 20vw;
padding: 1.15vw; padding: 1vw;
} }
#dividk { #dividk {
@ -150,8 +151,10 @@
let versionText = document.getElementById("clientversion"); let versionText = document.getElementById("clientversion");
title.style.fontSize = "10vw"; title.style.fontSize = "10vw";
versionText.style.left = "81vw"; versionText.style.left = "81vw";
versionText.style.top = "31vh"; versionText.style.top = "10vh";
title.style.top = "3vh";
versionText.style.fontSize = "3.5vw"; versionText.style.fontSize = "3.5vw";
document.getElementById("progresstext").style.top = "3vh";
interval = setInterval(() => { interval = setInterval(() => {
// checks if user clicked the screen // checks if user clicked the screen
enableClick(); enableClick();
@ -173,6 +176,8 @@
versionText.style.left = "74vw"; versionText.style.left = "74vw";
versionText.style.top = "31vh"; versionText.style.top = "31vh";
versionText.style.fontSize = "2.5vw"; versionText.style.fontSize = "2.5vw";
title.style.top = "25vh";
document.getElementById("progresstext").style.top = "30vh";
document.getElementById("progresstext").innerText = "Loading Resent "+versionNum; document.getElementById("progresstext").innerText = "Loading Resent "+versionNum;
} }
@ -223,7 +228,12 @@
assetsURI: "assets.epk", assetsURI: "assets.epk",
localesURI: "lang/", localesURI: "lang/",
servers: [ servers: [
{ addr: "ws://localhost:8081/", name: "Local test server" } { addr: "wss://mc.arch.lol/", name: "ArchMC" },
{ addr: "wss://zentic.org/", name: "Zentic" },
{ addr: "wss://hyper-network.me/", name: "Hyper Network" },
{ addr: "wss://mc.asspixel.net/", name: "Ass Pixel" },
{ addr: "wss://konemc.ga/", name: "koneMC" }
] ]
}; };