mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 13:30:07 +01:00
Add README files to categories
This commit is contained in:
@@ -2,7 +2,7 @@ extends Panel
|
||||
|
||||
func _on_RichTextLabel_meta_clicked(meta):
|
||||
var err = OS.shell_open(meta)
|
||||
if (err == OK):
|
||||
if err == OK:
|
||||
print("Opened link '%s' successfully!" % meta)
|
||||
else:
|
||||
print("Failed opening the link '%s'!" % meta)
|
||||
|
||||
Reference in New Issue
Block a user