Remove panel nodes that don't have panels

Replace with Control nodes
This commit is contained in:
Aaron Franke
2020-10-01 23:39:43 -04:00
parent 2c0cbbaed0
commit 0d1f16d073
4 changed files with 4 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
extends Panel
extends Control
func _on_RichTextLabel_meta_clicked(meta):
var err = OS.shell_open(meta)