mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added menuBar
This commit is contained in:
parent
d7025ffd67
commit
e452399caf
5 changed files with 53 additions and 50 deletions
|
|
@ -13,7 +13,7 @@
|
|||
<label>
|
||||
Nickname:<br>
|
||||
<input id="nick" name="nick" type="text">
|
||||
<input id="primarycolor">
|
||||
<input readonly id="primarycolor">
|
||||
</label>
|
||||
</p>
|
||||
|
||||
|
|
@ -74,7 +74,7 @@
|
|||
</form>
|
||||
</article>
|
||||
<article id="game">
|
||||
<button id="back-to-menu" onclick="window.location.href='/'">Menu</button>
|
||||
<ul id="menuBar"><li><button id="back-to-menu" onclick="window.location.href='/'">Menu</button></ul>
|
||||
<div id="canvasContainer">
|
||||
<canvas id="canvas"></canvas>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue