adjusted card speed

This commit is contained in:
2025-07-08 22:36:36 +02:00
parent 898c0d21ea
commit cf7a53f111
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ func _ready() -> void:
test_details.card_id = 2
card.card_details = test_details
add_card(card)
await get_tree().create_timer(0.2).timeout
await get_tree().create_timer(0.16).timeout
func add_card(card: PlayingCard) -> void:
self.add_child(card)