diff options
author | pommicket <pommicket@gmail.com> | 2024-08-24 22:05:33 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2024-08-24 22:05:33 -0400 |
commit | b20773247f97d0edb3475c8b56ec21e4237f7842 (patch) | |
tree | f74a875ef2ec10acca06f6420e15e21d0caca5f7 /game.html | |
parent | 2cd2a3a6aa10546b0334187cb7f155f664760d43 (diff) |
start single-player mode
Diffstat (limited to 'game.html')
-rw-r--r-- | game.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ <div id="header"> <a href="index.html">← Back</a> <a id="image-link" style="visibility: hidden;">🖼️ Link to image</a> + <button style="display: none;" id="host-multiplayer">👥 Host multiplayer puzzle</button> <a id="join-link" style="display: none;">🔗 Invite others to join</a> <button style="width:3em;overflow:hidden;" id="piece-size-minus">🔍−</button> <button style="width:3em;overflow:hidden;" id="piece-size-plus">🔍+</button> </div> |