Godot Version
4.2.2.stable.offical
Question
I have made a transparent grid with colorRects, but overlaying areas have more opacity, is there is way to fix this?
4.2.2.stable.offical
I have made a transparent grid with colorRects, but overlaying areas have more opacity, is there is way to fix this?
Arrange the ColorRects in a way so they don’t overlap (meaning that you need more, but shorter ones) or create a texture with your pattern and use it with a TextureRect.