first commit
This commit is contained in:
11
addons/zylann.hterrain/tools/util/rich_text_label_hyperlinks.gd
Executable file
11
addons/zylann.hterrain/tools/util/rich_text_label_hyperlinks.gd
Executable file
@@ -0,0 +1,11 @@
|
||||
@tool
|
||||
extends RichTextLabel
|
||||
|
||||
|
||||
func _init():
|
||||
meta_clicked.connect(_on_meta_clicked)
|
||||
|
||||
|
||||
func _on_meta_clicked(meta):
|
||||
OS.shell_open(meta)
|
||||
|
||||
Reference in New Issue
Block a user