mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Updates to new palette import button
This commit is contained in:
parent
19f3ba7dab
commit
60af640970
|
@ -811,7 +811,6 @@ margin_right = 16.0
|
||||||
margin_bottom = 462.0
|
margin_bottom = 462.0
|
||||||
rect_min_size = Vector2( 16, 0 )
|
rect_min_size = Vector2( 16, 0 )
|
||||||
focus_mode = 0
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 15
|
|
||||||
size_flags_horizontal = 0
|
size_flags_horizontal = 0
|
||||||
size_flags_vertical = 3
|
size_flags_vertical = 3
|
||||||
custom_styles/hover = ExtResource( 12 )
|
custom_styles/hover = ExtResource( 12 )
|
||||||
|
|
|
@ -8,6 +8,6 @@ window_title = "Open a File"
|
||||||
resizable = true
|
resizable = true
|
||||||
mode = 0
|
mode = 0
|
||||||
access = 2
|
access = 2
|
||||||
filters = PoolStringArray( "*.json ; JavaScript Object Notation", "*.gpl ; Gimp Palette Library" )
|
filters = PoolStringArray( "*.json ; JavaScript Object Notation" )
|
||||||
current_dir = "D:/GitHub/Pixelorama"
|
current_dir = "D:/GitHub/Pixelorama"
|
||||||
current_path = "D:/GitHub/Pixelorama/"
|
current_path = "D:/GitHub/Pixelorama/"
|
||||||
|
|
Loading…
Reference in a new issue