more backend improvements; clients are (should be) able to submit cards and start new rounds; determining winners and scoring points is unimplemented
This commit is contained in:
@@ -64,3 +64,6 @@ func _on_submit_bet_button_pressed() -> void:
|
||||
func _on_web_client_tcp_received_bet_request(disallowed_bet: int) -> void:
|
||||
bet_input.text = ""
|
||||
bet_container.show()
|
||||
|
||||
func _on_web_client_tcp_request_next_round() -> void:
|
||||
_start_next_round()
|
||||
|
||||
Reference in New Issue
Block a user