Hi,
i have a color change key in my spine animation - which works fine in the gif-export.
But when exported as a json-animation and loaded into cocos2d the color does not change as expected.
Does the cocos2d iphone runtime support color changes?
_animatedDrop = [SkeletonAnimation skeletonWithFile:@"shrink_black_hole_drop.json" atlasFile:@"shrink_black_hole_drop.atlas" scale:0.5];
[_animatedDrop setPosition:CGPointMake(0.5, 0.5)];
[_animatedDrop setPositionType:CCPositionTypeNormalized];
[self addChild:_animatedDrop z:1];
[_animatedDrop setAnimationForTrack:0 name:@"button_click_slot_added" loop:NO];