new offline

This commit is contained in:
UnknownUser1789 2023-01-24 00:07:15 +00:00
parent afd294ccbe
commit 85cfbc7183
3 changed files with 33 additions and 21 deletions

View File

@ -4,11 +4,7 @@
<!-- <!--
This file is from ${date}, there is no official eagler download link anymore, check the websites and discords of your favorite eagler servers for new versions This file is from ${date}. Check the resent client discord for the newest version.
Be aware that some server owners are lazy and do not update their client regularly
Compile it yourself here: https://gitlab.com/lax1dude/eaglercraftx-1.8/
--> -->
@ -41,7 +37,15 @@ Compile it yourself here: https://gitlab.com/lax1dude/eaglercraftx-1.8/
// %%%%%%%%% launch options %%%%%%%%%%%% // %%%%%%%%% launch options %%%%%%%%%%%%
window.eaglercraftXOpts = { container: "game_frame" }; window.eaglercraftXOpts = {
container: "game_frame"
servers: [
{addr: "wss://blobcraft.minecraft.pe", name: "BlobCraft"},
{addr: "wss://blobcraft.tk", name: "BlobCraft2"},
{addr: "wss://zentic.org", name: "Zentic"},
{addr: "wss://zentic.engineous.repl.co", name: "Zentic2"}
]
};
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% // %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

File diff suppressed because one or more lines are too long

View File

@ -4,11 +4,7 @@
<!-- <!--
This file is from 01/23/2023, there is no official eagler download link anymore, check the websites and discords of your favorite eagler servers for new versions This file is from 01/24/2023. Check the resent client discord for the newest version.
Be aware that some server owners are lazy and do not update their client regularly
Compile it yourself here: https://gitlab.com/lax1dude/eaglercraftx-1.8/
--> -->
@ -41,7 +37,15 @@ Compile it yourself here: https://gitlab.com/lax1dude/eaglercraftx-1.8/
// %%%%%%%%% launch options %%%%%%%%%%%% // %%%%%%%%% launch options %%%%%%%%%%%%
window.eaglercraftXOpts = { container: "game_frame" }; window.eaglercraftXOpts = {
container: "game_frame"
servers: [
{addr: "wss://blobcraft.minecraft.pe", name: "BlobCraft"},
{addr: "wss://blobcraft.tk", name: "BlobCraft2"},
{addr: "wss://zentic.org", name: "Zentic"},
{addr: "wss://zentic.engineous.repl.co", name: "Zentic2"}
]
};
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% // %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@ -32148,7 +32152,7 @@ window.addEventListener("load", () => {
<body style="margin:0px;width:100vw;height:100vh;overflow:hidden;" id="game_frame"> <body style="margin:0px;width:100vw;height:100vh;overflow:hidden;" id="game_frame">
<div style="margin:0px;width:100%;height:100%;font-family:sans-serif;display:flex;align-items:center;user-select:none;" id="launch_countdown_screen"> <div style="margin:0px;width:100%;height:100%;font-family:sans-serif;display:flex;align-items:center;user-select:none;" id="launch_countdown_screen">
<div style="margin:auto;text-align:center;"> <div style="margin:auto;text-align:center;">
<h1>This file is from <span style="color:#AA0000;">01/23/2023</span></h1> <h1>This file is from <span style="color:#AA0000;">01/24/2023</span></h1>
<h2>Game will launch in <span id="launchCountdownNumber">5</span>...</h2> <h2>Game will launch in <span id="launchCountdownNumber">5</span>...</h2>
<div style="border:2px solid black;width:100%;height:15px;padding:1px;margin-bottom:20vh;"><div id="launchCountdownProgress" style="background-color:#555555;width:0%;height:100%;"></div></div> <div style="border:2px solid black;width:100%;height:15px;padding:1px;margin-bottom:20vh;"><div id="launchCountdownProgress" style="background-color:#555555;width:0%;height:100%;"></div></div>
</div> </div>