ToransuShoujo / quesoqueue_plus

A queue system for Mario Maker 2
GNU General Public License v3.0
5 stars 3 forks source link

Move customCodes.json to data/customCodes.json on startup #28

Open liquidnya opened 2 years ago

liquidnya commented 2 years ago

Move ./customCodes.json to ./data/customCodes.json on startup, only if ./customCodes.json exists. Then change the read and write location of custom codes to ./data/customCodes.json. Also use the prettySaveFiles variable for the custom codes.

liquidnya commented 2 years ago

Maybe converting the list of tuples to an object could also be an option.

liquidnya commented 2 years ago

Maybe converting the list of tuples to an object could also be an option.

And also adding a version field to ./data/customCodes.json too.