Add README files to categories

This commit is contained in:
Aaron Franke
2020-07-03 20:30:11 -04:00
parent 6b11ca7302
commit 8dff86d370
16 changed files with 89 additions and 8 deletions

View File

@@ -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)