有没有读取和存储plist文件的方法?
我用这个
var config = cc.FileUtils.getInstance().createDictionaryWithContentsOfFile("res/SlotMachine.plist");
但是报错:
Cocos2d: JS: test.app/src/myApp.js:88:TypeError: cc.FileUtils.getInstance(…).createDictionaryWithContentsOfFile is not a function