Trying to import a json file that was exported from cocosstudio v2.3.2
var myScene = ccs.sceneReader.createNodeWithSceneFile('res/Scene.json');
Found this code in the
sample-cocos2d-js-scene-gui-master
repository. Encountering an error:
Can't find the parser : undefined
Need assistance resolving this issue.
Just getting started with javascript, any help is greatly appreciated. Thanks.