mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-20 12:33:14 +00:00
Set the group layer's default blend mode to Pass through
Mostly for performance reasons, but also to make it consistent with Photoshop and Photopea
This commit is contained in:
parent
f9dd09dc2c
commit
a5efb97d58
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ var expanded := true
|
|||
func _init(_project: Project, _name := "") -> void:
|
||||
project = _project
|
||||
name = _name
|
||||
blend_mode = BlendModes.PASS_THROUGH
|
||||
|
||||
|
||||
## Blends all of the images of children layer of the group layer into a single image.
|
||||
|
|
Loading…
Add table
Reference in a new issue