How to use a game scale larger than the screen size?

daverave1212

  • Posts: 44
Hello!

I am trying to achieve a type of scaling for full screen.

My game height is 320 pixels.
My monitor size is 1080 pixels .

So, when in full screen ("no scaling"), the scale of the game is set to x3.

I would like to use an x4 scaling. In this case, the game would effectively go outside the screen, but that is fine.

Is there a way to do that?
Also if yes, is there a way to get the real screen size? AKA differentiate between the game screen size and the user's screen size?

Thank you!