Open TheAceTwo opened 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.
Each level's completion status is saved to a GameData.json file with Unity's persistent data system.
I will eventually make this system more robust and universal later... but for now I've got deadlines to hit
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.