summaryrefslogtreecommitdiff
path: root/client.html
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-07-31 19:51:07 -0400
committerKyle Gunger <kgunger12@gmail.com>2022-07-31 19:51:07 -0400
commit5b4e72d70522eb61fd8cf2bbd619bb7ed4da2cfb (patch)
tree336fbb6bc81f78e6b469f97730ee39518feafb99 /client.html
parentaecd8926c6c7bd7bcc0751e38b4459b57a87821c (diff)
Add table toggle
Diffstat (limited to 'client.html')
-rw-r--r--client.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/client.html b/client.html
index 9b92a09..26f3c18 100644
--- a/client.html
+++ b/client.html
@@ -120,6 +120,8 @@
<button>Send</button>
</div>
</div>
+
+ <button class="toggle-table" onclick="game.table.toggleTable()"></button>
</body>
</html> \ No newline at end of file