glen3b/GLib

Allow SpriteSheet to have unique frame times per frame

Closed this issue · 1 comments

Currently, the amount of time designated to spend on a single frame (in a SpriteSheet object) must be uniform across all frames. This enhancement proposes that each frame can have a unique amount of time which is spent on it.

Closed by 6ae7a9f - adds this feature.