fix: remove placeholder cards

This commit is contained in:
istamarahsan 2025-01-26 02:32:21 +07:00
parent 5af462e78d
commit 3ac654af4f
3 changed files with 4 additions and 2 deletions

View file

@ -33,6 +33,8 @@ func _ready():
support1_green.visible = false
support2_green.visible = false
support2_red.visible = false
for child in deck.get_children():
child.queue_free()
func _on_update(transition):
selected_card = null