Hello, I try to add an responsive background image to my scene. I want it to always cover the entire background (so no background color is visible). I sadly only know how to achieve this in web development (background-size: cover). But here is what I mean:
How can I achieve this? I only got my TextureRect with its image inside.
2D nodes as parents of control nodes create a strange non-viewport related bounds. Add your control nodes as a child of a CanvasLayer for them to behave relative to the viewport