TheLazySquad / absORB

Become the biggest
https://www.thelazysquad.xyz/absorb
1 stars 0 forks source link

Saving Levels and Settings to a file #14

Open TheAceTwo opened 1 year ago

TheAceTwo commented 1 year ago

Need to create a system to save the status of each level to a file. if the level is completed, the level should show as blue in the menu and if its not completed it should be red if its the next level or gray if its not the next level.

TheAceTwo commented 1 year ago

Each level's completion status is saved to a GameData.json file with Unity's persistent data system.

TheAceTwo commented 1 year ago

I will eventually make this system more robust and universal later... but for now I've got deadlines to hit