I'd like to realize a vertical scrolling game, but I don't want to use tilemaps becase I don't need it.
What the best way ? Having 2 background loaded and position correctly, or having one big(long in this case) background ?
How to move it? Change background position or change camera position ?