Orama-Interactive / Pixelorama

Unleash your creativity with Pixelorama, a powerful and accessible open-source pixel art multitool. Whether you want to create sprites, tiles, animations, or just express yourself in the language of pixel art, this software will realize your pixel-perfect dreams with a vast toolbox of features. Available on Windows, Linux, macOS and the Web!
https://orama-interactive.itch.io/pixelorama
MIT License
6.83k stars 372 forks source link

Allow user to move Palettes to Trash/Recycle Bin instead of deleting them permanently #914

Closed Variable-ind closed 10 months ago

Variable-ind commented 10 months ago

Some additional changes that I thought be added to this pull request.

  1. Fix deleted signal emitted wrongly

    • it was written as deleted.emit(deleted) which did not seem to be working so i changed it to deleted.emit()
  2. Fix create and edit palette dialog UI

    • Dialog titles of CreatePaletteDialog.tscn and EditPaletteDialog.tscn
    • Label Autowrap and alignment to match how they were in v0.11.2 (In CreatePaletteDialog.tscn and EditPaletteDialog.tscn)
    • a minor ui change in EditPaletteDialog.tscn that allows comment to expand vertically
  3. fix path nodes renamed to path3d by godot project converter

    • ReferenceImageButton.tscn and EditPaletteDialog.tscn