fix: all out attack scope
fix: HP placeholder
This commit is contained in:
parent
e7c0782099
commit
72a1418914
3 changed files with 6 additions and 4 deletions
|
|
@ -42,12 +42,14 @@ func _ready():
|
|||
support1_green.visible = false
|
||||
support2_green.visible = false
|
||||
support2_red.visible = false
|
||||
incoming_damage_label.visible = false
|
||||
for child in deck.get_children():
|
||||
child.queue_free()
|
||||
|
||||
func _on_update(transition):
|
||||
hovering_cards_duration.clear()
|
||||
selected_card = null
|
||||
incoming_damage_label.visible = true
|
||||
|
||||
for child in deck.get_children():
|
||||
child.queue_free()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue