fix stuff
This commit is contained in:
parent
4437dad879
commit
c330f0d31a
3 changed files with 6 additions and 2 deletions
|
@ -80,4 +80,8 @@ section#main {
|
|||
font-weight: bold;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
|
@ -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>
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue