wip: add multiplayer screen

This commit is contained in:
Giovani
2021-07-09 09:13:14 -04:00
parent 1c65709542
commit 6f14aa0645
3 changed files with 16 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ class MultiplayerService():
_NetworkConnectionService.close_connection()
class _NetworkConnectionService():
_URI = "ws://localhost:5001" # TODO get from config file
_URI = "ws://webapi.tetri5.com" # TODO get from config file
_websocket = None
_is_closed = False
_join_game = False