02-06-2020, 03:21 AM
Hi Jaume!
I appreciate your thoughts about Facebook. I may consider it.
Regarding sequences: yes, the sprite sequence supports individual delays for each frame. It's not supported on the .sqx resource file (a leftover from when sequences had fixed delay between frames). But in release 1.14.0 I introduced the ability to create variable delay animations at runtime, using the C API.
Go http://www.tilengine.org/doc/group__sequence.html and check TLN_CreateSequence() and structure TLN_SequenceFrame. With them you can define your animations in source code.
Let me know if you need some small example on how to use it
I appreciate your thoughts about Facebook. I may consider it.
Regarding sequences: yes, the sprite sequence supports individual delays for each frame. It's not supported on the .sqx resource file (a leftover from when sequences had fixed delay between frames). But in release 1.14.0 I introduced the ability to create variable delay animations at runtime, using the C API.
Go http://www.tilengine.org/doc/group__sequence.html and check TLN_CreateSequence() and structure TLN_SequenceFrame. With them you can define your animations in source code.
Let me know if you need some small example on how to use it