1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00
Pixelorama/pixelorama_data/Palettes
Emmanouil Papadeas 0cb98f6e2e
Revert palette file format back to JSON (#967)
* Some static typing and use notification to check if the theme has changed in swatches

* Use Vector2i for scrolling, hide scrollbars in the node properties

* More static typing improvements

* More static typing & docstring improvements, remove some methods from Palettes.gd

* [WIP] Go back to json for palettes instead of tres

* Revert back to using dictionaries for palette colors instead of array

Reverts part of the previous commit

* Read width & height from files, don't store the name

* Fix palette renaming

* Copy non-json palettes into json files

* Fix palette duplication

* Add a new _fill_imported_palette_with_colors() to avoid duplicate code in import file methods

* Fix palette file importing when not initialising

* Export palettes as images

* Replace "tres" with "json" filter in the open sprite dialog

* When exporting a palette as an image, automatically set the file name to the palette name

* Replace default palette files with json

* Remove the Global.palette_panel variable, use signals instead.

* Static typing in signals

* Fix warning in Palettes.gd

* Fix formatting

* Add missing comments to the palette files

* Update Palettes.gd

* A few more static typing improvements
2023-12-23 00:28:35 +02:00
..
BubbleGum16.json Revert palette file format back to JSON (#967) 2023-12-23 00:28:35 +02:00
Complementary.json Revert palette file format back to JSON (#967) 2023-12-23 00:28:35 +02:00
Default.json Revert palette file format back to JSON (#967) 2023-12-23 00:28:35 +02:00
Monochromatic.json Revert palette file format back to JSON (#967) 2023-12-23 00:28:35 +02:00
Shades.json Revert palette file format back to JSON (#967) 2023-12-23 00:28:35 +02:00
Triad.json Revert palette file format back to JSON (#967) 2023-12-23 00:28:35 +02:00