mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 07:50:22 +01:00
Port audio, gui, mono, networking and viewport demos to Godot 3.1
This commit is contained in:
@@ -3,4 +3,8 @@ extends Panel
|
||||
|
||||
|
||||
func _on_RichTextLabel_meta_clicked(meta):
|
||||
OS.shell_open(meta)
|
||||
var err = OS.shell_open(meta)
|
||||
if (err == OK):
|
||||
print("Opened link '%s' successfully!" % meta)
|
||||
else:
|
||||
print("Failed opening the link '%s'!" % meta)
|
||||
|
||||
Reference in New Issue
Block a user