fix stuff

This commit is contained in:
biglyderv 2024-10-18 14:40:43 -04:00
parent 4437dad879
commit c330f0d31a
3 changed files with 6 additions and 2 deletions

View file

@ -80,4 +80,8 @@ section#main {
font-weight: bold;
margin: 10px;
padding: 10px;
}
pre {
white-space: pre-wrap;
}

View file

@ -12,7 +12,7 @@
<p>The <b>left mouse button</b> is the only input. No keyboard, moving the mouse, or anything else.</p>
<p>Click to launch... figure out the rest of the combos yourself.</p>
<a class='button' href='https://zenoverse.net/'>Created by Onez</a>
<a class='button' href='https://discord.gg/EpsRZrHswB'>Join our
<a class='button' href='https://discord.gg/wZ3mg58JMT'>Join our
Discord</a>
<canvas id='canvas'></canvas>
</div>

View file

@ -20,7 +20,7 @@ const emojis = [
'No',
'Yes'
]
const origin = (window.location.href.indexOf('localhost') != -1) ? window.location.href : 'https://ub.zenoverse.net/'
const origin = (window.location.href.indexOf('localhost') != -1) ? window.location.href : 'https://ub.xuyezo.net/'
class Game extends GameBasic {
constructor() {