1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-19 01:29:49 +00:00
Pixelorama/Prefabs/PaletteImportFileDialog.tscn

14 lines
361 B
Plaintext
Raw Normal View History

2019-12-18 14:43:11 +00:00
[gd_scene format=2]
[node name="PaletteImportFileDialog" type="FileDialog"]
anchor_right = 1.0
anchor_bottom = 1.0
rect_min_size = Vector2( 500, 300 )
window_title = "Open a File"
resizable = true
mode = 0
access = 2
2019-12-18 14:55:15 +00:00
filters = PoolStringArray( "*.json ; JavaScript Object Notation" )
2019-12-18 14:43:11 +00:00
current_dir = "D:/GitHub/Pixelorama"
current_path = "D:/GitHub/Pixelorama/"