mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-05-05 16:44:50 -04:00
Made a new "src" folder that will contain the source code files, like all the GDScript and scene files. Please read this for more details: https://www.gdquest.com/docs/guidelines/best-practices/godot-gdscript/ It made no sense to keep scenes separate from their scripts. More file organizing will follow soon.
13 lines
361 B
Text
13 lines
361 B
Text
[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
|
|
filters = PoolStringArray( "*.json ; JavaScript Object Notation" )
|
|
current_dir = "D:/GitHub/Pixelorama"
|
|
current_path = "D:/GitHub/Pixelorama/"
|