libgdx-demo-cuboc
libgdx-demo-cuboc copied to clipboard
Update Animation
@Tom-Ski
@Tom-Ski Very Angry Robots is the only other demo that uses Animation, but it's so out of date that it would take a fair amount of time to update. Also it leaks native objects all over the place (static references to all assets and no dispose methods used anywhere)...not sure it's a good demo to keep around.
I believe the code using Animation must have been updated without this PR, since the version I just looked at uses the Animation with a generic type. Thanks for making the PR 7 years ago, though!