Added subfolder for Charcter code for the MVP

This commit is contained in:
PersonGuyGit
2024-03-17 13:03:57 -06:00
parent 116d706c48
commit 8d3f317f01
126 changed files with 4137 additions and 0 deletions

View File

@ -0,0 +1,11 @@
To Do
1: Get the saving and loading code for CSV from Suwhan.
2: Make that code work with the UI of the MVP project.
3: Similar to the method of saving the Game Settings, to a .CFG file by using a singleton; I will need to save the character information to the player singleton for use.
4: Then save the singleton data to a CSV
5: Figure out the issues with CSV like doug mentioned.