Posted January 27, 2023 by Larch
* Player saves list no longer cleared when saving game, instead it checks if the player is already in the save, and overwrites their respective chunk of data leaving everything else alone.
* Moved player save handling to a component on the SaveHandler.
* Organized source folder structure.
+ Added Pending Player Save System
* Made UI Elements Modular classes
* Polished the User Interface