mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-31 23:49:47 +00:00
637a60d9ee
Addresses #280
13 lines
445 B
Plaintext
13 lines
445 B
Plaintext
[gd_scene format=2]
|
|
|
|
[node name="OpenSprite" type="FileDialog"]
|
|
margin_right = 515.0
|
|
margin_bottom = 348.0
|
|
window_title = "Open a File"
|
|
resizable = true
|
|
mode = 0
|
|
access = 2
|
|
filters = PoolStringArray( "*.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" )
|
|
current_dir = "/Users"
|
|
current_path = "/Users/"
|