cyanskies / hades

A 2d game framework
1 stars 0 forks source link

when a level is turned into a save, will on_connect run for new objects? #113

Closed cyanskies closed 2 years ago

cyanskies commented 5 years ago

they begin attached to the system, and will be passed to on_create

but on_connect can be used for once off game state effects from attaching systems. It's important that it is called for all objects.

maybe always load new levels at time point 0 + 1, so the objects appear as having just been created