bitbrain / braingdx

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

Make Animation API independent of game objects #171

Closed bitbrain closed 5 years ago

bitbrain commented 5 years ago

Motivation

We currently only allow animations on GameObject types. #170 introduces animations for UI elements as well which is why we need to make the animation API more generic.