Godot Version
Godot v.4.3
Question
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.