mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 23:10:08 +01:00
6 lines
80 B
GDScript
6 lines
80 B
GDScript
extends Panel
|
|
|
|
|
|
func _on_RichTextLabel_meta_clicked(meta):
|
|
OS.shell_open(meta)
|