mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-24 22:43:14 +00:00
12 lines
520 B
Text
12 lines
520 B
Text
[gd_scene format=3 uid="uid://b3aeqj2k58wdk"]
|
|||
|
|
||
[node name="OpenSprite" type="FileDialog"]
|
|||
title = "Open File(s)"
|
|||
size = Vector2i(558, 400)
|
|||
exclusive = false
|
|||
Mark dialogs as popup_windows
So they can close when the user clicks outside the window on Godot 4.2
|
popup_window = true
|
||
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", "*.tres; Pixelorama palette", "*.gpl; GIMP palette", "*pal; Palette")
|