aboutsummaryrefslogtreecommitdiffstats
path: root/Main.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Main.gd')
-rw-r--r--Main.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/Main.gd b/Main.gd
index f93ecbc..26ceb96 100644
--- a/Main.gd
+++ b/Main.gd
@@ -11,6 +11,7 @@ func _ready():
randomize()
get_node("KinematicBody2D").connect("hit", get_node("HUD/HBoxContainer/HealthBar"), "_on_player_hit")
get_node("KinematicBody2D").connect("coin", get_node("HUD/HBoxContainer/Money"), "_on_coin_hit")
+ get_node("KinematicBody2D").connect("coin", get_node("HUD/Wordart/Wordart(1)/Label"), "_on_coin_hit")
$EnemySpawnTimer.start()