Riximus / untitled-horror-flashlight-game

A game for the panic game jam
0 stars 0 forks source link

Add Saving and Loading #1

Closed Riximus closed 7 months ago

Riximus commented 8 months ago

Work to do:

Method: Binary Serialization

Resources: Binary saving Typical Save getting the whole tree GDQuest approach Advanced Save System with Slots and Date

Riximus commented 8 months ago

Save and Loading work, kinda. It saves and loads but currently not suitable for multiple objects. Trying to fix it.

Riximus commented 7 months ago

Check out all the "store_*" methods to save: image

FileAccess Docs