Is it even possible to wrap the screen when it goes out of bounds of a layout, seamlessly? Because I want to make a game that allows the player to walk in one direction and end up coming back from the other side.
Few things that needs consideration is that the screen resolution is 1024x768 while the actual layout is 2500x2500. Also the screen itself follows the player, which I also need to know how to do.
Simply. Tell me how to wrap the screen and how to make the screen follow the player.
I might be able to make the screen follow the player by simple means but if there were to be some kind of button or a function that does that please tell me.