Godot Version
4.4.stable.mono
Question
I’m making a game where I want to be able to have a properly resizable window, which I have been able to do with stretch mode set to canvas_items, but I also want a way for the player to set resolution, for example to 720p or 1080p, with an OptionButton. Is there any way to do this? I’ve tried adding a subviewport and subviewportcontainer and setting the stretch shrink of the container but that didn’t work. I’ve also tried using the subviewport’s size 2d override and changing the scale of my main scene, but that didn’t work either.
Any help is appreciated!