My scene layout
Root
— Panel
------ BitmapLabel
I tried to color my Panel with red, then it gives red color to BitmapLabel too.
this is the screenshot for what I’m having
Can I have independent color for child that’s attached to Panel?
My scene layout
Root
— Panel
------ BitmapLabel
I tried to color my Panel with red, then it gives red color to BitmapLabel too.
this is the screenshot for what I’m having
Can I have independent color for child that’s attached to Panel?
It seems this behavior can not be changed in CocosStudio. But you can try to change it in runtime by the calling Node::setCascadeColorEnabled(bool cascadeColorEnabled) method.
It is a very basic thing that editor should have I think. Will there be fix for this?@cocosstudioteam
You are quite right!
I’ve created an issue for this:
https://github.com/cocos2d/cocos2d-x/issues/12548