//初始化场景
auto node = SceneReader::getInstance()->createNodeWithSceneFile(“Menu/Scene_menu.json”);
if(node)
{
this->addChild(node);
}
//初始化场景
auto node = SceneReader::getInstance()->createNodeWithSceneFile(“Menu/Scene_menu.json”);
if(node)
{
this->addChild(node);
}