fix: remove placeholder cards
This commit is contained in:
parent
5af462e78d
commit
3ac654af4f
3 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue