Godot Version
Godot v4.3.stable.mono
Question
In _draw I can draw many shapes of different colors but can I substract shapes, making pixels transparent?
Lets say I draw a square of size 100px and color red, can I then remove parts of the square making the pixels transparent?
If its possible how would I go about it?