You can use the same type of method that is used in the infinite runner templates. You can still use a tiled background for each one, just make them their real size so no repeating. Then you use an array, or dictionary or even a series of variables (maybe just name each background as background1, background2, etc...) then you can just call spawn background + number (increment the number each time in a loop).