mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 17:34:43 -04:00
LightenDarken tool no longer affects transparent pixels
This commit is contained in:
parent
340a885cd7
commit
5562d3f2d5
2 changed files with 8 additions and 4 deletions
|
@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
### Changed
|
||||
- When saving a .pxo file, the file path (along with the file name) gets remembered by the Export PNG file dialog path. (Issue #114)
|
||||
- LightenDarken tool no longer affects transparent pixels.
|
||||
- More translatable strings, updates to Greek & Brazilian Portuguese (thanks to YeldhamDev) translations.
|
||||
- The dark theme button is now pressed by default if the user hasn't saved a theme preference in the config file.
|
||||
- Added a VSplitContainer for the tools and their options, and another one for Palettes and Layers.
|
||||
|
@ -26,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
- Fixed .gpl palettes not being imported correctly - Issue #112
|
||||
- Fixed crash that occured when pressing the play buttons on the timeline, on Godot 3.2 - Issue #111
|
||||
- Fixed bug where, if you had a random brush selected and then selected the pencil tool, "brush color from" did not appear.
|
||||
- Fixed crash on Godot 3.2.beta6 when pressing the Edit Palette button.
|
||||
|
||||
## [v0.6] - 06-01-2020
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue