1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-08 03:19:49 +00:00
Pixelorama/src/Palette
Variable 31981a1def
Added a way to see index of color (plus bugfixes) (#1143)
* add a way to see indices

* fix some things

* Fixed more than one swatch selected if there is the same color available in an earlier swatch

* fixed wrong index drawn when moved to an smpty swatch

* make active_button public

* fixed wrong color getting stored in   array (similar fix to #1108.)

* If the color selected in the palette is the same then it should take prioity.

* formatting

* hide 0 index
2024-11-29 19:10:02 +02:00
..
CreatePaletteDialog.gd [skip ci] Minor static typing and docstring improvements 2024-05-11 17:02:33 +03:00
CreatePaletteDialog.tscn Enable exclusive and disable popup_window flags in the palette dialogs 2024-08-02 20:59:59 +03:00
EditPaletteDialog.gd Fix certain strings not updating when language changes (#1043) 2024-07-26 16:10:56 +03:00
EditPaletteDialog.tscn Enable exclusive and disable popup_window flags in the palette dialogs 2024-08-02 20:59:59 +03:00
Palette.gd Add a crop_image boolean parameter to Palette.convert_to_image() 2024-11-22 17:56:39 +02:00
PaletteGrid.gd Added a way to see index of color (plus bugfixes) (#1143) 2024-11-29 19:10:02 +02:00
PalettePanel.gd Ensure that the swatches get deleted when the user removes all palettes 2024-11-23 17:54:28 +02:00
PalettePanel.tscn Lazy load create & edit palette dialogs 2024-03-21 17:29:00 +02:00
PaletteScroll.gd Ensure that the swatches get deleted when the user removes all palettes 2024-11-23 17:54:28 +02:00
PaletteSwatch.gd Fix palette swatch highlight not being shown 2023-12-23 21:44:38 +02:00
PaletteSwatch.tscn Make palette swatches use TransparentChecker.tscn 2023-12-23 22:03:44 +02:00