Created a way for the player data from AddCharacter.gd to be stored in the PlayerCharacterTemplate object and the Player Character Singleton.

This commit is contained in:
PersonGuyGit
2024-03-24 12:19:05 -06:00
parent de608e7c33
commit 30ef1cac67
5 changed files with 71 additions and 17 deletions

View File

@ -9,3 +9,6 @@
4: Then save the singleton data to a CSV
5: Figure out the issues with CSV like doug mentioned.
Completed: 3