Hello people, first-time poster here.
I've searched for 30-60 minutes for how I can display my game at 2x resolution? eg. If I select 320x240, the game window would be the size of a 640x480 game.
I don't really understand how to use the graphics filters, or how to access them. Can I display the game at 200% using code, or will I have to scale up my sprites (which I'd rather not do)?
Thanks in advance for any help.
After building your game (F7), open the game's Compiled folder. Run winsetup.exe, check "Run in a window", select the 2x nearest-neighbor filter, then click Save & Run.
or Build -> Run game setup.
Scaling filters are player's settings, not game property, because they do not change game itself, but how user sees it.
Thankyou! I didn't realise it was so simple. :-X