server now rotates through playing order every round and lets the winning player go first

This commit is contained in:
2025-07-20 18:30:51 +02:00
parent 5e54ce45e7
commit 9b8390cfb3
4 changed files with 57 additions and 35 deletions
-1
View File
@@ -43,7 +43,6 @@ func _on_message_input_gui_input(event: InputEvent) -> void:
func _on_send_message_button_pressed() -> void:
_send_chat_message()
func _on_web_client_connection_status_changed(new_status: WebClient.ConnectionStatus) -> void:
if new_status == WebClient.ConnectionStatus.JOINED:
message_input.editable = true