CCLabelBMFont* label=CCLabelBMFont::create("llala","font/myFont.fnt"); label->setPosition(ccp(size.width,size.height)); this->addChild(label);
CCLabelBMFont* label=CCLabelBMFont::create("llala","font/myFont.fnt"); label->setPosition(ccp(size.width,size.height)); this->addChild(label);
转载于:https://www.cnblogs.com/yufenghou/p/3644587.html