parsehex / incremental-forest

Chop down trees, sell logs and hire workers to chop more trees.
https://parsehex.github.io/incremental-forest/
MIT License
0 stars 0 forks source link

Game crashing erases the map's state #32

Closed parsehex closed 7 years ago

parsehex commented 7 years ago

If the game crashes, the map will be empty upon re-entering the game. Not sure if this happens only if it crashes on-load, or if a crash anytime causes it.

My guess is that it only happens when the crash happens before loading the map, and the game saves an empty map before unloading.

parsehex commented 7 years ago

Update should fix this