newlon/scripts/components/gui/main_menu_rich_text.gd
2025-07-03 23:29:19 +05:00

4 lines
90 B
GDScript

extends RichTextLabel
func _on_meta_clicked(meta: Variant) -> void:
OS.shell_open(meta)