From 483d66dfe0195afa2b6e990070c58e35bbab3722 Mon Sep 17 00:00:00 2001 From: Ross M Karchner Date: Tue, 14 May 2024 06:15:20 -0400 Subject: [PATCH] Update hud.gd remove old comments --- scenes/hud.gd | 2 -- 1 file changed, 2 deletions(-) diff --git a/scenes/hud.gd b/scenes/hud.gd index 2529302..0d7c8e9 100644 --- a/scenes/hud.gd +++ b/scenes/hud.gd @@ -6,7 +6,5 @@ func _ready(): CountManager.score_changed.connect(update_scores) func update_scores(day_score, night_score): - #day_label.text=str(day_score) - #night_label.text = str(night_score) assert(day_score+night_score == 576) bar.value = day_score