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