wip: add multiplayer screen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user