摘要: ``` module.exports.assert = function (express,value,msg) { if(express==value) { cc.info("test:"+msg) } else { cc.warn("test:"+msg+" error") } }; ``` 阅读全文
posted @ 2016-06-23 14:36 yufenghou 阅读(104) 评论(0) 推荐(0)
摘要: ``` cc.Class({ extends: cc.Component, properties: { progressBar: { default:null, type:cc.ProgressBar }, }, // use this for initialization ... 阅读全文
posted @ 2016-06-23 14:12 yufenghou 阅读(187) 评论(0) 推荐(0)