mirror of
https://github.com/Relintai/GraphicsEditor.git
synced 2025-05-07 19:11:37 +02:00
fixed cut tool to have a "different" kind of transparent
This commit is contained in:
parent
f198224722
commit
9c29ec4e49
@ -25,6 +25,7 @@ func create(texture_rect_ref, width: int, height: int):
|
|||||||
|
|
||||||
image = Image.new()
|
image = Image.new()
|
||||||
image.create(width, height, false, Image.FORMAT_RGBA8)
|
image.create(width, height, false, Image.FORMAT_RGBA8)
|
||||||
|
image.fill(Color.transparent)
|
||||||
update_texture()
|
update_texture()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user