newlon/scripts/components/gui/main_menu_rich_text.gd
2025-07-01 17:31:12 +05:00

5 lines
91 B
GDScript

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