I can't seem to find any information about moving a world around in the documentation, and if that is not possible the this game would be a PAIN to make.
So. How do you do sidescrollers?
Also, It would be very nice to have an eviroment larger than the screen:
In config:
Code: Select all
EnviromentX = 5000
EnviromentY = 5000
Code: Select all
love.graphics.setScreen(X,Y)
Body:isOnScreen()
Shape:isOnScreen()