This commit is contained in:
靳国强
2021-04-09 14:43:19 +08:00
parent 7924328113
commit a8f9370ba0
131 changed files with 67901 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
cc.Class({
extends: cc.Component,
properties: {
},
onLoad: function () {
this.node.on(
cc.Node.EventType.TOUCH_END,
e => {
e.stopPropagation();
if (window.eventBus) {
window.eventBus.emit('WEB_MSG_TYPE.SELECT_NODE', e.currentTarget);
}
},
this
);
},
});

View File

@@ -0,0 +1,9 @@
{
"ver": "1.0.8",
"uuid": "280c3aec-6492-4a9d-9f51-a9b00b570b4a",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}