CCLabelTTF无法打印多个值

时间:2014-02-04 06:55:47

标签: cocos2d-iphone

enter image description here

我想使用for循环打印多个值。但是缺少了一些东西。

提前感谢。

1 个答案:

答案 0 :(得分:2)

语法错误。它应该是:

label1 = [CCLabelTTF labelWithString:[NSString stringWithFormat:@"%d", i] 
                            fontName:@"Times New Roman" 
                            fontSize:40];