- Edited
I set the Stretch Aspect to "Expand" because I want my game to support multiple aspect ratios without Black Bars.
Now I have the problem that the viewport, when it exceeds the Camera2D's vertical limits, always extends towards the Bottom (Left Image) when I actually want it to extend towards the Top (Middle Image) or in both directions (Right Image).
How can I change the vertical viewport extension direction like that?