scscgit / TukeQuest

School project made in Java using libGDX for a game development course
Apache License 2.0
0 stars 2 forks source link

Add actual Animation support to the Animation class #11

Closed scscgit closed 7 years ago

scscgit commented 7 years ago

I can think of two possibilities: first is an array of images with a speed variable; second is an image which contains multiple images in a grid.

scscgit commented 7 years ago

Commit "Added Animation support."

There is now support for single sprite sheet group image within 2 axes.

scscgit commented 7 years ago

Request: support for choosing only a subset of images.

scscgit commented 7 years ago

Animation support improved by the feature of choosing subset of images.