mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 16:54:44 -04:00
Added a VSplitContainer between the tool options and palettes
This commit is contained in:
parent
e072b95727
commit
34a923f92a
2 changed files with 156 additions and 149 deletions
|
@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
### Added
|
||||
- Cels are now in the timeline. Each cel refers to a specific layer AND a frame. Frames are a collection of cels for every layer.
|
||||
- Cel linking is now possible. This way, layers can be "shared" in multiple frames.
|
||||
- Pattern filling is now possible. If the user chooses a brush that is not the pixel or a circle brush and uses the bucket tool, the brush image is used as a pattern that fills the area.
|
||||
- Importing .pngs as palettes is now possible - thanks to Martin Novák (novhack)!
|
||||
- A confirmation message now appears when the user quits Pixelorama, if there are unsaved changes - thanks to Schweini07!
|
||||
- Locking layers is now possible. When a layer is locked, no changes can be made to it. Layers are unlocked by default.
|
||||
|
@ -15,7 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
- Esperanto translation - thanks to Teashrock!
|
||||
|
||||
### Changed
|
||||
- The timeline has been revamped!
|
||||
- The UI - and especially the timeline - has been revamped!
|
||||
- The export dialog has also been revamped - thanks to thanks to Martin Novák (novhack)!
|
||||
- An asterisk is added to the window title if there are unsaved changes.
|
||||
- A VSplitContainer has been added between the canvas and the timeline.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue