Windows 8 - Game screen size ?

Monkey Forums/Monkey Programming/Windows 8 - Game screen size ?

Rushino(Posted 2013) [#1]
Hello,

Just wondering. If we made a game like 1024x576 is there an easy way to zoom this to current resolution on the win8 platform ? or this must be made on Monkey side..

Thanks!


Amon(Posted 2013) [#2]
In your monkey Installation folder go in to the bananas folder then the hitoro folder. There, look for Autofit, have a look at the readme and it will do what you need. Basically, Autofits purpose is to setup virtual resolutions and can do what you need.

If you are using the Diddy framework look for SetScreenSize. Diddy's virtual res code is basically an integration of Autofit.

Hope that helps...


Rushino(Posted 2013) [#3]
Pretty awesome. Thanks!