Delete Files via Popup Menue

This commit is contained in:
bleeptrack 2020-11-10 18:22:24 +01:00
parent 107d6f8fb1
commit 563f6ba835
3 changed files with 24 additions and 4 deletions

View file

@ -92,3 +92,8 @@ custom_fonts/font = ExtResource( 2 )
text = "filename"
align = 1
autowrap = true
[node name="PopupMenu" type="PopupMenu" parent="."]
margin_right = 20.0
margin_bottom = 20.0
[connection signal="id_pressed" from="PopupMenu" to="." method="_popup_menu_pressed"]