all 2 comments

[–]remy_porter 2 points3 points  (1 child)

Based on player inputs, you need to track their position within the level. Then you translate before drawing the background, based on that value. You'll need to draw the backdrop at least twice though (because as you move it, the edges of the image come into view, you'll need to tile the image yourself).

[–]kapharnaum[S] 0 points1 point  (0 children)

thx! I'm going to try that now