ArmatureDataManager::getInstance()->addArmatureFileInfo("images/npc/role/role.ExportJson");
role.ExpotJson 里的动画比较多
ArmatureDataManager::getInstance()->addArmatureFileInfo("images/npc/role2/role2.ExportJson");
Armature* armature = Armature::create("role2"); //role2 是role2里的
addChild(armature,1);
这时显示的居然是 role 里的动画帧。
这里是不是,role还没有加载完,就开始创建动画了?