mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 10:12:06 -05:00
eagler update, ai update
This commit is contained in:
parent
765c80bfab
commit
7ff85e16ba
@ -612,6 +612,38 @@ div.played-game img {
|
||||
position: absolute;
|
||||
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 {
|
||||
0% {
|
||||
opacity: 0;
|
||||
|
@ -2129,5 +2129,10 @@
|
||||
"name": "Draw Climber",
|
||||
"directory": "drawclimber",
|
||||
"image": "assets/gameLogo.png"
|
||||
},
|
||||
{
|
||||
"name": "Polytrack",
|
||||
"directory": "polytrack",
|
||||
"image": "cover.jpg"
|
||||
}
|
||||
]
|
||||
|
Binary file not shown.
130755
semag/eg1.8/classes.js
130755
semag/eg1.8/classes.js
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 |
@ -6,7 +6,6 @@
|
||||
<meta name="description" content="Play minecraft 1.8 in your browser" />
|
||||
<meta name="keywords" content="eaglercraft, eaglercraftx, minecraft, 1.8, 1.8.8" />
|
||||
<title>EaglercraftX 1.8</title>
|
||||
<script src="/js/all.min.js"></script>
|
||||
<meta property="og:locale" content="en-US" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="EaglercraftX 1.8" />
|
||||
@ -31,8 +30,7 @@
|
||||
localesURI: "lang/",
|
||||
worldsDB: "worlds",
|
||||
servers: [
|
||||
{ addr: (location.protocol.includes("s") ? "wss": "ws") + "://" + location.host + "/mc", name: "§b§lEthereal",hideAddress:true},
|
||||
{ addr: "wss://ethereal.mov", name: "§b§lEthereal§r§8§o (backup)",hideAddress:true}
|
||||
/* example: { addr: "ws://localhost:8081/", name: "Local test server" } */
|
||||
],
|
||||
relays: [
|
||||
{ addr: "wss://relay.deev.is/", comment: "lax1dude relay #1", primary: relayId == 0 },
|
||||
|
BIN
semag/polytrack/cover.jpg
Normal file
BIN
semag/polytrack/cover.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Loading…
x
Reference in New Issue
Block a user