aboutsummaryrefslogtreecommitdiffstats
path: root/HealthBar.gd
diff options
context:
space:
mode:
Diffstat (limited to 'HealthBar.gd')
-rw-r--r--HealthBar.gd2
1 files changed, 1 insertions, 1 deletions
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.