Bringing experiment to full screen after some loops

After digging around a bit more I found out that the “adjustScreenSize()” checks window.fullscr before bringing the window to full screen. Should have check this function first.

For anyone who wants to enable/disable fullscreen after initialization, window.fullscr needs to be set along with adjustScreenSize() or closeFullScreen().