hotfix: text being replaced on second opening of the mind board
This commit is contained in:
parent
64962f9706
commit
552220b2e3
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue