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
View File
@@ -24,6 +24,7 @@ collision_mask = 0
script = ExtResource("1_t6o5d")
card_mesh = NodePath("Model/Cube")
front_texture = ExtResource("3_jeoeb")
move_duration = 0.3
[node name="Model" parent="." instance=ExtResource("2_enav7")]
+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)