mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-12-14 11:14:43 -05:00
Add palette import from a PNG file
This commit is contained in:
parent
b3a8eb6d84
commit
3b16b727b9
4 changed files with 39 additions and 1 deletions
|
|
@ -1478,7 +1478,7 @@ visible = false
|
|||
[node name="NewPaletteDialog" parent="." instance=ExtResource( 52 )]
|
||||
|
||||
[node name="PaletteImportFileDialog" parent="." instance=ExtResource( 53 )]
|
||||
filters = PoolStringArray( "*.json ; JavaScript Object Notation", "*.gpl ; Gimp Palette Library" )
|
||||
filters = PoolStringArray( "*.json ; JavaScript Object Notation", "*.gpl ; Gimp Palette Library", "*.png; Portable Network Graphics" )
|
||||
current_dir = "C:/Users/Overloaded/Dropbox/Orama Founding Members/εταιρικα αρχεια/Godot Projects/Pixelorama"
|
||||
current_path = "C:/Users/Overloaded/Dropbox/Orama Founding Members/εταιρικα αρχεια/Godot Projects/Pixelorama/"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue