New File Popup (no function)

This commit is contained in:
bleeptrack 2020-11-10 18:34:51 +01:00
parent 563f6ba835
commit 39e62eb8cf
3 changed files with 11 additions and 1 deletions

View file

@ -125,5 +125,9 @@ text = "x"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="PopupMenu" type="PopupMenu" parent="."]
margin_right = 20.0
margin_bottom = 20.0
[connection signal="pressed" from="Panel/TextEdit/SaveButton" to="." method="save"]
[connection signal="pressed" from="Panel/TextEdit/CloseButton" to="." method="close"]