Commit 3530fd41 authored by limingzhe's avatar limingzhe

fix: debug

parent 93adc4aa
No preview for this file type
......@@ -34,6 +34,8 @@ cc.Class({
},
intervalIdArray: [],
ctor() {
this._imageResList = [];
this._audioResList = [];
......@@ -58,9 +60,9 @@ cc.Class({
this.showKnockKnock();
this.showFish();
setInterval(() => {
this.intervalIdArray.push(setInterval(() => {
this.showFish();
}, 9000);
}, 9000));
},
getData(func) {
......@@ -263,7 +265,7 @@ cc.Class({
},
createBubbles() {
setInterval(() => {
this.intervalIdArray.push(setInterval(() => {
if (Math.random() < 0.6) {
return;
}
......@@ -287,20 +289,20 @@ cc.Class({
.union()
.repeatForever()
.start();
}, 900);
}, 900));
},
showKnockKnock() {
const nodeKnockMask = cc.find('Canvas/NodeBg/NodeKnockMask');
const heightList = [40, 80, 200, 200, 0];
let idx = 0;
setInterval(() => {
this.intervalIdArray.push(setInterval(() => {
if (idx >= heightList.length) {
idx = 0;
}
nodeKnockMask.height = heightList[idx];
idx++;
}, 500);
}, 500));
},
hideKnockKnock() {
......@@ -345,7 +347,14 @@ cc.Class({
playEffect(name, loop, volume) {
let musicComponent = cc.find('Canvas/MusicNode').getComponent('Z_04_syys_MusicNode');
musicComponent.playEffect(name, loop, volume);
}
},
onDestroy() {
this.intervalIdArray.forEach(intervalId => {
clearInterval(intervalId);
});
this.intervalIdArray = [];
},
// update (dt) {},
});
......
{
"9836134e-b892-4283-b6b2-78b5acf3ed45": {
"asset": 1617772640000,
"meta": 1756366968472,
"meta": 1756792438110,
"relativePath": "effects"
},
"430eccbf-bf2c-4e6e-8c0c-884bbb487f32": {
"asset": 1617772640000,
"meta": 1756366968517,
"meta": 1756792438149,
"relativePath": "effects/__builtin-editor-gizmo-line.effect"
},
"6c5cf6e1-b044-4eac-9431-835644d57381": {
"asset": 1617772640000,
"meta": 1756366968531,
"meta": 1756792438164,
"relativePath": "effects/__builtin-editor-gizmo-unlit.effect"
},
"115286d1-2e10-49ee-aab4-341583f607e8": {
"asset": 1617772640000,
"meta": 1756366968571,
"meta": 1756792438217,
"relativePath": "effects/__builtin-editor-gizmo.effect"
},
"abc2cb62-7852-4525-a90d-d474487b88f2": {
"asset": 1617772640000,
"meta": 1756366968690,
"meta": 1756792438352,
"relativePath": "effects/builtin-phong.effect"
},
"e2f00085-c597-422d-9759-52c360279106": {
"asset": 1617772640000,
"meta": 1756366968752,
"meta": 1756792438407,
"relativePath": "effects/builtin-toon.effect"
},
"f8e6b000-5643-4b86-9080-aa680ce1f599": {
"asset": 1617772640000,
"meta": 1756366968753,
"meta": 1756792438410,
"relativePath": "image"
},
"71561142-4c83-4933-afca-cb7a17f67053": {
"asset": 1617772640000,
"meta": 1756366968764,
"meta": 1756792438421,
"relativePath": "image/default_btn_disabled.png"
},
"e851e89b-faa2-4484-bea6-5c01dd9f06e2": {
"asset": 1617772640000,
"meta": 1756366968766,
"meta": 1756792438422,
"relativePath": "image/default_btn_normal.png"
},
"b43ff3c2-02bb-4874-81f7-f2dea6970f18": {
"asset": 1617772640000,
"meta": 1756366968771,
"meta": 1756792438428,
"relativePath": "image/default_btn_pressed.png"
},
"edd215b9-2796-4a05-aaf5-81f96c9281ce": {
"asset": 1617772640000,
"meta": 1756366968772,
"meta": 1756792438427,
"relativePath": "image/default_editbox_bg.png"
},
"99170b0b-d210-46f1-b213-7d9e3f23098a": {
"asset": 1617772640000,
"meta": 1756366968778,
"meta": 1756792438434,
"relativePath": "image/default_progressbar_bg.png"
},
"d81ec8ad-247c-4e62-aa3c-d35c4193c7af": {
"asset": 1617772640000,
"meta": 1756366968778,
"meta": 1756792438434,
"relativePath": "image/default_panel.png"
},
"cfef78f1-c8df-49b7-8ed0-4c953ace2621": {
"asset": 1617772640000,
"meta": 1756366968783,
"meta": 1756792438439,
"relativePath": "image/default_progressbar.png"
},
"567dcd80-8bf4-4535-8a5a-313f1caf078a": {
"asset": 1617772640000,
"meta": 1756366968784,
"meta": 1756792438439,
"relativePath": "image/default_radio_button_off.png"
},
"4bab67cb-18e6-4099-b840-355f0473f890": {
"asset": 1617772640000,
"meta": 1756366968788,
"meta": 1756792438445,
"relativePath": "image/default_scrollbar_bg.png"
},
"9d60001f-b5f4-4726-a629-2659e3ded0b8": {
"asset": 1617772640000,
"meta": 1756366968789,
"meta": 1756792438446,
"relativePath": "image/default_radio_button_on.png"
},
"d6d3ca85-4681-47c1-b5dd-d036a9d39ea2": {
"asset": 1617772640000,
"meta": 1756366968794,
"meta": 1756792438451,
"relativePath": "image/default_scrollbar_vertical.png"
},
"617323dd-11f4-4dd3-8eec-0caf6b3b45b9": {
"asset": 1617772640000,
"meta": 1756366968794,
"meta": 1756792438450,
"relativePath": "image/default_scrollbar_vertical_bg.png"
},
"0275e94c-56a7-410f-bd1a-fc7483f7d14a": {
"asset": 1617772640000,
"meta": 1756366968798,
"meta": 1756792438454,
"relativePath": "image/default_sprite_splash.png"
},
"0291c134-b3da-4098-b7b5-e397edbe947f": {
"asset": 1617772640000,
"meta": 1756366968798,
"meta": 1756792438455,
"relativePath": "image/default_scrollbar.png"
},
"6e056173-d285-473c-b206-40a7fff5386e": {
"asset": 1617772640000,
"meta": 1756366968803,
"meta": 1756792438459,
"relativePath": "image/default_sprite.png"
},
"73a0903d-d80e-4e3c-aa67-f999543c08f5": {
"asset": 1617772640000,
"meta": 1756366968803,
"meta": 1756792438459,
"relativePath": "image/default_toggle_checkmark.png"
},
"d29077ba-1627-4a72-9579-7b56a235340c": {
"asset": 1617772640000,
"meta": 1756366968807,
"meta": 1756792438463,
"relativePath": "image/default_toggle_normal.png"
},
"c25b9d50-c8fc-4d27-beeb-6e7c1f2e5c0f": {
"asset": 1617772640000,
"meta": 1756366968808,
"meta": 1756792438463,
"relativePath": "image/default_toggle_disabled.png"
},
"b181c1e4-0a72-4a91-bfb0-ae6f36ca60bd": {
"asset": 1617772640000,
"meta": 1756366968811,
"meta": 1756792438467,
"relativePath": "image/default_toggle_pressed.png"
},
"5c3eedba-6c41-4c0c-9ba7-d91f813cbd1c": {
"asset": 1617772640000,
"meta": 1756366968811,
"meta": 1756792438467,
"relativePath": "materials"
},
"c4480a0a-6ac5-443f-8b40-361a14257fc8": {
"asset": 1617772640000,
"meta": 1756366969133,
"meta": 1756792438772,
"relativePath": "materials/builtin-phong.mtl"
},
"fc09f9bd-2cce-4605-b630-8145ef809ed6": {
"asset": 1617772640000,
"meta": 1756366968814,
"meta": 1756792438469,
"relativePath": "misc"
},
"2be36297-9abb-4fee-8049-9ed5e271da8a": {
"asset": 1617772640000,
"meta": 1756366968816,
"meta": 1756792438471,
"relativePath": "misc/default_video.mp4"
},
"db019bf7-f71c-4111-98cf-918ea180cb48": {
"asset": 1617772640000,
"meta": 1756366968816,
"meta": 1756792438471,
"relativePath": "model"
},
"e39e96e6-6f6e-413f-bcf1-ac7679bb648a": {
"asset": 1617772640000,
"meta": 1756366968817,
"meta": 1756792438472,
"relativePath": "model/prefab"
},
"a87cc147-01b2-43f8-8e42-a7ca90b0c757": {
"asset": 1617772640000,
"meta": 1756366968818,
"meta": 1756792438473,
"relativePath": "model/prefab/box.prefab"
},
"600301aa-3357-4a10-b086-84f011fa32ba": {
"asset": 1617772640000,
"meta": 1756366968819,
"meta": 1756792438474,
"relativePath": "image/default-particle.png"
},
"fe1417b6-fe6b-46a4-ae7c-9fd331f33a2a": {
"asset": 1617772640000,
"meta": 1756366968820,
"meta": 1756792438473,
"relativePath": "model/prefab/capsule.prefab"
},
"b5fc2cf2-7942-483d-be1f-bbeadc4714ad": {
"asset": 1617772640000,
"meta": 1756366968821,
"meta": 1756792438475,
"relativePath": "model/prefab/cone.prefab"
},
"1c5e4038-953a-44c2-b620-0bbfc6170477": {
"asset": 1617772640000,
"meta": 1756366968822,
"meta": 1756792438477,
"relativePath": "model/prefab/cylinder.prefab"
},
"3f376125-a699-40ca-ad05-04d662eaa1f2": {
"asset": 1617772640000,
"meta": 1756366968822,
"meta": 1756792438477,
"relativePath": "model/prefab/plane.prefab"
},
"6c9ef10d-b479-420b-bfe6-39cdda6a8ae0": {
"asset": 1617772640000,
"meta": 1756366968823,
"meta": 1756792438478,
"relativePath": "model/prefab/quad.prefab"
},
"2d9a4b85-b0ab-4c46-84c5-18f393ab2058": {
"asset": 1617772640000,
"meta": 1756366968824,
"meta": 1756792438479,
"relativePath": "model/prefab/sphere.prefab"
},
"de510076-056b-484f-b94c-83bef217d0e1": {
"asset": 1617772640000,
"meta": 1756366968850,
"meta": 1756792438508,
"relativePath": "model/prefab/torus.prefab"
},
"f6e6dd15-71d1-4ffe-ace7-24fd39942c05": {
"asset": 1617772640000,
"meta": 1756366968851,
"meta": 1756792438509,
"relativePath": "obsolete"
},
"8a96b965-2dc0-4e03-aa90-3b79cb93b5b4": {
"asset": 1617772640000,
"meta": 1756366968858,
"meta": 1756792438516,
"relativePath": "obsolete/atom.png"
},
"f743d2b6-b7ea-4c14-a55b-547ed4d0a045": {
"asset": 1617772640000,
"meta": 1756366968858,
"meta": 1756792438517,
"relativePath": "particle"
},
"b8223619-7e38-47c4-841f-9160c232495a": {
"asset": 1617772640000,
"meta": 1756366969144,
"meta": 1756792438784,
"relativePath": "obsolete/atom.plist"
},
"d0a82d39-bede-46c4-b698-c81ff0dedfff": {
"asset": 1617772640000,
"meta": 1756366968863,
"meta": 1756792438521,
"relativePath": "particle/atom.png"
},
"ae6c6c98-11e4-452f-8758-75f5c6a56e83": {
"asset": 1617772640000,
"meta": 1756366968864,
"meta": 1756792438521,
"relativePath": "prefab"
},
"897ef7a1-4860-4f64-968d-f5924b18668a": {
"asset": 1617772640000,
"meta": 1756366968865,
"meta": 1756792438523,
"relativePath": "prefab/2d-camera.prefab"
},
"b2687ac4-099e-403c-a192-ff477686f4f5": {
"asset": 1617772640000,
"meta": 1756366969146,
"meta": 1756792438785,
"relativePath": "particle/atom.plist"
},
"70d7cdb0-04cd-41bb-9480-c06a4785f386": {
"asset": 1617772640000,
"meta": 1756366968866,
"meta": 1756792438523,
"relativePath": "prefab/3d-camera.prefab"
},
"70bbeb73-6dc2-4ee4-8faf-76b3a0e34ec4": {
"asset": 1617772640000,
"meta": 1756366968868,
"meta": 1756792438525,
"relativePath": "prefab/3d-particle.prefab"
},
"ed88f13d-fcad-4848-aa35-65a2cb973584": {
"asset": 1617772640000,
"meta": 1756366968871,
"meta": 1756792438526,
"relativePath": "prefab/3d-stage.prefab"
},
"972b9a4d-47ee-4c74-b5c3-61d8a69bc29f": {
"asset": 1617772640000,
"meta": 1756366968872,
"meta": 1756792438527,
"relativePath": "prefab/button.prefab"
},
"2c937608-2562-40ea-b264-7395df6f0cea": {
"asset": 1617772640000,
"meta": 1756366968873,
"meta": 1756792438528,
"relativePath": "prefab/canvas.prefab"
},
"61aeb05b-3b32-452b-8eed-2b76deeed554": {
"asset": 1617772640000,
"meta": 1756366968874,
"meta": 1756792438528,
"relativePath": "prefab/editbox.prefab"
},
"27756ebb-3d33-44b0-9b96-e858fadd4dd4": {
"asset": 1617772640000,
"meta": 1756366968875,
"meta": 1756792438529,
"relativePath": "prefab/label.prefab"
},
"785a442c-3ceb-45be-a46e-7317f625f3b9": {
"asset": 1617772640000,
"meta": 1756366968876,
"meta": 1756792438530,
"relativePath": "prefab/layout.prefab"
},
"a3ee0214-b432-4865-9666-4a3211814282": {
"asset": 1617772640000,
"meta": 1756366968876,
"meta": 1756792438530,
"relativePath": "prefab/light"
},
"61906da3-7003-4bda-9abc-5769c76faee4": {
"asset": 1617772640000,
"meta": 1756366968877,
"meta": 1756792438531,
"relativePath": "prefab/light/ambient.prefab"
},
"ddb99b39-7004-47cd-9705-751905c43c46": {
"asset": 1617772640000,
"meta": 1756366968878,
"meta": 1756792438532,
"relativePath": "prefab/light/directional.prefab"
},
"0cf30284-9073-46bc-9eba-e62b69dbbff3": {
"asset": 1617772640000,
"meta": 1756366968879,
"meta": 1756792438532,
"relativePath": "prefab/light/point.prefab"
},
"f5331fd2-bf42-4ee3-a3fd-3e1657600eff": {
"asset": 1617772640000,
"meta": 1756366968879,
"meta": 1756792438533,
"relativePath": "prefab/light/spot.prefab"
},
"ca8401fe-ad6e-41a8-bd46-8e3e4e9945be": {
"asset": 1617772640000,
"meta": 1756366968880,
"meta": 1756792438534,
"relativePath": "prefab/pageview.prefab"
},
"cd33edea-55f5-46c2-958d-357a01384a36": {
"asset": 1617772640000,
"meta": 1756366968881,
"meta": 1756792438535,
"relativePath": "prefab/particlesystem.prefab"
},
"5965ffac-69da-4b55-bcde-9225d0613c28": {
"asset": 1617772640000,
"meta": 1756366968882,
"meta": 1756792438536,
"relativePath": "prefab/progressBar.prefab"
},
"4a37dd57-78cd-4cec-aad4-f11a73d12b63": {
"asset": 1617772640000,
"meta": 1756366968883,
"meta": 1756792438536,
"relativePath": "prefab/richtext.prefab"
},
"32044bd2-481f-4cf1-a656-e2b2fb1594eb": {
"asset": 1617772640000,
"meta": 1756366968884,
"meta": 1756792438537,
"relativePath": "prefab/scrollview.prefab"
},
"0004d1cf-a0ad-47d8-ab17-34d3db9d35a3": {
"asset": 1617772640000,
"meta": 1756366968885,
"meta": 1756792438538,
"relativePath": "prefab/slider.prefab"
},
"1f55e3be-b89b-4b79-88de-47fd31018044": {
"asset": 1617772640000,
"meta": 1756366968886,
"meta": 1756792438539,
"relativePath": "prefab/sprite_splash.prefab"
},
"96083d03-c332-4a3f-9386-d03e2d19e8ee": {
"asset": 1617772640000,
"meta": 1756366968887,
"meta": 1756792438539,
"relativePath": "prefab/sprite.prefab"
},
"7de03a80-4457-438d-95a7-3e7cdffd6086": {
"asset": 1617772640000,
"meta": 1756366968887,
"meta": 1756792438540,
"relativePath": "prefab/tiledmap.prefab"
},
"0e42ba95-1fa1-46aa-b2cf-143cd1bcee2c": {
"asset": 1617772640000,
"meta": 1756366968888,
"meta": 1756792438541,
"relativePath": "prefab/tiledtile.prefab"
},
"0d784963-d024-4ea6-a7db-03be0ad63010": {
"asset": 1617772640000,
"meta": 1756366968889,
"meta": 1756792438541,
"relativePath": "prefab/toggle.prefab"
},
"bf0a434c-84dd-4a8e-a08a-7a36f180cc75": {
"asset": 1617772640000,
"meta": 1756366968892,
"meta": 1756792438544,
"relativePath": "prefab/toggleContainer.prefab"
},
"d1b8be49-b0a0-435c-83b7-552bed4bbe35": {
"asset": 1617772640000,
"meta": 1756366968893,
"meta": 1756792438546,
"relativePath": "prefab/toggleGroup.prefab"
},
"232d2782-c4bd-4bb4-9e01-909f03d6d3b9": {
"asset": 1617772640000,
"meta": 1756366968894,
"meta": 1756792438546,
"relativePath": "prefab/videoplayer.prefab"
},
"8c5001fd-07ee-4a4b-a8a0-63e15195e94d": {
"asset": 1617772640000,
"meta": 1756366968895,
"meta": 1756792438547,
"relativePath": "prefab/webview.prefab"
},
"d8afc78c-4eac-4a9f-83dd-67bc70344d33": {
"asset": 1617772640000,
"meta": 1756366968895,
"meta": 1756792438548,
"relativePath": "resources"
},
"294c1663-4adf-4a1e-a795-53808011a38a": {
"asset": 1617772640000,
"meta": 1756366968896,
"meta": 1756792438548,
"relativePath": "resources/effects"
},
"30682f87-9f0d-4f17-8a44-72863791461b": {
"asset": 1617772640000,
"meta": 1756366968909,
"meta": 1756792438558,
"relativePath": "resources/effects/builtin-2d-graphics.effect"
},
"144c3297-af63-49e8-b8ef-1cfa29b3be28": {
"asset": 1617772640000,
"meta": 1756366968916,
"meta": 1756792438568,
"relativePath": "resources/effects/builtin-2d-gray-sprite.effect"
},
"f18742d7-56d2-4eb5-ae49-2d9d710b37c8": {
"asset": 1617772640000,
"meta": 1756366968928,
"meta": 1756792438583,
"relativePath": "resources/effects/builtin-2d-label.effect"
},
"0e93aeaa-0b53-4e40-b8e0-6268b4e07bd7": {
"asset": 1617772640000,
"meta": 1756366968937,
"meta": 1756792438593,
"relativePath": "resources/effects/builtin-2d-spine.effect"
},
"2874f8dd-416c-4440-81b7-555975426e93": {
"asset": 1617772640000,
"meta": 1756366968950,
"meta": 1756792438605,
"relativePath": "resources/effects/builtin-2d-sprite.effect"
},
"829a282c-b049-4019-bd38-5ace8d8a6417": {
"asset": 1617772640000,
"meta": 1756366969036,
"meta": 1756792438685,
"relativePath": "resources/effects/builtin-3d-particle.effect"
},
"2a7c0036-e0b3-4fe1-8998-89a54b8a2bec": {
"asset": 1617772640000,
"meta": 1756366969055,
"meta": 1756792438703,
"relativePath": "resources/effects/builtin-3d-trail.effect"
},
"c0040c95-c57f-49cd-9cbc-12316b73d0d4": {
"asset": 1617772640000,
"meta": 1756366969070,
"meta": 1756792438710,
"relativePath": "resources/effects/builtin-clear-stencil.effect"
},
"6d91e591-4ce0-465c-809f-610ec95019c6": {
"asset": 1617772640000,
"meta": 1756366969082,
"meta": 1756792438731,
"relativePath": "resources/effects/builtin-unlit.effect"
},
"bbee2217-c261-49bd-a8ce-708d6bcc3500": {
"asset": 1617772640000,
"meta": 1756366969083,
"meta": 1756792438733,
"relativePath": "resources/materials"
},
"6f801092-0c37-4f30-89ef-c8d960825b36": {
"asset": 1617772640000,
"meta": 1756366969155,
"meta": 1756792438790,
"relativePath": "resources/materials/builtin-2d-base.mtl"
},
"a153945d-2511-4c14-be7b-05d242f47d57": {
"asset": 1617772640000,
"meta": 1756366969155,
"meta": 1756792438791,
"relativePath": "resources/materials/builtin-2d-graphics.mtl"
},
"3a7bb79f-32fd-422e-ada2-96f518fed422": {
"asset": 1617772640000,
"meta": 1756366969155,
"meta": 1756792438791,
"relativePath": "resources/materials/builtin-2d-gray-sprite.mtl"
},
"e02d87d4-e599-4d16-8001-e14891ac6506": {
"asset": 1617772640000,
"meta": 1756366969155,
"meta": 1756792438791,
"relativePath": "resources/materials/builtin-2d-label.mtl"
},
"7afd064b-113f-480e-b793-8817d19f63c3": {
"asset": 1617772640000,
"meta": 1756366969156,
"meta": 1756792438791,
"relativePath": "resources/materials/builtin-2d-spine.mtl"
},
"eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432": {
"asset": 1617772640000,
"meta": 1756366969156,
"meta": 1756792438792,
"relativePath": "resources/materials/builtin-2d-sprite.mtl"
},
"432fa09c-cf03-4cff-a186-982604408a07": {
"asset": 1617772640000,
"meta": 1756366969156,
"meta": 1756792438792,
"relativePath": "resources/materials/builtin-3d-particle.mtl"
},
"466d4f9b-e5f4-4ea8-85d5-3c6e9a65658a": {
"asset": 1617772640000,
"meta": 1756366969156,
"meta": 1756792438792,
"relativePath": "resources/materials/builtin-3d-trail.mtl"
},
"cf7e0bb8-a81c-44a9-ad79-d28d43991032": {
"asset": 1617772640000,
"meta": 1756366969157,
"meta": 1756792438810,
"relativePath": "resources/materials/builtin-clear-stencil.mtl"
},
"2a296057-247c-4a1c-bbeb-0548b6c98650": {
"asset": 1617772640000,
"meta": 1756366969176,
"meta": 1756792438811,
"relativePath": "resources/materials/builtin-unlit.mtl"
},
"954fec8b-cd16-4bb9-a3b7-7719660e7558": {
"asset": 1617772640000,
"meta": 1756366971458,
"meta": 1756792441006,
"relativePath": "model/primitives.fbx"
},
"f304e012-e353-43f4-b1c5-e9ab80fd8d98": {
......
......@@ -13,13 +13,13 @@
"type": "dock-h",
"children": [
{
"width": 265.328125,
"width": 265,
"height": 964,
"type": "dock-v",
"children": [
{
"width": 265.328125,
"height": 456.171875,
"width": 265,
"height": 456,
"type": "panel",
"active": 0,
"children": [
......@@ -27,8 +27,8 @@
]
},
{
"width": 265.328125,
"height": 504.828125,
"width": 265,
"height": 505,
"type": "panel",
"active": 0,
"children": [
......@@ -38,18 +38,18 @@
]
},
{
"width": 996.28125,
"width": 997,
"height": 964,
"type": "dock-v",
"children": [
{
"width": 996.28125,
"height": 504.828125,
"width": 997,
"height": 505,
"type": "dock-h",
"children": [
{
"width": 649.59375,
"height": 504.828125,
"width": 650.65625,
"height": 505,
"type": "panel",
"active": 0,
"children": [
......@@ -57,8 +57,8 @@
]
},
{
"width": 343.671875,
"height": 504.828125,
"width": 343.34375,
"height": 505,
"type": "panel",
"active": 0,
"children": [
......@@ -68,8 +68,8 @@
]
},
{
"width": 996.28125,
"height": 456.171875,
"width": 997,
"height": 456,
"type": "panel",
"active": 0,
"children": [
......@@ -81,7 +81,7 @@
]
},
{
"width": 395.390625,
"width": 395,
"height": 964,
"type": "panel",
"active": 0,
......@@ -103,7 +103,8 @@
"inspector",
"cocos-services"
]
}
},
"worker": {}
},
"panels": {},
"panelLabelWidth": {}
......
{"version":"1.0.8","stats":{"/Users/limingzhe/Documents/workspace/pro_hw/Z_04_syys/temp/quick-scripts/src/__qc_index__.js":"2025-08-28T08:40:24.341Z","/Users/limingzhe/Documents/workspace/pro_hw/Z_04_syys/temp/quick-scripts/src/assets/Z_04_syys/scene/Z_04_syys.js":"2025-08-28T08:40:24.330Z","/Users/limingzhe/Documents/workspace/pro_hw/Z_04_syys/temp/quick-scripts/src/assets/Z_04_syys/script/Z_04_syys_defaultData.js":"2025-08-28T08:40:24.331Z","/Users/limingzhe/Documents/workspace/pro_hw/Z_04_syys/temp/quick-scripts/src/assets/Z_04_syys/prefabs/Z_04_syys_NodeFish.js":"2025-08-28T08:40:24.331Z","/Users/limingzhe/Documents/workspace/pro_hw/Z_04_syys/temp/quick-scripts/src/assets/Z_04_syys/script/Z_04_syys_MusicNode.js":"2025-08-28T08:40:24.330Z","/Users/limingzhe/Documents/workspace/pro_hw/Z_04_syys/temp/quick-scripts/src/assets/Z_04_syys/script/Z_04_syys_utils.js":"2025-08-28T08:40:24.331Z"}}
{"version":"1.0.8","stats":{"/Users/limingzhe/Documents/workspace/pro_hw/Z_04_syys/temp/quick-scripts/src/__qc_index__.js":"2025-09-02T05:54:01.182Z","/Users/limingzhe/Documents/workspace/pro_hw/Z_04_syys/temp/quick-scripts/src/assets/Z_04_syys/script/Z_04_syys_defaultData.js":"2025-09-02T05:54:01.167Z","/Users/limingzhe/Documents/workspace/pro_hw/Z_04_syys/temp/quick-scripts/src/assets/Z_04_syys/script/Z_04_syys_utils.js":"2025-09-02T05:54:01.168Z","/Users/limingzhe/Documents/workspace/pro_hw/Z_04_syys/temp/quick-scripts/src/assets/Z_04_syys/scene/Z_04_syys.js":"2025-09-02T05:54:01.167Z","/Users/limingzhe/Documents/workspace/pro_hw/Z_04_syys/temp/quick-scripts/src/assets/Z_04_syys/script/Z_04_syys_MusicNode.js":"2025-09-02T05:54:01.166Z","/Users/limingzhe/Documents/workspace/pro_hw/Z_04_syys/temp/quick-scripts/src/assets/Z_04_syys/prefabs/Z_04_syys_NodeFish.js":"2025-09-02T05:54:01.169Z"}}
This source diff could not be displayed because it is too large. You can view the blob instead.
(function () {
var scripts = [{"deps":{"./assets/Z_04_syys/script/Z_04_syys_utils":5,"./assets/Z_04_syys/script/Z_04_syys_defaultData":3,"./assets/Z_04_syys/scene/Z_04_syys":1,"./assets/Z_04_syys/prefabs/Z_04_syys_NodeFish":2,"./assets/Z_04_syys/script/Z_04_syys_MusicNode":4},"path":"preview-scripts/__qc_index__.js"},{"deps":{"../script/Z_04_syys_defaultData":3,"../script/Z_04_syys_utils":5},"path":"preview-scripts/assets/Z_04_syys/scene/Z_04_syys.js"},{"deps":{"../script/Z_04_syys_utils":5},"path":"preview-scripts/assets/Z_04_syys/prefabs/Z_04_syys_NodeFish.js"},{"deps":{},"path":"preview-scripts/assets/Z_04_syys/script/Z_04_syys_defaultData.js"},{"deps":{},"path":"preview-scripts/assets/Z_04_syys/script/Z_04_syys_MusicNode.js"},{"deps":{},"path":"preview-scripts/assets/Z_04_syys/script/Z_04_syys_utils.js"}];
var scripts = [{"deps":{"./assets/Z_04_syys/script/Z_04_syys_defaultData":1,"./assets/Z_04_syys/script/Z_04_syys_utils":2,"./assets/Z_04_syys/script/Z_04_syys_MusicNode":4,"./assets/Z_04_syys/scene/Z_04_syys":3,"./assets/Z_04_syys/prefabs/Z_04_syys_NodeFish":5},"path":"preview-scripts/__qc_index__.js"},{"deps":{},"path":"preview-scripts/assets/Z_04_syys/script/Z_04_syys_defaultData.js"},{"deps":{},"path":"preview-scripts/assets/Z_04_syys/script/Z_04_syys_utils.js"},{"deps":{"../script/Z_04_syys_utils":2,"../script/Z_04_syys_defaultData":1},"path":"preview-scripts/assets/Z_04_syys/scene/Z_04_syys.js"},{"deps":{},"path":"preview-scripts/assets/Z_04_syys/script/Z_04_syys_MusicNode.js"},{"deps":{"../script/Z_04_syys_utils":2},"path":"preview-scripts/assets/Z_04_syys/prefabs/Z_04_syys_NodeFish.js"}];
var entries = ["preview-scripts/__qc_index__.js"];
var bundleScript = 'preview-scripts/__qc_bundle__.js';
......
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