eagler update, ai update

This commit is contained in:
sky 2024-09-26 06:23:42 -04:00
parent 765c80bfab
commit 7ff85e16ba
8 changed files with 65667 additions and 65134 deletions

View File

@ -612,6 +612,38 @@ div.played-game img {
position: absolute; position: absolute;
left: 2%; left: 2%;
} }
chat {
width: 90%;
background-color: var(--uibg);
display: flex;
height: 85vh;
align-items: end;
flex-direction: column-reverse;
overflow: scroll;
}
message {
width: calc(100% - 20px);
padding: 20px;
margin: 10px;
background-color: var(--inputbg);
border-radius: 10px;
}
message.user {
background-color: var(--inputborder);
}
message.bot {
justify-self: right;
}
input.chatbox {
width: calc(100% - 20px);
}
.messagebox {
width: 100%;
}
.sendmsg {
position: absolute;
padding: calc(3vw - 20px);
}
@keyframes toastFade { @keyframes toastFade {
0% { 0% {
opacity: 0; opacity: 0;

View File

@ -2129,5 +2129,10 @@
"name": "Draw Climber", "name": "Draw Climber",
"directory": "drawclimber", "directory": "drawclimber",
"image": "assets/gameLogo.png" "image": "assets/gameLogo.png"
},
{
"name": "Polytrack",
"directory": "polytrack",
"image": "cover.jpg"
} }
] ]

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 39 KiB

View File

@ -6,7 +6,6 @@
<meta name="description" content="Play minecraft 1.8 in your browser" /> <meta name="description" content="Play minecraft 1.8 in your browser" />
<meta name="keywords" content="eaglercraft, eaglercraftx, minecraft, 1.8, 1.8.8" /> <meta name="keywords" content="eaglercraft, eaglercraftx, minecraft, 1.8, 1.8.8" />
<title>EaglercraftX 1.8</title> <title>EaglercraftX 1.8</title>
<script src="/js/all.min.js"></script>
<meta property="og:locale" content="en-US" /> <meta property="og:locale" content="en-US" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:title" content="EaglercraftX 1.8" /> <meta property="og:title" content="EaglercraftX 1.8" />
@ -31,8 +30,7 @@
localesURI: "lang/", localesURI: "lang/",
worldsDB: "worlds", worldsDB: "worlds",
servers: [ servers: [
{ addr: (location.protocol.includes("s") ? "wss": "ws") + "://" + location.host + "/mc", name: "§b§lEthereal",hideAddress:true}, /* example: { addr: "ws://localhost:8081/", name: "Local test server" } */
{ addr: "wss://ethereal.mov", name: "§b§lEthereal§r§8§o (backup)",hideAddress:true}
], ],
relays: [ relays: [
{ addr: "wss://relay.deev.is/", comment: "lax1dude relay #1", primary: relayId == 0 }, { addr: "wss://relay.deev.is/", comment: "lax1dude relay #1", primary: relayId == 0 },

BIN
semag/polytrack/cover.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB