hotfix: text being replaced on second opening of the mind board

This commit is contained in:
betalars 2025-05-10 15:46:22 +02:00
parent 5f6dab8f4c
commit e324eba12d
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class_name CollectableUi extends CenterContainer
is_collected = value
if is_inside_tree():
collected_box.button_pressed = value
if is_collected:
if is_collected and not is_board:
%CollectLabel.text = "listen again"
else:
if not is_board: