We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
label->enableShadow() Moving letters
label->enableShadow() Moving letters
Bug #4687 [Closed]
Redmine issue system is closed, we are using github issue system instead.
This issue was moved to https://github.com/cocos2d/cocos2d-x/issues/8397
Status: | Closed | |
---|---|---|
Start date: | 2014-04-04 | |
Priority: | Low | |
Due date: | ||
Assignee: | - | |
% Done: | 0% |
|
Category: | all | |
Target version: | - |
Cocos2d-x v3.0 RC1.
How to reproduce:
Label::createWithBMFont(...)
label->getLetter(i)->runAction(JumpBy::create(...))
It will jump, but shadow color changed to White (during action) instead of maintaining black or predefined color of shadow.