fix: all out attack scope

fix: HP placeholder
This commit is contained in:
istamarahsan 2025-01-26 11:36:53 +07:00
parent e7c0782099
commit 72a1418914
3 changed files with 6 additions and 4 deletions

View file

@ -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()