added cardstack to place played cards at the centre of the table

This commit is contained in:
2025-07-16 11:50:33 +02:00
parent cc7afb5477
commit f39c9e46d9
5 changed files with 31 additions and 9 deletions
+2 -1
View File
@@ -35,7 +35,7 @@ func _start_next_round() -> void:
func _get_max_rounds(player_count: int) -> int:
match player_count:
3:
return 3
return 20
4:
return 15
5:
@@ -47,6 +47,7 @@ func _on_start_game_button_pressed() -> void:
_current_round = 1
_cards_left = _current_round
web_client.start_game()
start_game_button.hide()
func _on_create_lobby_button_pressed() -> void:
_set_host(true)