both of them randomly moving/scrolling, now, I have 2 problems with this, I put this at the top:
Code: Select all
background=love.graphics.newImage('space1.png')
background2=love.graphics.newImage('space2.png')
Code: Select all
function love.draw()
love.graphics.draw(background)
love.graphics.draw(background2)
end
That was the first problem, now I need the second one, I have absolutely no idea how to make them both randomly (but smoothly) scroll.
Thanks for the help!