string strJson = "role/enemy/renwu.ExportJson";
string strPng = "role/enemy/renwu0.png";
string strPlist = "role/enemy/renwu0.plist";
CCArmatureDataManager::sharedArmatureDataManager()->addArmatureFileInfo(strPng.c_str(),strPlist.c_str(),strJson.c_str());
CCArmature *armature = CCArmature::create("renwu");
armature->setPosition( ccp (500,100));
armature->getAnimation()->playWithIndex(0);
addChild(armature);
这怎么不显示……




