Hi,
In my game, I have several AtlasSprites and AtlasAnimations.
I need to be able to save the state of the game, and later resume it, but I can't find a way to get the current frame of the AtlasAnimation, in order to later restore it.
Is this possible to do? How is everyone else handling this case?