I'm making a map editor for my game and I'm at the point where I need to save the map to a file. My Maps contain multiple layers though, which will be stacked on eachother for display. I know I could save each file seperately but I wanted these to be contained in a single file.
Is there an easy way to do this that I'm not thinking about? TIA