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

@ -81,3 +81,7 @@ section#main {
margin: 10px; margin: 10px;
padding: 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>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> <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://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> Discord</a>
<canvas id='canvas'></canvas> <canvas id='canvas'></canvas>
</div> </div>

View file

@ -20,7 +20,7 @@ const emojis = [
'No', 'No',
'Yes' '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 { class Game extends GameBasic {
constructor() { constructor() {