摘要: ``` cc.Class({ extends: cc.Component, properties: { sheepAnim: { default: null, type: cc.Animation } }, // use this for initialization on... 阅读全文
posted @ 2016-04-18 23:47 yufenghou 阅读(106) 评论(0) 推荐(0)
摘要: ``` cc.Class({ extends: cc.Component, properties: { }, // use this for initialization onLoad: function () { //console.log("dongshe") var self=this ... 阅读全文
posted @ 2016-04-18 23:34 yufenghou 阅读(154) 评论(0) 推荐(0)