Updates to new palette import button

This commit is contained in:
CheetoHead 2019-12-18 09:55:15 -05:00
parent 19f3ba7dab
commit 60af640970
2 changed files with 1 additions and 2 deletions

View file

@ -8,6 +8,6 @@ window_title = "Open a File"
resizable = true
mode = 0
access = 2
filters = PoolStringArray( "*.json ; JavaScript Object Notation", "*.gpl ; Gimp Palette Library" )
filters = PoolStringArray( "*.json ; JavaScript Object Notation" )
current_dir = "D:/GitHub/Pixelorama"
current_path = "D:/GitHub/Pixelorama/"