fixed shield UI not clearing on game restart

This commit is contained in:
2026-02-10 18:44:12 +11:00
parent d8101979b9
commit 1f91e0aef7
5 changed files with 30 additions and 2 deletions

View File

@@ -27,3 +27,7 @@ func hit() -> void:
shield.take_damage(damage)
for x: int in damage:
lives_bar.take_life()
func _on_button_2_pressed() -> void:
pass # Replace with function body.