3.0 加入特效就报错,有谁帮我看看,新手
auto *pFishJoyScene = cocostudio::SceneReader::getInstance()->createNodeWithSceneFile("FishJoy2.json"); ActionInterval* waves = Waves::create(5, Size(16,12), 4, 20, true, true); pFishJoyScene->runAction(waves);