Devlog 3 of my next big project. I got a basic location system working. Press numbers 1-5 to go to the corresponding location in the list. I can add any location to the list and make a backdrop for it at any time I want. I don't have to make every building change the backdrop, it happens in one place. This works by using a list to keep track of the location, and using a variable to track which number location you're in. Much cleaner code than having each individual building change the back drop, especially since I'm planning on using clones for the buildings. This has been DEVLOG#3, thanks for stopping by.