mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-31 15:39:49 +00:00
95b5102394
Closes #1061, fixes issue where when Pixelorama's window loses focus, the dialogs disappeared, but the dialogs can no longer close when pressing outside of them.
10 lines
505 B
Plaintext
10 lines
505 B
Plaintext
[gd_scene format=3 uid="uid://b3aeqj2k58wdk"]
|
|
|
|
[node name="OpenSprite" type="FileDialog" groups=["FileDialogs"]]
|
|
title = "Open File(s)"
|
|
size = Vector2i(558, 400)
|
|
ok_button_text = "Open"
|
|
file_mode = 1
|
|
access = 2
|
|
filters = PackedStringArray("*.pxo ; Pixelorama Project", "*.png ; PNG Image", "*.bmp ; BMP Image", "*.hdr ; Radiance HDR Image", "*.jpg,*.jpeg ; JPEG Image", "*.svg ; SVG Image", "*.tga ; TGA Image", "*.webp ; WebP Image", "*.json; Pixelorama palette", "*.gpl; GIMP palette", "*pal; Palette")
|