Love how simple Camera2D is to use, but I don't like that it's your projects width/height.
Is there a way to give it a custom viewport?
My resolution in game is 1920x1080 (easy to scale down) but would like to lower the cameras view to half if possible only because I'm working on a 2D game and I don't want the camera to see outside my scene (which is basically just a TileD map imported into Godot).
Thanks for the help :smile: