mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 16:00:08 +01:00
Update and improve GUI demos
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
|
||||
extends Panel
|
||||
|
||||
|
||||
func _on_RichTextLabel_meta_clicked(meta):
|
||||
var err = OS.shell_open(meta)
|
||||
if (err == OK):
|
||||
|
||||
Reference in New Issue
Block a user