Separated PalettePanelContainer from Main.tscn, made it its own scene

And put all 3 palette dialogs there instead of Main
This commit is contained in:
OverloadedOrama 2020-05-21 02:50:57 +03:00
parent 30e7b34dc9
commit 2190c21d9d
3 changed files with 195 additions and 175 deletions

View file

@ -10,6 +10,6 @@ window_title = "Open a File"
resizable = true
mode = 0
access = 2
filters = PoolStringArray( "*.json ; JavaScript Object Notation" )
filters = PoolStringArray( "*.json ; JavaScript Object Notation", "*.gpl ; Gimp Palette Library", "*.png; Portable Network Graphics" )
current_dir = "C:/Users"
current_path = "C:/Users/"