mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-20 12:33:14 +00:00
Fix AddExtensionFileDialog
This commit is contained in:
parent
4d113dbc75
commit
404aa190cf
1 changed files with 4 additions and 0 deletions
|
@ -1297,8 +1297,12 @@ text = "Pixelorama must be restarted for changes to take effect."
|
|||
|
||||
[node name="AddExtensionFileDialog" type="FileDialog" parent="Popups"]
|
||||
mode = 1
|
||||
title = "Open File(s)"
|
||||
size = Vector2i(560, 400)
|
||||
exclusive = false
|
||||
popup_window = true
|
||||
ok_button_text = "Open"
|
||||
file_mode = 1
|
||||
access = 2
|
||||
filters = PackedStringArray("*.pck ; Godot Resource Pack File", "*.zip ;")
|
||||
show_hidden_files = true
|
||||
|
|
Loading…
Add table
Reference in a new issue