Widget控件

var CustomTableViewCell = cc.TableViewCell.extend({     draw: function (ctx) {         this._super(ctx);     } }); var HelloWorldLayer = cc.Layer.extend({     sprite:null,     ctor:function () {      
相關文章
相關標籤/搜索