Sidescrollers? (And if not then major feature request)
Posted: Mon Nov 17, 2008 8:24 am
I am thinking of making quite a large side scroller. But I have no idea how to do it...
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:
And in main:
Then being able to set the screen position inside a fixed enviroment, instead of relating to screen pixels you could relate to a global enviroment.
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()