How do I setup a camera to avoid my background (and everything else) to stretch?
Heres what I need:
- The game have a usable centered area of 1024x768, but my background is wide, 1280x720. When in fullscreen, its ok to stretch everything, but keep the aspect intact, just showing extra side areas already in my background.
- Plus, my GUI (is 2D Toolkit concern?) must remain in that usable area of 1024x768
I got it working with "resizeable windows" enabled, but i really don't want that. Is this a bug?