mirror of https://github.com/axmolengine/axmol.git
[js-tests] Optimization Cocosbuilder test
This commit is contained in:
parent
62fe8f0248
commit
1458e06492
|
@ -42,5 +42,9 @@ var CocosBuilderTestScene = TestScene.extend({
|
|||
}
|
||||
|
||||
cc.director.runScene(this);
|
||||
}
|
||||
},
|
||||
onMainMenuCallback: function(){
|
||||
var scene = new ExtensionsTestScene();
|
||||
scene.runThisTest();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue