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:
2025-07-15 12:11:50 +02:00
parent 2f3f4dbc14
commit ecfe5955b7
4 changed files with 50 additions and 6 deletions
+3
View File
@@ -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()