Closed snipercup closed 4 months ago
Skills are not saved and loaded, but should be.
Skills are saved in a dictionary in player.gd. The dictionary has a skill name and a skill value and should be easy to store to json.
We will need to update save_player_state in save_helper.gd as well as load_player_state in the same file
save_player_state
load_player_state
Skills are not saved and loaded, but should be.
Skills are saved in a dictionary in player.gd. The dictionary has a skill name and a skill value and should be easy to store to json.
We will need to update
save_player_state
in save_helper.gd as well asload_player_state
in the same file