Hi,
If you look in the “src” subfolder you’ll find the renderwindow.monkey2 file that contains the RenderWindow class (which is an extension of the Window class), as well as other classes like Player and Actor. It adds some features I need like simple to use parallax, layers, mouse coordinates in world space, etc. I’ve made many changes to it since then, will probably push those changes to Github eventually.
I made that test when I had just started to learn Monkey2, so don’t take it as a good example on how to do things in the best way possible! 