mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-09 05:02:22 +02:00
Delete Files via Popup Menue
This commit is contained in:
parent
107d6f8fb1
commit
563f6ba835
3 changed files with 24 additions and 4 deletions
scenes
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue