Update and improve GUI demos

This commit is contained in:
Aaron Franke
2020-02-01 15:04:37 -05:00
parent 691f1d94d6
commit 84c8d6ef69
12 changed files with 119 additions and 195 deletions

View File

@@ -1,7 +1,5 @@
extends Panel
func _on_RichTextLabel_meta_clicked(meta):
var err = OS.shell_open(meta)
if (err == OK):