Hey I'm new to working with nwjs and I have some questions about how to manage display size.
Is it possible to resize the game window from in the game, from a settings menu for example or alternatively on start of the game?
Just say my game's window size is 240 x 160. Can I make the game window scale up to be 720 x 480 for example?
I thought 'Set Canvas Size' might do it, but it doesn't change the size of the game window.
It seems like, the only way I can resize the game window is by using the mouse to drag out a corner. And beyond that I can have the game open at its set window size (240 x 160) or fullscreen via the Browser > fullscreen action. But I can't specify a different window size?
Is that the deal, or I just havent found the right tutorial yet?
I had plans to make a 'Display Settings' menu screen, where the player could choose from preset sizes like 720x480, 1200x800... that kind of thing, and the game window would resize accordingly..