2010-11-11 6 views

Répondre

1

Je voudrais vraiment essayer et obtenir la dernière version comme vous pouvez l'imaginer 7.2 est long non soutenu je pense.

Cependant, il devrait être aussi simple que:

 //Make your text. 
     CCLabelTTF *label = [CCLabelTTF labelWithString:@"Your text!" fontName:@"Helvetica" fontSize:24]; 
     //Choose a position on the screen. 
     label.position = ccp(240, 160); 
     //Add it to the scene. 
     [self addChild:label]; 
Questions connexes