Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何更改 CCLabelBMFont 文本颜色。
highScoreLabel = [CCLabelBMFont labelWithString:highScore fntFile:@"markerFelt.fnt"];
使用颜色属性,例如:
highScoreLabel.color = ccc3(240, 40, 40);
这只有在原始颜色是白色的情况下才能正常工作。