I was thinking it'd be nice to add some amount of support for using multiple monitors but I'm not sure how I should go about it.
Mainly I want to show various stats and such that would otherwise take too much space to be shown all the time in another window.
Just running the game again on another tab and using local storage to save relevant stuff seems to work but having the game loaded twice(or more) probably isn't very good for performance.
Doing another project that has only the things I want on a 2nd screen would probably be better but I have no idea how I could get them to communicate the stats I want between them since I assume I can't use local storage values of another project.
Are there any other ways it could work?