bitbrain / braingdx

:video_game: Game jam framework based on libgdx.
Apache License 2.0
84 stars 1 forks source link

Implement GameObject Lifecycle #166

Closed bitbrain closed 6 years ago

bitbrain commented 6 years ago

Motivation

Right now it is difficult to act when a game object is being removed or added. Implement better LifeCycle management by using the existing Event Manager.

bitbrain commented 6 years ago

Not required actually.