mirror of
https://github.com/Relintai/GraphicsEditor.git
synced 2024-11-19 16:27:22 +01: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.create(width, height, false, Image.FORMAT_RGBA8)
|
||||
image.fill(Color.transparent)
|
||||
update_texture()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user