Search found 2 matches
- Wed Jan 04, 2023 6:07 pm
- Forum: Support and Development
- Topic: ScrollingBackground
- Replies: 4
- Views: 1116
Re: ScrollingBackground
Ok thanks a lot It's been now 2hours since I try to figure out how to draw on top these sprites (like placing a playbutton sprite, the player etc) Sorry for asking a dumb question here is my code --Assets BlueFront = love.graphics.newImage("assets/BlueFront.png") BlueBack = love.graphics.n...
- Wed Jan 04, 2023 12:46 pm
- Forum: Support and Development
- Topic: ScrollingBackground
- Replies: 4
- Views: 1116
ScrollingBackground
Hello everyone ! I'm new to Love2D, but I know a little bit about Lua (because I used roblox studio for nearly 3 years) I'm trying to make a background that scrolls endlessly but at the moment as I test, it sadly doesn't move I don't have any error on my script, I just can't figure out how to move t...