Ralith / hypermine

A hyperbolic voxel game
Apache License 2.0
160 stars 20 forks source link

Load character entities from the save file #414

Closed patowen closed 3 months ago

patowen commented 4 months ago

This PR sets up the initial implementation of loading entity data from a save file by loading player characters. In single-player, this has the effect of having the game remember where you were when you close it. If you change your name, you will spawn in as a new character.

The following are not currently implemented:

patowen commented 4 months ago

My previous update was merging the master branch and resolving merge conflicts. My next update will be handling review comments.

patowen commented 3 months ago

Thanks for reviewing/merging!