hotfix: text being replaced on second opening of the mind board
This commit is contained in:
parent
5f6dab8f4c
commit
e324eba12d
|
|
@ -67,7 +67,7 @@ class_name CollectableUi extends CenterContainer
|
||||||
is_collected = value
|
is_collected = value
|
||||||
if is_inside_tree():
|
if is_inside_tree():
|
||||||
collected_box.button_pressed = value
|
collected_box.button_pressed = value
|
||||||
if is_collected:
|
if is_collected and not is_board:
|
||||||
%CollectLabel.text = "listen again"
|
%CollectLabel.text = "listen again"
|
||||||
else:
|
else:
|
||||||
if not is_board:
|
if not is_board:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue