mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 05:24:43 -04:00
Layer Opacity - Change alpha of each layer
Added a slider under the layer add/remove/etc buttons that changes the currently selected layer's transparency. It gets saved in .png and .pxo files, while respecting non-opaque pixels in the image too. Which means, their alpha values aren't being overwritten.
This commit is contained in:
parent
aa860960e2
commit
ed2e757c11
7 changed files with 77 additions and 35 deletions
|
@ -51,7 +51,7 @@ boot_splash/image="res://splash.png"
|
|||
boot_splash/bg_color=Color( 0.145098, 0.145098, 0.164706, 1 )
|
||||
config/icon="res://icon.png"
|
||||
config/description="A free & open-source 2D sprite editor"
|
||||
config/Version="v0.5"
|
||||
config/Version="v0.6"
|
||||
|
||||
[autoload]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue