fixed cut tool to have a "different" kind of transparent

This commit is contained in:
cobrapitz 2020-11-22 11:40:59 +01:00
parent f198224722
commit 9c29ec4e49
1 changed files with 1 additions and 0 deletions

View File

@ -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()