Project 465: Merry Months

9. Add three more months

Just like you did with January, February and March add three more backdrops. Because of the way we coded everything, you actually won't need to add much new code to get these backdrops working!
Starting point file for this challenge

Your goal

Steps

1. Update your repeat loop

Since we moved code into a loop, changing your code to let in new backdrops is really easy. Just change the number in the repeat loop. That's it!