Skip to content

Commit

Permalink
Update hud.gd
Browse files Browse the repository at this point in the history
remove old comments
  • Loading branch information
rosskarchner authored May 14, 2024
1 parent d0b181a commit 483d66d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scenes/hud.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 483d66d

Please sign in to comment.