We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffbcb4 commit 6667b2bCopy full SHA for 6667b2b
1 file changed
scenes/menus/title/components/credits.gd
@@ -28,6 +28,9 @@ func _ready() -> void:
28
29
scroll_container.vertical_scroll_mode = ScrollContainer.SCROLL_MODE_SHOW_NEVER
30
31
+ for child: RichTextLabel in find_children("*", "RichTextLabel"):
32
+ child.meta_clicked.connect(_on_rich_text_label_meta_clicked)
33
+
34
set_process(false)
35
_on_visibility_changed()
36
0 commit comments