mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 13:30:07 +01:00
6 lines
80 B
GDScript
6 lines
80 B
GDScript
extends Panel
|
|
|
|
|
|
func _on_RichTextLabel_meta_clicked(meta):
|
|
OS.shell_open(meta)
|