Skip to content

Commit 3b5995a

Browse files
committed
Armature set color
1 parent dd749c9 commit 3b5995a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/cocostudio/loader/parsers/timelineParser-2.x.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,6 +1232,7 @@
12321232
node.getAnimation().play(currentAnimationName, -1, isLoop);
12331233

12341234
});
1235+
node.setColor(getColor(json["CColor"]));
12351236
return node;
12361237
};
12371238

0 commit comments

Comments
 (0)