I'm exporting project for Windows using NW.js. "Window size" in project settings is 1280 x 720. "Fullscreen in browser" parameter set to "Letterbox scale". Game runs on fullscreen at start (browser component requests full screen at start of the game). Question: will game runs on monitors which have lower resolution than 1280 x 720? And what I need to do for my game to support all resolutions fullscreen on Windows? Thank you!