I am trying to make a physics game in processing with a level maps larger than the screen dimensions, I need the game to be able to scroll with the player avatar as it moves from left to right. I tried setting the world dimensions with the FWorld constructor but it does not seem to work. How would I go about doing this in fisica?