Devlog 4 of my next big project. I finished the basic town/building system. Click on buildings to go into them, click on back to go back to the city. You can press numbers 1-4 while in the city to change the area you're in. I made a list for the buildings, a list for the X coordinates, and a list for the Y coordinates, and used some cloning to keep the buildings down to one sprite. Sadly, due to the nature of the code, each area has to have an even number of locations, or else it'll break. The sprites aren't centered yet, and these aren't the final placements or textures (obviously), but I'll get around to that later. This has been DEVLOG#4, thanks for stopping by.