JRVeale / hello-game

I started making a game engine. I got the jist of how they work, and decided it would be better to just use existing ones
0 stars 0 forks source link

SavingState #19

Open JRVeale opened 5 years ago

JRVeale commented 5 years ago

Achieved by the manager class.

Create a file that represents all the entities it's managing.

Can then rebuild all the entities as needed.

Will need a save and load function for each component, so can recreate from file.