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
|
2020-05-06 16:41:21 +00:00
|
|
|
margin_right = -780.0
|
|
|
|
margin_bottom = -420.0
|
2019-12-18 14:43:11 +00:00
|
|
|
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" )
|
2020-05-06 16:41:21 +00:00
|
|
|
current_dir = "C:/Users/Overloaded/Dropbox/Orama Founding Members/εταιρικα αρχεια/Godot Projects/Pixelorama"
|
|
|
|
current_path = "C:/Users/Overloaded/Dropbox/Orama Founding Members/εταιρικα αρχεια/Godot Projects/Pixelorama/"
|