var HelloWorldLayer = cc.Layer.extend({
ctor:function () {
}
)};
//场景2
var EndScene = cc.Scene.extend({
._super();
._score = args;
},
onEnter:function () {
._super();
}
});
原文链接:https://www.f2er.com/cocos2dx/341209.html