GoKit icon indicating copy to clipboard operation
GoKit copied to clipboard

Is there a way to save all running tweens?

Open matej-zajacik opened this issue 9 years ago • 1 comments

For games that have a full-state save system, where basically everything non-static is saved on user request, is there a way to also save all currently running tweens? Is this built into the lib or something we would need to implement ourselves? (We already have a full-state save system.)

Thank you!

matej-zajacik avatar Sep 12 '16 14:09 matej-zajacik

You'd need to build that yourself.

  • Michael

On Mon, Sep 12, 2016 at 10:26 AM, matej-zajacik [email protected] wrote:

For games that have a full-state save system, where basically everything non-static is saved on user request, is there a way to also save all currently running tweens? Is this built into the lib or something we would need to implement ourselves? (We already have a full-state save system.)

Thank you!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/prime31/GoKit/issues/79, or mute the thread https://github.com/notifications/unsubscribe-auth/ASds_5EomFym16vsbpFcCY7SUmhZHwYVks5qpWEUgaJpZM4J6pJi .

mrcarriere avatar Sep 12 '16 15:09 mrcarriere