Like RPG zones ---<> MiniGame Zones ----<> Other zones ---- <>OverWorldMap----<>Rpg Zones----<> etc
I cant figure it out, do I manage JSON data I save manually into arrays and export arrays as JSON? or what?
Develop games in your browser. Powerful, performant & highly capable.
An array is already global, so the data in them does not get reset when changing layouts. For non global objects, you can use https://www.scirra.com/manual/161/persist
JSON is useful when writing array data as a single string to use to save to a variable, file, or local storage.