added test stickman card deck textures

This commit is contained in:
2025-07-14 22:00:59 +02:00
parent 59ff9a429a
commit 8dde6a813f
124 changed files with 2167 additions and 7 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ func _ready() -> void:
var card: PlayingCard = card_scene.instantiate()
card.card_clicked.connect(_on_card_clicked)
var test_details: Card = Card.new()
test_details.card_id = 2
test_details.card_id = randi_range(0, 59)
card.card_details = test_details
add_card(card)
await get_tree().create_timer(0.16).timeout