adjusted table camera angle and added positions for other player hands

This commit is contained in:
2025-07-15 10:01:27 +02:00
parent 7bbba627f7
commit 999d8b24d2
2 changed files with 23 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ signal card_played(card_id: int)
func _ready() -> void:
_arrange_cards()
var test_array: Array[int]
for i in range(20):
for i in range(10):
test_array.append(randi_range(0, 59))
add_cards(test_array, "")