plattform : cocos2d-x 3.4 final
spine : recently version of your github
Hello.
I have a question.
I wanna play with animation from start 50 frame. (Animation is 100 frame)
(timeline means frame??)
Is it any wrong point my source code??
skeletonNode = SkeletonAnimation::createWithFile("test.json", "test.atlas", 1.0f);
skeletonNode->setAnimation(50, "attack_sp", true);
(trackIndex not means start frame??)
Please, let me know what can I do.
Thanks.