Commit d79e6a63 authored by MingzheLi's avatar MingzheLi

feat: 圈消失

parent 0eb69da6
......@@ -622,6 +622,7 @@ cc.Class({
// cc.audioEngine.stopAll();
// cc.audioEngine.play(node.data.audioClip, false, 0.8);
// }
this.hideCircle();
return;
}
......
......@@ -546,6 +546,7 @@ cc.Class({
// cc.audioEngine.play(node.data.audioClip, false, 0.8);
// }
this.hideCircle();
return;
}
......
"use strict";
cc._RF.push(module, 'ff0e9h++NlKOLbC+Bu/RH2+', 'bgBottom');
// mz_001/prefab/bgBottom.js
// mz_004/prefab/bgBottom.js
"use strict";
......
This diff is collapsed.
......@@ -7,8 +7,8 @@
"windowType": "dockable",
"x": 0,
"y": 23,
"width": 1680,
"height": 942,
"width": 1280,
"height": 736,
"layout": {
"children": [
{
......@@ -18,9 +18,9 @@
"children": [
"hierarchy"
],
"height": 297,
"height": 226,
"type": "panel",
"width": 306
"width": 232.796875
},
{
"active": 0,
......@@ -28,14 +28,14 @@
"assets",
"cloud-function"
],
"height": 561,
"height": 426,
"type": "panel",
"width": 306
"width": 232.796875
}
],
"height": 861,
"height": 655,
"type": "dock-v",
"width": 306
"width": 232.796875
},
{
"children": [
......@@ -46,23 +46,23 @@
"children": [
"scene"
],
"height": 590,
"height": 363,
"type": "panel",
"width": 701.984375
"width": 470.1875
},
{
"active": 0,
"children": [
"node-library"
],
"height": 590,
"height": 363,
"type": "panel",
"width": 264
}
],
"height": 590,
"height": 363,
"type": "dock-h",
"width": 969
"width": 737.203125
},
{
"active": 0,
......@@ -71,14 +71,14 @@
"timeline",
"game-window"
],
"height": 268,
"height": 266,
"type": "panel",
"width": 969
"width": 737.203125
}
],
"height": 861,
"height": 632,
"type": "dock-v",
"width": 969
"width": 737.203125
},
{
"active": 0,
......@@ -86,9 +86,9 @@
"inspector",
"cocos-services"
],
"height": 861,
"height": 632,
"type": "panel",
"width": 399
"width": 304
}
],
"type": "dock-h"
......@@ -105,7 +105,9 @@
"inspector",
"cocos-services"
]
}
},
"worker": {},
"window-1597992118423": {}
},
"panels": {
"sprite-editor": {
......@@ -119,6 +121,12 @@
"y": 110,
"width": 500,
"height": 722
},
"preferences": {
"x": 360,
"y": 95,
"width": 584,
"height": 548
}
},
"panelLabelWidth": {
......
{"version":"1.0.8","stats":{"/Users/lmz/Documents/workspace/git_project/cocos/cc_mz_004/play/temp/quick-scripts/src/__qc_index__.js":"2020-08-19T09:10:54.698Z","/Users/lmz/Documents/workspace/git_project/cocos/cc_mz_004/play/temp/quick-scripts/src/assets/mz_004/prefab/bgBottom.js":"2020-08-19T09:10:54.682Z","/Users/lmz/Documents/workspace/git_project/cocos/cc_mz_004/play/temp/quick-scripts/src/assets/mz_004/script/scene.js":"2020-08-19T09:10:54.679Z","/Users/lmz/Documents/workspace/git_project/cocos/cc_mz_004/play/temp/quick-scripts/src/assets/mz_004/script/util.js":"2020-08-19T09:10:54.681Z"}}
{"version":"1.0.8","stats":{"/Users/mingzheli/Documents/workspace/_cocos/cc_mz_004/play/temp/quick-scripts/src/__qc_index__.js":"2020-08-21T06:37:49.251Z","/Users/mingzheli/Documents/workspace/_cocos/cc_mz_004/play/temp/quick-scripts/src/assets/mz_004/script/scene.js":"2020-08-21T06:37:49.209Z","/Users/mingzheli/Documents/workspace/_cocos/cc_mz_004/play/temp/quick-scripts/src/assets/mz_004/prefab/bgBottom.js":"2020-08-21T06:37:49.213Z","/Users/mingzheli/Documents/workspace/_cocos/cc_mz_004/play/temp/quick-scripts/src/assets/mz_004/script/util.js":"2020-08-21T06:37:49.211Z"}}
This source diff could not be displayed because it is too large. You can view the blob instead.
(function () {
var scripts = [{"deps":{"./assets/mz_004/script/scene":2,"./assets/mz_004/prefab/bgBottom":1,"./assets/mz_004/script/util":3},"path":"preview-scripts/__qc_index__.js"},{"deps":{"../script/util":3},"path":"preview-scripts/assets/mz_004/prefab/bgBottom.js"},{"deps":{"./util":3},"path":"preview-scripts/assets/mz_004/script/scene.js"},{"deps":{},"path":"preview-scripts/assets/mz_004/script/util.js"}];
var scripts = [{"deps":{"./assets/mz_004/script/scene":1,"./assets/mz_004/prefab/bgBottom":2,"./assets/mz_004/script/util":3},"path":"preview-scripts/__qc_index__.js"},{"deps":{"./util":3},"path":"preview-scripts/assets/mz_004/script/scene.js"},{"deps":{"../script/util":3},"path":"preview-scripts/assets/mz_004/prefab/bgBottom.js"},{"deps":{},"path":"preview-scripts/assets/mz_004/script/util.js"}];
var entries = ["preview-scripts/__qc_index__.js"];
var bundleScript = 'preview-scripts/__qc_bundle__.js';
......
This source diff could not be displayed because it is too large. You can view the blob instead.
"use strict";
cc._RF.push(module, 'ff0e9h++NlKOLbC+Bu/RH2+', 'bgBottom');
// mz_001/prefab/bgBottom.js
// mz_004/prefab/bgBottom.js
"use strict";
......
......@@ -546,6 +546,7 @@ cc.Class({
// cc.audioEngine.play(node.data.audioClip, false, 0.8);
// }
this.hideCircle();
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment