mrcrowley42 / godot-project

0 stars 0 forks source link

Investigate how to add saving #2

Closed mrcrowley42 closed 3 months ago

mrcrowley42 commented 3 months ago

Investigate the best way to implement saving game data and loading it back after closing the game

Edit: Investigate saving as binary data not as raw json. Better security & less space

Bryce-VE commented 3 months ago

saving as raw json working

Bryce-VE commented 3 months ago

saving as binary working & included metadata line