mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
7 lines
81 B
GDScript
7 lines
81 B
GDScript
|
|
extends Panel
|
|
|
|
|
|
func _on_RichTextLabel_meta_clicked(meta):
|
|
OS.shell_open(meta)
|