4 lines
90 B
GDScript
4 lines
90 B
GDScript
extends RichTextLabel
|
|
|
|
func _on_meta_clicked(meta: Variant) -> void:
|
|
OS.shell_open(meta)
|