mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-31 07:29:49 +00:00
2190c21d9d
And put all 3 palette dialogs there instead of Main
16 lines
450 B
Plaintext
16 lines
450 B
Plaintext
[gd_scene format=2]
|
|
|
|
[node name="PaletteImportFileDialog" type="FileDialog"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_right = -780.0
|
|
margin_bottom = -420.0
|
|
rect_min_size = Vector2( 500, 300 )
|
|
window_title = "Open a File"
|
|
resizable = true
|
|
mode = 0
|
|
access = 2
|
|
filters = PoolStringArray( "*.json ; JavaScript Object Notation", "*.gpl ; Gimp Palette Library", "*.png; Portable Network Graphics" )
|
|
current_dir = "C:/Users"
|
|
current_path = "C:/Users/"
|