0

I want to use the very same label in all my CCMenuItems. If I create the same CCLabelTTF once, then I can't add it to more than one CCMenuItem because it will give runtime error about label already added. But creating the same label many times also not effective, if the label is same. How to optimally solve this problem?

4

1 回答 1

1

您不能多次使用同一个标签,标签不仅是您所看到的,例如它还包含一个位置,因此您不能将同一个项目放置在 2 个不同的点。

创建一个以上有什么问题?如果您有很多经常更改文本的 ttf 标签,您可以考虑使用位图字体。它们渲染得更快

于 2013-05-01T10:51:08.593 回答