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