A JSON based save system for GameMaker
How to use!
- Import the script to your game
- Edit the EmptySave constructor. It will be your default structure for saving game data
- Acess your game data by the global.gamedata or by the macro JSON_DATA E.g. obj_player.life = JSON_DATA.player.life