From bb87759291786cba9378334ed88218e3bb155dbd Mon Sep 17 00:00:00 2001 From: freddie-a <57713959+freddie-a@users.noreply.github.com> Date: Sun, 30 Oct 2022 09:24:11 +0000 Subject: Code cleanup and project refactoring --- HealthBar.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HealthBar.gd') diff --git a/HealthBar.gd b/HealthBar.gd index 57e9283..e064039 100644 --- a/HealthBar.gd +++ b/HealthBar.gd @@ -8,7 +8,7 @@ signal player_dead # Called when the node enters the scene tree for the first time. func _ready(): - connect("player_dead", get_node("/root/Main/HUD/Wordart"), "_on_player_dead") + connect("player_dead", get_node("/root/Main/HUD/GameOver"), "_on_player_dead") # Called every frame. 'delta' is the elapsed time since the previous frame. -- cgit v1.2.3-70-g09d2