How would I set up the window if I wanted view full screen on a 40" flat pannel and get great resolution?
A 720p flat panel resolution is 1280px x 720px.
Most 40" screens anymore are 1920px x 1080px.
Develop games in your browser. Powerful, performant & highly capable.
Thanks, so I should make the window 1920x1080?
The resolution does not depend on the physical size. In fact, you should not use a specific resolution at all. Just set 'Fullscreen in browser' to 'On (scale mode)' in project properties, and the canvas will scale up to fit whatever size it is.
OK, thanks. I'll do some testing.