Modifications for first live test

This commit is contained in:
2020-09-28 14:19:20 +00:00
parent c90662791e
commit 0ea82ff1f8
2 changed files with 18 additions and 15 deletions

View File

@@ -9,7 +9,7 @@
</body>
<script>
window.server = "ws://localhost:8080/";
window.server = "wss://test.murkfall.net:42024/";
window.gameState = {};
window.gameState.users = [];
window.gameState.decks = [];