1
0
Fork 0
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:
Emmanouil Papadeas 2024-01-09 20:46:39 +02:00
parent 4d113dbc75
commit 404aa190cf

View file

@ -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