this.Button_Test.on(cc.Node.EventType.TOUCH_END, function () {
this.node.parent.active = false;
cc.log("我退出游戏")
cc.game.end()
}, this);
this.Button_Test.on(cc.Node.EventType.TOUCH_END, function () {
this.node.parent.active = false;
cc.log("我退出游戏")
cc.game.end()
}, this);
本文标题:cocos creator 2.09 退出游戏 android
本文链接:https://www.haomeiwen.com/subject/pzyynqtx.html
网友评论