added cardstack to place played cards at the centre of the table
This commit is contained in:
+2
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user