Custom aspects in Game view?

Can I add a custom aspect to the drop down menu available in the Game view? I’m planning on making games for the web at 1000x600 and I’d like to restrict my Game View to these dimensions so I’m always optimizing scale and detail correctly.

My best solution so far is to open a black 1000x600 png on screen and scale my interface to fit inside that box, but it’s still kind of a wonky solution.

No its not possible to add own resolutions to the drop down, but you can make the gamescreen having the right resolution and store the layout

The game stats tells you the pixel size of the screen, so you can just use that instead of a .png.

–Eric