摘要: 如题 阅读全文
posted @ 2019-11-22 14:36 流星曳尾 阅读(138) 评论(0) 推荐(0)
摘要: let testLayer = new TestLayer1();this.addChild(testLayer);let TestLayer1 = cc.Layer.extend({ ctor:function(){ this._super(); }, onEnter: function () { 阅读全文
posted @ 2019-11-22 14:29 流星曳尾 阅读(159) 评论(0) 推荐(0)