1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 07:29:49 +00:00
Pixelorama/src/Palette
Emmanouil Papadeas fb948c33b4 Add a "Create a new palette" option on the sort palette button
Enabled by default, every time you sort a palette it creates a copy of the original palette and it sorts that, instead of sorting the original palette directly. This reduces the risk of destructive change, as the palette system does not have undo/redo support. If disabled, sorting affects the original palette directly, without creating a new one.
2024-02-05 00:16:22 +02:00
..
CreatePaletteDialog.gd Port to Godot 4 (#900) 2023-09-04 16:29:06 +03:00
CreatePaletteDialog.tscn Fix create and edit palette dialogs being very long 2023-12-16 22:07:11 +02:00
EditPaletteDialog.gd Export palettes as images on the Web version 2024-01-04 15:46:28 +02:00
EditPaletteDialog.tscn Add a variable in Global for setting file dialogs as native, and add a "FileDialogs" node group 2024-01-24 03:57:40 +02:00
Palette.gd Implements palette sorting 2023-12-23 19:00:24 +02:00
PaletteGrid.gd Fix palette swatch highlight not being shown 2023-12-23 21:44:38 +02:00
PalettePanel.gd Add a "Create a new palette" option on the sort palette button 2024-02-05 00:16:22 +02:00
PalettePanel.tscn [skip ci] Add the sort palette button to the UIButtons node group 2023-12-27 02:43:28 +02:00
PaletteScroll.gd Fix palette swatch highlight not being shown 2023-12-23 21:44:38 +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