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)

View File

@@ -22,7 +22,7 @@ font_data = ExtResource( 4 )
size = 20
font_data = ExtResource( 5 )
[node name="RichTextBBCode" type="Panel"]
[node name="RichTextBBCode" type="Control"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
@@ -34,10 +34,6 @@ margin_bottom = 300.0
size_flags_horizontal = 2
size_flags_vertical = 2
script = ExtResource( 1 )
__meta__ = {
"__editor_plugin_screen__": "2D",
"_edit_use_anchors_": false
}
[node name="RichTextLabel" type="RichTextLabel" parent="."]
anchor_right = 1.0