bitbrain / braingdx

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

Add support for registering updateables to the game context #205

Closed bitbrain closed 5 years ago

bitbrain commented 5 years ago

The Updateable interface sometimes can help writing custom logic (frame-based). Add a method to the game context to register these.