What is the best way to handle maps? [in terms of Node-Webkit]
A: Store maps in each layout and load them from there
Advantages
-I could simply use Save file from system without having to handle more work for saving
-No need of a level editor as the code is in there
B: Save maps in a file and load them from there
Advantages
-Saves a lot of space when I export my project
-Only 1 layout to focus with and more organized events
Both are great options but I can't think which one is the best. Any suggestions thanks.