Khaligufzel / Dimensionfall

A survival game inspired by Cataclysm: Dark Days Ahead and Bright Nights.
MIT License
13 stars 5 forks source link

Save and load skills #214

Closed snipercup closed 4 months ago

snipercup commented 5 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