elektito / gravity

A 2D physics-based game in which you indirectly affect the world through gravity.
https://elektito.github.io/gravity/
GNU General Public License v3.0
11 stars 1 forks source link

Timers are not saved/loaded. #25

Open elektito opened 10 years ago

elektito commented 10 years ago

Game timers are not saved/loaded at the moment. The Timer objects are not serializable.

elektito commented 10 years ago

This doesn't seem to be a problem on PC but if we ever port to mobile, it might be necessary since we might need then to save the state, mid-game.