Hi, thanks for taking the time to help me. My problem is that I want to render the map on the fly to get a neverending platformer kind of game. Right now I am filling an array with the map currently viewable and a little bit as a buffer. To make all the calculations with the offsets easier I...