diff --git a/assets/_Game/Prefabs/Gacha/Flip_Card.prefab b/assets/_Game/Prefabs/Gacha/Flip_Card.prefab index b2c8e09..9af7f71 100644 --- a/assets/_Game/Prefabs/Gacha/Flip_Card.prefab +++ b/assets/_Game/Prefabs/Gacha/Flip_Card.prefab @@ -932,6 +932,8 @@ "__id__": 0 }, "fileId": "42MH7u9olEzbD3eARpEEGO", + "instance": null, + "targetOverrides": null, "nestedPrefabInstanceRoots": null }, { @@ -1011,6 +1013,18 @@ "__id__": 28 } ], + "showSfx": { + "__uuid__": "239a95de-d63b-48eb-be24-28ebec455f99", + "__expectedType__": "cc.AudioClip" + }, + "selectCardSfx": { + "__uuid__": "2b5160a6-db5c-4925-9cb9-620c46695762", + "__expectedType__": "cc.AudioClip" + }, + "openCardSfx": { + "__uuid__": "23a142a8-835d-4f43-8c3a-acbfadc56c23", + "__expectedType__": "cc.AudioClip" + }, "_id": "" }, { @@ -1026,7 +1040,6 @@ "__id__": 0 }, "fileId": "244TXoUqdKA4qqvhPODAbd", - "instance": null, - "targetOverrides": null + "targetOverrides": [] } ] \ No newline at end of file diff --git a/assets/_Game/Prefabs/Gacha/Lucky_Chest.prefab b/assets/_Game/Prefabs/Gacha/Lucky_Chest.prefab index 1905fea..6e6554d 100644 --- a/assets/_Game/Prefabs/Gacha/Lucky_Chest.prefab +++ b/assets/_Game/Prefabs/Gacha/Lucky_Chest.prefab @@ -1025,6 +1025,10 @@ "rewardLabel": { "__id__": 23 }, + "openSound": { + "__uuid__": "37e56b7e-d9f1-46d7-8df3-21766bd1c253", + "__expectedType__": "cc.AudioClip" + }, "_id": "" }, { diff --git a/assets/_Game/Prefabs/Gacha/Lucky_Wheel.prefab b/assets/_Game/Prefabs/Gacha/Lucky_Wheel.prefab index d41cc4c..225fc78 100644 --- a/assets/_Game/Prefabs/Gacha/Lucky_Wheel.prefab +++ b/assets/_Game/Prefabs/Gacha/Lucky_Wheel.prefab @@ -3159,6 +3159,22 @@ }, "wheelBoneName": "wheel", "speed": 3, + "showSfx": { + "__uuid__": "d03f0c89-dd68-4d13-af73-918b39cf7953", + "__expectedType__": "cc.AudioClip" + }, + "btnSfx": { + "__uuid__": "4d36d11c-3612-4f53-a3fd-d3b55b73422c", + "__expectedType__": "cc.AudioClip" + }, + "spinSfx": { + "__uuid__": "d0d5f5b7-dd0a-46cc-8957-9270fece9d32", + "__expectedType__": "cc.AudioClip" + }, + "stopSfx": { + "__uuid__": "f0506909-3673-4420-99d8-c2e45c9b72a7", + "__expectedType__": "cc.AudioClip" + }, "spinCurve": { "__id__": 144 }, @@ -3324,7 +3340,6 @@ "__id__": 0 }, "fileId": "b0CgrEZDdPP6qjRGc5LHCx", - "instance": null, - "targetOverrides": null + "targetOverrides": [] } ] \ No newline at end of file diff --git a/assets/_Game/Prefabs/Themes/Farm/Gacha/Farm_Lucky_Chest.prefab b/assets/_Game/Prefabs/Themes/Farm/Gacha/Farm_Lucky_Chest.prefab index f89522e..df02af0 100644 --- a/assets/_Game/Prefabs/Themes/Farm/Gacha/Farm_Lucky_Chest.prefab +++ b/assets/_Game/Prefabs/Themes/Farm/Gacha/Farm_Lucky_Chest.prefab @@ -1025,6 +1025,10 @@ "rewardLabel": { "__id__": 23 }, + "openSound": { + "__uuid__": "37e56b7e-d9f1-46d7-8df3-21766bd1c253", + "__expectedType__": "cc.AudioClip" + }, "_id": "" }, { diff --git a/assets/_Game/Prefabs/Themes/Vital Garden/Gacha/Vital_Graden_Flip_Card.prefab b/assets/_Game/Prefabs/Themes/Vital Garden/Gacha/Vital_Graden_Flip_Card.prefab index ee5c23e..362e046 100644 --- a/assets/_Game/Prefabs/Themes/Vital Garden/Gacha/Vital_Graden_Flip_Card.prefab +++ b/assets/_Game/Prefabs/Themes/Vital Garden/Gacha/Vital_Graden_Flip_Card.prefab @@ -1013,6 +1013,18 @@ "__id__": 28 } ], + "showSfx": { + "__uuid__": "239a95de-d63b-48eb-be24-28ebec455f99", + "__expectedType__": "cc.AudioClip" + }, + "selectCardSfx": { + "__uuid__": "2b5160a6-db5c-4925-9cb9-620c46695762", + "__expectedType__": "cc.AudioClip" + }, + "openCardSfx": { + "__uuid__": "23a142a8-835d-4f43-8c3a-acbfadc56c23", + "__expectedType__": "cc.AudioClip" + }, "_id": "" }, { @@ -1028,7 +1040,6 @@ "__id__": 0 }, "fileId": "244TXoUqdKA4qqvhPODAbd", - "instance": null, - "targetOverrides": null + "targetOverrides": [] } ] \ No newline at end of file diff --git a/assets/_Game/Prefabs/Themes/Vital Garden/Gacha/Vital_Graden_Lucky_Chain.prefab b/assets/_Game/Prefabs/Themes/Vital Garden/Gacha/Vital_Graden_Lucky_Chain.prefab index 80e6c1d..6a92904 100644 --- a/assets/_Game/Prefabs/Themes/Vital Garden/Gacha/Vital_Graden_Lucky_Chain.prefab +++ b/assets/_Game/Prefabs/Themes/Vital Garden/Gacha/Vital_Graden_Lucky_Chain.prefab @@ -3525,6 +3525,7 @@ "__id__": 129 } ], + "sprites": [], "cardSlotPath": [ 4, 5, @@ -3561,7 +3562,6 @@ "__id__": 0 }, "fileId": "ec0xxH/etG0KDLbW0fRRht", - "instance": null, "targetOverrides": null } ] \ No newline at end of file diff --git a/assets/_Game/Prefabs/Themes/Vital Garden/Gacha/Vital_Graden_Lucky_Chest.prefab b/assets/_Game/Prefabs/Themes/Vital Garden/Gacha/Vital_Graden_Lucky_Chest.prefab index 5fca39a..f8d1323 100644 --- a/assets/_Game/Prefabs/Themes/Vital Garden/Gacha/Vital_Graden_Lucky_Chest.prefab +++ b/assets/_Game/Prefabs/Themes/Vital Garden/Gacha/Vital_Graden_Lucky_Chest.prefab @@ -545,6 +545,8 @@ "__id__": 0 }, "fileId": "01q2I1EmNPXr4APxBvWUXg", + "instance": null, + "targetOverrides": null, "nestedPrefabInstanceRoots": null }, { @@ -1023,6 +1025,10 @@ "rewardLabel": { "__id__": 23 }, + "openSound": { + "__uuid__": "37e56b7e-d9f1-46d7-8df3-21766bd1c253", + "__expectedType__": "cc.AudioClip" + }, "_id": "" }, { @@ -1038,7 +1044,6 @@ "__id__": 0 }, "fileId": "d8nEtFnupHxp1DyuqkemXx", - "instance": null, - "targetOverrides": null + "targetOverrides": [] } ] \ No newline at end of file diff --git a/assets/_Game/Prefabs/Themes/Vital Garden/Gacha/Vital_Graden_Lucky_Wheel.prefab b/assets/_Game/Prefabs/Themes/Vital Garden/Gacha/Vital_Graden_Lucky_Wheel.prefab index fe3a346..975af44 100644 --- a/assets/_Game/Prefabs/Themes/Vital Garden/Gacha/Vital_Graden_Lucky_Wheel.prefab +++ b/assets/_Game/Prefabs/Themes/Vital Garden/Gacha/Vital_Graden_Lucky_Wheel.prefab @@ -3159,6 +3159,22 @@ }, "wheelBoneName": "wheel", "speed": 3, + "showSfx": { + "__uuid__": "d03f0c89-dd68-4d13-af73-918b39cf7953", + "__expectedType__": "cc.AudioClip" + }, + "btnSfx": { + "__uuid__": "4d36d11c-3612-4f53-a3fd-d3b55b73422c", + "__expectedType__": "cc.AudioClip" + }, + "spinSfx": { + "__uuid__": "d0d5f5b7-dd0a-46cc-8957-9270fece9d32", + "__expectedType__": "cc.AudioClip" + }, + "stopSfx": { + "__uuid__": "f0506909-3673-4420-99d8-c2e45c9b72a7", + "__expectedType__": "cc.AudioClip" + }, "spinCurve": { "__id__": 144 }, @@ -3324,7 +3340,6 @@ "__id__": 0 }, "fileId": "b0CgrEZDdPP6qjRGc5LHCx", - "instance": null, - "targetOverrides": null + "targetOverrides": [] } ] \ No newline at end of file diff --git a/assets/_Game/Scenes/Chocolate-theme.scene b/assets/_Game/Scenes/Chocolate-theme.scene index b64b72b..0a4f41a 100644 --- a/assets/_Game/Scenes/Chocolate-theme.scene +++ b/assets/_Game/Scenes/Chocolate-theme.scene @@ -10994,6 +10994,18 @@ "countDownLabel": { "__id__": 425 }, + "collectSfx": { + "__uuid__": "65a4db41-8617-4b1e-a465-e9aea50f5029", + "__expectedType__": "cc.AudioClip" + }, + "countDownSfx": { + "__uuid__": "b03a6bbd-031f-451c-8a2c-cb6e6ec15464", + "__expectedType__": "cc.AudioClip" + }, + "readySfx": { + "__uuid__": "2e5f5592-b662-4477-b4f0-e4d22682d0d8", + "__expectedType__": "cc.AudioClip" + }, "gachas": [ { "__id__": 430 @@ -18020,6 +18032,20 @@ "_timeIcon": { "__id__": 621 }, + "normalColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "warnColor": { + "__type__": "cc.Color", + "r": 255, + "g": 0, + "b": 0, + "a": 255 + }, "_countDownSound": { "__uuid__": "c96f7bd8-69d7-4810-a6d4-3cfa61766b2c", "__expectedType__": "cc.AudioClip" diff --git a/assets/_Game/Scenes/City-theme.scene b/assets/_Game/Scenes/City-theme.scene index eaafd07..3de26c2 100644 --- a/assets/_Game/Scenes/City-theme.scene +++ b/assets/_Game/Scenes/City-theme.scene @@ -9858,7 +9858,7 @@ "instance": { "__id__": 381 }, - "targetOverrides": null, + "targetOverrides": [], "nestedPrefabInstanceRoots": null }, { @@ -10191,7 +10191,7 @@ "instance": { "__id__": 405 }, - "targetOverrides": null, + "targetOverrides": [], "nestedPrefabInstanceRoots": null }, { @@ -10490,6 +10490,18 @@ "countDownLabel": { "__id__": 413 }, + "collectSfx": { + "__uuid__": "65a4db41-8617-4b1e-a465-e9aea50f5029", + "__expectedType__": "cc.AudioClip" + }, + "countDownSfx": { + "__uuid__": "b03a6bbd-031f-451c-8a2c-cb6e6ec15464", + "__expectedType__": "cc.AudioClip" + }, + "readySfx": { + "__uuid__": "2e5f5592-b662-4477-b4f0-e4d22682d0d8", + "__expectedType__": "cc.AudioClip" + }, "gachas": [ { "__id__": 418 @@ -16447,6 +16459,20 @@ "_timeIcon": { "__id__": 578 }, + "normalColor": { + "__type__": "cc.Color", + "r": 0, + "g": 255, + "b": 0, + "a": 255 + }, + "warnColor": { + "__type__": "cc.Color", + "r": 255, + "g": 0, + "b": 0, + "a": 255 + }, "_countDownSound": { "__uuid__": "c96f7bd8-69d7-4810-a6d4-3cfa61766b2c", "__expectedType__": "cc.AudioClip" diff --git a/assets/_Game/Scenes/Default-theme.scene b/assets/_Game/Scenes/Default-theme.scene index b58ecb0..2f22505 100644 --- a/assets/_Game/Scenes/Default-theme.scene +++ b/assets/_Game/Scenes/Default-theme.scene @@ -12346,7 +12346,7 @@ "instance": { "__id__": 469 }, - "targetOverrides": null, + "targetOverrides": [], "nestedPrefabInstanceRoots": null }, { @@ -12679,7 +12679,7 @@ "instance": { "__id__": 493 }, - "targetOverrides": null, + "targetOverrides": [], "nestedPrefabInstanceRoots": null }, { @@ -12978,6 +12978,18 @@ "countDownLabel": { "__id__": 501 }, + "collectSfx": { + "__uuid__": "65a4db41-8617-4b1e-a465-e9aea50f5029", + "__expectedType__": "cc.AudioClip" + }, + "countDownSfx": { + "__uuid__": "b03a6bbd-031f-451c-8a2c-cb6e6ec15464", + "__expectedType__": "cc.AudioClip" + }, + "readySfx": { + "__uuid__": "2e5f5592-b662-4477-b4f0-e4d22682d0d8", + "__expectedType__": "cc.AudioClip" + }, "gachas": [ { "__id__": 506 @@ -18953,6 +18965,20 @@ "_timeIcon": { "__id__": 667 }, + "normalColor": { + "__type__": "cc.Color", + "r": 0, + "g": 255, + "b": 0, + "a": 255 + }, + "warnColor": { + "__type__": "cc.Color", + "r": 255, + "g": 0, + "b": 0, + "a": 255 + }, "_countDownSound": { "__uuid__": "c96f7bd8-69d7-4810-a6d4-3cfa61766b2c", "__expectedType__": "cc.AudioClip" diff --git a/assets/_Game/Scenes/Farm-theme.scene b/assets/_Game/Scenes/Farm-theme.scene index 7a0b5e0..febc193 100644 --- a/assets/_Game/Scenes/Farm-theme.scene +++ b/assets/_Game/Scenes/Farm-theme.scene @@ -29,7 +29,7 @@ "_active": true, "_components": [], "_prefab": { - "__id__": 1295 + "__id__": 1299 }, "_lpos": { "__type__": "cc.Vec3", @@ -60,7 +60,7 @@ }, "autoReleaseAssets": false, "_globals": { - "__id__": 1320 + "__id__": 1336 }, "_id": "07421189-8ae9-4f94-a7dd-707b0dae75df" }, @@ -317,19 +317,19 @@ "__id__": 16 }, { - "__id__": 1290 + "__id__": 1294 } ], "_active": true, "_components": [ { - "__id__": 1292 + "__id__": 1296 }, { - "__id__": 1293 + "__id__": 1297 }, { - "__id__": 1294 + "__id__": 1298 } ], "_prefab": null, @@ -613,37 +613,37 @@ "__id__": 138 }, { - "__id__": 719 + "__id__": 723 }, { - "__id__": 794 + "__id__": 798 }, { - "__id__": 856 + "__id__": 860 }, { - "__id__": 861 + "__id__": 865 }, { - "__id__": 999 + "__id__": 1003 }, { - "__id__": 1002 + "__id__": 1006 }, { - "__id__": 1004 + "__id__": 1008 }, { - "__id__": 1276 + "__id__": 1280 } ], "_active": true, "_components": [ { - "__id__": 1288 + "__id__": 1292 }, { - "__id__": 1289 + "__id__": 1293 } ], "_prefab": null, @@ -5553,13 +5553,13 @@ "__id__": 142 }, { - "__id__": 637 + "__id__": 641 }, { - "__id__": 709 + "__id__": 713 }, { - "__id__": 714 + "__id__": 718 } ], "_active": true, @@ -5731,7 +5731,7 @@ "__id__": 153 }, { - "__id__": 631 + "__id__": 635 } ], "_prefab": null, @@ -6147,7 +6147,7 @@ "_minAngle": 10, "_maxAngle": 170, "_soundFx": { - "__id__": 631 + "__id__": 635 }, "_goalSound": { "__uuid__": "4ce9d2c6-98c5-4d05-94af-70193bb795fe", @@ -6162,20 +6162,20 @@ "__expectedType__": "cc.AudioClip" }, "_rewards": [ - { - "__id__": 632 - }, - { - "__id__": 633 - }, - { - "__id__": 634 - }, - { - "__id__": 635 - }, { "__id__": 636 + }, + { + "__id__": 637 + }, + { + "__id__": 638 + }, + { + "__id__": 639 + }, + { + "__id__": 640 } ], "_id": "e5qVdeXFZOu6/MatkdDEG6" @@ -6192,10 +6192,10 @@ "_active": true, "_components": [ { - "__id__": 629 + "__id__": 633 }, { - "__id__": 630 + "__id__": 634 } ], "_prefab": null, @@ -6241,22 +6241,22 @@ "__id__": 154 }, { - "__id__": 564 + "__id__": 568 } ], "_active": true, "_components": [ { - "__id__": 625 + "__id__": 629 }, { - "__id__": 626 + "__id__": 630 }, { - "__id__": 627 + "__id__": 631 }, { - "__id__": 628 + "__id__": 632 } ], "_prefab": null, @@ -6299,10 +6299,10 @@ }, "_children": [ { - "__id__": 614 + "__id__": 618 }, { - "__id__": 618 + "__id__": 622 }, { "__id__": 155 @@ -6311,13 +6311,13 @@ "_active": true, "_components": [ { - "__id__": 622 + "__id__": 626 }, { - "__id__": 623 + "__id__": 627 }, { - "__id__": 624 + "__id__": 628 } ], "_prefab": null, @@ -6363,22 +6363,22 @@ "__id__": 156 }, { - "__id__": 577 + "__id__": 581 }, { - "__id__": 568 + "__id__": 572 }, { - "__id__": 599 + "__id__": 603 } ], "_active": true, "_components": [ { - "__id__": 612 + "__id__": 616 }, { - "__id__": 613 + "__id__": 617 } ], "_prefab": null, @@ -6421,25 +6421,25 @@ }, "_children": [ { - "__id__": 438 + "__id__": 442 }, { "__id__": 157 }, { - "__id__": 519 + "__id__": 523 } ], "_active": true, "_components": [ { - "__id__": 560 + "__id__": 564 }, { - "__id__": 561 + "__id__": 565 }, { - "__id__": 562 + "__id__": 566 } ], "_prefab": null, @@ -6497,13 +6497,13 @@ "_active": true, "_components": [ { - "__id__": 435 + "__id__": 439 }, { - "__id__": 436 + "__id__": 440 }, { - "__id__": 437 + "__id__": 441 } ], "_prefab": null, @@ -9750,10 +9750,10 @@ "_active": true, "_components": [ { - "__id__": 421 + "__id__": 425 }, { - "__id__": 422 + "__id__": 426 } ], "_prefab": null, @@ -9808,19 +9808,19 @@ "__id__": 400 }, { - "__id__": 408 + "__id__": 412 }, { - "__id__": 416 + "__id__": 420 } ], "_active": true, "_components": [ { - "__id__": 419 + "__id__": 423 }, { - "__id__": 420 + "__id__": 424 } ], "_prefab": null, @@ -10229,6 +10229,15 @@ }, { "__id__": 407 + }, + { + "__id__": 408 + }, + { + "__id__": 410 + }, + { + "__id__": 411 } ], "removedComponents": [] @@ -10295,6 +10304,51 @@ "z": 0 } }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 409 + }, + "propertyPath": [ + "showSfx" + ], + "value": { + "__uuid__": "239a95de-d63b-48eb-be24-28ebec455f99", + "__expectedType__": "cc.AudioClip" + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "0acPs6lK5N7YYd1Yl+uOQf" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 409 + }, + "propertyPath": [ + "selectCardSfx" + ], + "value": { + "__uuid__": "2b5160a6-db5c-4925-9cb9-620c46695762", + "__expectedType__": "cc.AudioClip" + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 409 + }, + "propertyPath": [ + "openCardSfx" + ], + "value": { + "__uuid__": "23a142a8-835d-4f43-8c3a-acbfadc56c23", + "__expectedType__": "cc.AudioClip" + } + }, { "__type__": "cc.Node", "_objFlags": 0, @@ -10302,14 +10356,14 @@ "__id__": 380 }, "_prefab": { - "__id__": 409 + "__id__": 413 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 408 + "__id__": 412 }, "asset": { "__uuid__": "619d86b8-ee38-413c-bc97-35532411b7f1", @@ -10317,9 +10371,9 @@ }, "fileId": "b0CgrEZDdPP6qjRGc5LHCx", "instance": { - "__id__": 410 + "__id__": 414 }, - "targetOverrides": null, + "targetOverrides": [], "nestedPrefabInstanceRoots": null }, { @@ -10329,17 +10383,17 @@ "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 411 - }, - { - "__id__": 413 - }, - { - "__id__": 414 - }, { "__id__": 415 + }, + { + "__id__": 417 + }, + { + "__id__": 418 + }, + { + "__id__": 419 } ], "removedComponents": [] @@ -10347,7 +10401,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 412 + "__id__": 416 }, "propertyPath": [ "_name" @@ -10363,7 +10417,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 412 + "__id__": 416 }, "propertyPath": [ "_lpos" @@ -10378,7 +10432,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 412 + "__id__": 416 }, "propertyPath": [ "_lrot" @@ -10394,7 +10448,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 412 + "__id__": 416 }, "propertyPath": [ "_euler" @@ -10418,10 +10472,10 @@ "_active": true, "_components": [ { - "__id__": 417 + "__id__": 421 }, { - "__id__": 418 + "__id__": 422 } ], "_prefab": null, @@ -10460,7 +10514,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 416 + "__id__": 420 }, "_enabled": true, "__prefab": null, @@ -10482,7 +10536,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 416 + "__id__": 420 }, "_enabled": true, "__prefab": null, @@ -10610,29 +10664,27 @@ "__prefab": null, "gachaId": "", "container": { - "__id__": 420 + "__id__": 424 }, "floatingScoreFactory": { "__id__": 6 }, "countDownLabel": { - "__id__": 418 + "__id__": 422 + }, + "collectSfx": { + "__uuid__": "65a4db41-8617-4b1e-a465-e9aea50f5029", + "__expectedType__": "cc.AudioClip" + }, + "countDownSfx": { + "__uuid__": "b03a6bbd-031f-451c-8a2c-cb6e6ec15464", + "__expectedType__": "cc.AudioClip" + }, + "readySfx": { + "__uuid__": "2e5f5592-b662-4477-b4f0-e4d22682d0d8", + "__expectedType__": "cc.AudioClip" }, "gachas": [ - { - "__id__": 423 - }, - { - "__id__": 424 - }, - { - "__id__": 425 - }, - { - "__id__": 426 - } - ], - "rewards": [ { "__id__": 427 }, @@ -10644,7 +10696,9 @@ }, { "__id__": 430 - }, + } + ], + "rewards": [ { "__id__": 431 }, @@ -10656,6 +10710,18 @@ }, { "__id__": 434 + }, + { + "__id__": 435 + }, + { + "__id__": 436 + }, + { + "__id__": 437 + }, + { + "__id__": 438 } ], "_id": "7ecaTUe41IG5uqgUZ8yWCt" @@ -10842,22 +10908,22 @@ }, "_children": [ { - "__id__": 439 + "__id__": 443 }, { - "__id__": 442 + "__id__": 446 } ], "_active": false, "_components": [ { - "__id__": 512 + "__id__": 516 }, { - "__id__": 513 + "__id__": 517 }, { - "__id__": 514 + "__id__": 518 } ], "_prefab": null, @@ -10896,16 +10962,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 438 + "__id__": 442 }, "_children": [], "_active": true, "_components": [ { - "__id__": 440 + "__id__": 444 }, { - "__id__": 441 + "__id__": 445 } ], "_prefab": null, @@ -10944,7 +11010,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 439 + "__id__": 443 }, "_enabled": true, "__prefab": null, @@ -10966,7 +11032,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 439 + "__id__": 443 }, "_enabled": true, "__prefab": null, @@ -11005,29 +11071,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 438 + "__id__": 442 }, "_children": [ - { - "__id__": 443 - }, { "__id__": 447 }, { - "__id__": 490 + "__id__": 451 }, { - "__id__": 502 + "__id__": 494 + }, + { + "__id__": 506 } ], "_active": true, "_components": [ { - "__id__": 510 + "__id__": 514 }, { - "__id__": 511 + "__id__": 515 } ], "_prefab": null, @@ -11066,19 +11132,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 442 + "__id__": 446 }, "_children": [], "_active": false, "_components": [ { - "__id__": 444 + "__id__": 448 }, { - "__id__": 445 + "__id__": 449 }, { - "__id__": 446 + "__id__": 450 } ], "_prefab": null, @@ -11117,7 +11183,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 443 + "__id__": 447 }, "_enabled": true, "__prefab": null, @@ -11139,7 +11205,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 443 + "__id__": 447 }, "_enabled": true, "__prefab": null, @@ -11204,7 +11270,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 443 + "__id__": 447 }, "_enabled": true, "__prefab": null, @@ -11234,26 +11300,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 442 + "__id__": 446 }, "_children": [ { - "__id__": 448 + "__id__": 452 } ], "_active": true, "_components": [ { - "__id__": 486 + "__id__": 490 }, { - "__id__": 487 + "__id__": 491 }, { - "__id__": 488 + "__id__": 492 }, { - "__id__": 489 + "__id__": 493 } ], "_prefab": null, @@ -11292,26 +11358,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 447 + "__id__": 451 }, "_children": [ { - "__id__": 449 + "__id__": 453 } ], "_active": true, "_components": [ { - "__id__": 482 + "__id__": 486 }, { - "__id__": 483 + "__id__": 487 }, { - "__id__": 484 + "__id__": 488 }, { - "__id__": 485 + "__id__": 489 } ], "_prefab": null, @@ -11350,23 +11416,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 448 + "__id__": 452 }, "_children": [ { - "__id__": 450 + "__id__": 454 }, { - "__id__": 458 + "__id__": 462 } ], "_active": true, "_components": [ { - "__id__": 480 + "__id__": 484 }, { - "__id__": 481 + "__id__": 485 } ], "_prefab": null, @@ -11403,17 +11469,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 449 + "__id__": 453 }, "_prefab": { - "__id__": 451 + "__id__": 455 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 450 + "__id__": 454 }, "asset": { "__uuid__": "44541b9d-0cbe-4e00-8819-64b15d93dea7", @@ -11421,7 +11487,7 @@ }, "fileId": "f9uSHaj7BMlIwLhcEY9s8R", "instance": { - "__id__": 452 + "__id__": 456 }, "targetOverrides": null }, @@ -11432,17 +11498,17 @@ "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 453 - }, - { - "__id__": 455 - }, - { - "__id__": 456 - }, { "__id__": 457 + }, + { + "__id__": 459 + }, + { + "__id__": 460 + }, + { + "__id__": 461 } ], "removedComponents": [] @@ -11450,7 +11516,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 454 + "__id__": 458 }, "propertyPath": [ "_name" @@ -11466,7 +11532,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 454 + "__id__": 458 }, "propertyPath": [ "_lpos" @@ -11481,7 +11547,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 454 + "__id__": 458 }, "propertyPath": [ "_lrot" @@ -11497,7 +11563,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 454 + "__id__": 458 }, "propertyPath": [ "_euler" @@ -11515,29 +11581,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 449 + "__id__": 453 }, "_children": [ { - "__id__": 459 - }, - { - "__id__": 469 + "__id__": 463 }, { "__id__": 473 + }, + { + "__id__": 477 } ], "_active": true, "_components": [ { - "__id__": 477 + "__id__": 481 }, { - "__id__": 478 + "__id__": 482 }, { - "__id__": 479 + "__id__": 483 } ], "_prefab": null, @@ -11576,23 +11642,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 458 + "__id__": 462 }, "_children": [ { - "__id__": 460 + "__id__": 464 }, { - "__id__": 463 + "__id__": 467 } ], "_active": false, "_components": [ { - "__id__": 467 + "__id__": 471 }, { - "__id__": 468 + "__id__": 472 } ], "_prefab": null, @@ -11631,16 +11697,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 459 + "__id__": 463 }, "_children": [], "_active": true, "_components": [ { - "__id__": 461 + "__id__": 465 }, { - "__id__": 462 + "__id__": 466 } ], "_prefab": null, @@ -11679,7 +11745,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 460 + "__id__": 464 }, "_enabled": true, "__prefab": null, @@ -11701,7 +11767,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 460 + "__id__": 464 }, "_enabled": true, "__prefab": null, @@ -11740,19 +11806,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 459 + "__id__": 463 }, "_children": [], "_active": true, "_components": [ { - "__id__": 464 + "__id__": 468 }, { - "__id__": 465 + "__id__": 469 }, { - "__id__": 466 + "__id__": 470 } ], "_prefab": null, @@ -11791,7 +11857,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 463 + "__id__": 467 }, "_enabled": true, "__prefab": null, @@ -11813,7 +11879,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 463 + "__id__": 467 }, "_enabled": true, "__prefab": null, @@ -11878,7 +11944,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 463 + "__id__": 467 }, "_enabled": true, "__prefab": null, @@ -11908,7 +11974,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 459 + "__id__": 463 }, "_enabled": true, "__prefab": null, @@ -11930,7 +11996,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 459 + "__id__": 463 }, "_enabled": true, "__prefab": null, @@ -11960,19 +12026,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 458 + "__id__": 462 }, "_children": [], "_active": true, "_components": [ { - "__id__": 470 + "__id__": 474 }, { - "__id__": 471 + "__id__": 475 }, { - "__id__": 472 + "__id__": 476 } ], "_prefab": null, @@ -12011,7 +12077,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 469 + "__id__": 473 }, "_enabled": true, "__prefab": null, @@ -12033,7 +12099,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 469 + "__id__": 473 }, "_enabled": true, "__prefab": null, @@ -12098,7 +12164,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 469 + "__id__": 473 }, "_enabled": true, "__prefab": null, @@ -12128,19 +12194,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 458 + "__id__": 462 }, "_children": [], "_active": true, "_components": [ { - "__id__": 474 + "__id__": 478 }, { - "__id__": 475 + "__id__": 479 }, { - "__id__": 476 + "__id__": 480 } ], "_prefab": null, @@ -12179,7 +12245,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 473 + "__id__": 477 }, "_enabled": true, "__prefab": null, @@ -12201,7 +12267,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 473 + "__id__": 477 }, "_enabled": true, "__prefab": null, @@ -12266,7 +12332,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 473 + "__id__": 477 }, "_enabled": true, "__prefab": null, @@ -12296,7 +12362,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 458 + "__id__": 462 }, "_enabled": true, "__prefab": null, @@ -12318,7 +12384,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 458 + "__id__": 462 }, "_enabled": true, "__prefab": null, @@ -12357,18 +12423,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 458 + "__id__": 462 }, "_enabled": true, "__prefab": null, "_bg": { - "__id__": 478 + "__id__": 482 }, "_scoreText": { - "__id__": 475 + "__id__": 479 }, "_topText": { - "__id__": 465 + "__id__": 469 }, "_highLightColor": { "__type__": "cc.Color", @@ -12385,7 +12451,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 449 + "__id__": 453 }, "_enabled": true, "__prefab": null, @@ -12407,7 +12473,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 449 + "__id__": 453 }, "_enabled": true, "__prefab": null, @@ -12439,7 +12505,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 448 + "__id__": 452 }, "_enabled": true, "__prefab": null, @@ -12461,7 +12527,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 448 + "__id__": 452 }, "_enabled": true, "__prefab": null, @@ -12477,7 +12543,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 448 + "__id__": 452 }, "_enabled": true, "__prefab": null, @@ -12517,7 +12583,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 448 + "__id__": 452 }, "_enabled": true, "__prefab": null, @@ -12547,7 +12613,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 447 + "__id__": 451 }, "_enabled": true, "__prefab": null, @@ -12569,7 +12635,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 447 + "__id__": 451 }, "_enabled": false, "__prefab": null, @@ -12608,7 +12674,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 447 + "__id__": 451 }, "_enabled": true, "__prefab": null, @@ -12621,7 +12687,7 @@ "cancelInnerEvents": true, "scrollEvents": [], "_content": { - "__id__": 449 + "__id__": 453 }, "_horizontalScrollBar": null, "_verticalScrollBar": null, @@ -12633,7 +12699,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 447 + "__id__": 451 }, "_enabled": true, "__prefab": null, @@ -12663,29 +12729,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 442 + "__id__": 446 }, "_children": [ { - "__id__": 491 + "__id__": 495 }, { - "__id__": 494 + "__id__": 498 } ], "_active": true, "_components": [ - { - "__id__": 497 - }, - { - "__id__": 498 - }, - { - "__id__": 499 - }, { "__id__": 501 + }, + { + "__id__": 502 + }, + { + "__id__": 503 + }, + { + "__id__": 505 } ], "_prefab": null, @@ -12724,16 +12790,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 490 + "__id__": 494 }, "_children": [], "_active": true, "_components": [ { - "__id__": 492 + "__id__": 496 }, { - "__id__": 493 + "__id__": 497 } ], "_prefab": null, @@ -12772,7 +12838,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 491 + "__id__": 495 }, "_enabled": true, "__prefab": null, @@ -12794,7 +12860,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 491 + "__id__": 495 }, "_enabled": true, "__prefab": null, @@ -12859,16 +12925,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 490 + "__id__": 494 }, "_children": [], "_active": true, "_components": [ { - "__id__": 495 + "__id__": 499 }, { - "__id__": 496 + "__id__": 500 } ], "_prefab": null, @@ -12907,7 +12973,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 494 + "__id__": 498 }, "_enabled": true, "__prefab": null, @@ -12929,7 +12995,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 494 + "__id__": 498 }, "_enabled": true, "__prefab": null, @@ -12968,7 +13034,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 490 + "__id__": 494 }, "_enabled": true, "__prefab": null, @@ -12990,7 +13056,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 490 + "__id__": 494 }, "_enabled": true, "__prefab": null, @@ -13029,13 +13095,13 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 490 + "__id__": 494 }, "_enabled": true, "__prefab": null, "clickEvents": [ { - "__id__": 500 + "__id__": 504 } ], "_interactable": true, @@ -13078,14 +13144,14 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 490 + "__id__": 494 }, "_id": "83tN1zwmxCxI7aJ2ug7LTQ" }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 438 + "__id__": 442 }, "component": "", "_componentId": "c5e2dm0qXVOuKP1ju7uyMtJ", @@ -13098,7 +13164,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 490 + "__id__": 494 }, "_enabled": true, "__prefab": null, @@ -13128,23 +13194,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 442 + "__id__": 446 }, "_children": [ { - "__id__": 503 + "__id__": 507 } ], "_active": true, "_components": [ { - "__id__": 506 + "__id__": 510 }, { - "__id__": 507 + "__id__": 511 }, { - "__id__": 509 + "__id__": 513 } ], "_prefab": null, @@ -13183,16 +13249,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 502 + "__id__": 506 }, "_children": [], "_active": true, "_components": [ { - "__id__": 504 + "__id__": 508 }, { - "__id__": 505 + "__id__": 509 } ], "_prefab": null, @@ -13231,7 +13297,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 503 + "__id__": 507 }, "_enabled": true, "__prefab": null, @@ -13253,7 +13319,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 503 + "__id__": 507 }, "_enabled": true, "__prefab": null, @@ -13318,7 +13384,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 502 + "__id__": 506 }, "_enabled": true, "__prefab": null, @@ -13340,13 +13406,13 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 502 + "__id__": 506 }, "_enabled": true, "__prefab": null, "clickEvents": [ { - "__id__": 508 + "__id__": 512 } ], "_interactable": true, @@ -13398,14 +13464,14 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 502 + "__id__": 506 }, "_id": "05kavv3MFKp4R9iVYAgcDb" }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 438 + "__id__": 442 }, "component": "", "_componentId": "c5e2dm0qXVOuKP1ju7uyMtJ", @@ -13418,7 +13484,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 502 + "__id__": 506 }, "_enabled": true, "__prefab": null, @@ -13448,7 +13514,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 442 + "__id__": 446 }, "_enabled": true, "__prefab": null, @@ -13470,7 +13536,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 442 + "__id__": 446 }, "_enabled": true, "__prefab": null, @@ -13509,7 +13575,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 438 + "__id__": 442 }, "_enabled": true, "__prefab": null, @@ -13531,7 +13597,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 438 + "__id__": 442 }, "_enabled": true, "__prefab": null, @@ -13561,22 +13627,22 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 438 + "__id__": 442 }, "_enabled": true, "__prefab": null, "topScore": null, "yourScore": { - "__id__": 475 + "__id__": 479 }, "_ticketMinus": { - "__id__": 493 + "__id__": 497 }, "_buyTicketBtn": { - "__id__": 490 + "__id__": 494 }, "_quitBtn": { - "__id__": 502 + "__id__": 506 }, "_scoreUI": { "__id__": 154 @@ -13593,17 +13659,17 @@ "__expectedType__": "cc.AudioClip" }, "_starSpeedCurve": { - "__id__": 515 + "__id__": 519 }, "_starScaleCurve": { - "__id__": 517 + "__id__": 521 }, "_id": "bbcyvzebBDsJfOOH9VNeON" }, { "__type__": "cc.AnimationCurve", "_curve": { - "__id__": 516 + "__id__": 520 } }, { @@ -13644,7 +13710,7 @@ { "__type__": "cc.AnimationCurve", "_curve": { - "__id__": 518 + "__id__": 522 } }, { @@ -13705,11 +13771,78 @@ }, "_children": [ { - "__id__": 520 + "__id__": 524 } ], "_active": false, "_components": [ + { + "__id__": 560 + }, + { + "__id__": 561 + }, + { + "__id__": 562 + }, + { + "__id__": 563 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "2cjr2qZLBDcK89R4kFuVvO" + }, + { + "__type__": "cc.Node", + "_name": "Wrapper", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 523 + }, + "_children": [ + { + "__id__": 525 + }, + { + "__id__": 544 + } + ], + "_active": true, + "_components": [ + { + "__id__": 554 + }, + { + "__id__": 555 + }, { "__id__": 556 }, @@ -13751,73 +13884,6 @@ "y": 0, "z": 0 }, - "_id": "2cjr2qZLBDcK89R4kFuVvO" - }, - { - "__type__": "cc.Node", - "_name": "Wrapper", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 519 - }, - "_children": [ - { - "__id__": 521 - }, - { - "__id__": 540 - } - ], - "_active": true, - "_components": [ - { - "__id__": 550 - }, - { - "__id__": 551 - }, - { - "__id__": 552 - }, - { - "__id__": 553 - }, - { - "__id__": 554 - }, - { - "__id__": 555 - } - ], - "_prefab": null, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_mobility": 0, - "_layer": 33554432, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, "_id": "0156tWADFBFbJ4PUseLkEr" }, { @@ -13826,29 +13892,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 520 + "__id__": 524 }, "_children": [ { - "__id__": 522 + "__id__": 526 }, { - "__id__": 525 - }, - { - "__id__": 528 + "__id__": 529 }, { "__id__": 532 + }, + { + "__id__": 536 } ], "_active": true, "_components": [ { - "__id__": 538 + "__id__": 542 }, { - "__id__": 539 + "__id__": 543 } ], "_prefab": null, @@ -13887,16 +13953,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 521 + "__id__": 525 }, "_children": [], "_active": true, "_components": [ { - "__id__": 523 + "__id__": 527 }, { - "__id__": 524 + "__id__": 528 } ], "_prefab": null, @@ -13935,7 +14001,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 522 + "__id__": 526 }, "_enabled": true, "__prefab": null, @@ -13957,7 +14023,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 522 + "__id__": 526 }, "_enabled": true, "__prefab": null, @@ -13996,16 +14062,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 521 + "__id__": 525 }, "_children": [], "_active": true, "_components": [ { - "__id__": 526 + "__id__": 530 }, { - "__id__": 527 + "__id__": 531 } ], "_prefab": null, @@ -14044,7 +14110,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 525 + "__id__": 529 }, "_enabled": true, "__prefab": null, @@ -14066,7 +14132,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 525 + "__id__": 529 }, "_enabled": true, "__prefab": null, @@ -14105,19 +14171,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 521 + "__id__": 525 }, "_children": [], "_active": true, "_components": [ { - "__id__": 529 + "__id__": 533 }, { - "__id__": 530 + "__id__": 534 }, { - "__id__": 531 + "__id__": 535 } ], "_prefab": null, @@ -14156,7 +14222,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 528 + "__id__": 532 }, "_enabled": true, "__prefab": null, @@ -14178,7 +14244,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 528 + "__id__": 532 }, "_enabled": true, "__prefab": null, @@ -14217,7 +14283,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 528 + "__id__": 532 }, "_enabled": true, "__prefab": null, @@ -14247,22 +14313,22 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 521 + "__id__": 525 }, "_children": [], "_active": true, "_components": [ - { - "__id__": 533 - }, - { - "__id__": 534 - }, - { - "__id__": 535 - }, { "__id__": 537 + }, + { + "__id__": 538 + }, + { + "__id__": 539 + }, + { + "__id__": 541 } ], "_prefab": null, @@ -14301,7 +14367,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 532 + "__id__": 536 }, "_enabled": true, "__prefab": null, @@ -14323,7 +14389,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 532 + "__id__": 536 }, "_enabled": true, "__prefab": null, @@ -14362,13 +14428,13 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 532 + "__id__": 536 }, "_enabled": true, "__prefab": null, "clickEvents": [ { - "__id__": 536 + "__id__": 540 } ], "_interactable": true, @@ -14411,7 +14477,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 532 + "__id__": 536 }, "_id": "b5HEsyyjZJ8Yb2u2q1fD82" }, @@ -14431,7 +14497,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 532 + "__id__": 536 }, "_enabled": true, "__prefab": null, @@ -14461,7 +14527,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 521 + "__id__": 525 }, "_enabled": true, "__prefab": null, @@ -14483,7 +14549,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 521 + "__id__": 525 }, "_enabled": true, "__prefab": null, @@ -14522,26 +14588,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 520 + "__id__": 524 }, "_children": [ { - "__id__": 541 + "__id__": 545 }, { - "__id__": 544 + "__id__": 548 } ], "_active": true, "_components": [ { - "__id__": 547 + "__id__": 551 }, { - "__id__": 548 + "__id__": 552 }, { - "__id__": 549 + "__id__": 553 } ], "_prefab": null, @@ -14580,16 +14646,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 540 + "__id__": 544 }, "_children": [], "_active": true, "_components": [ { - "__id__": 542 + "__id__": 546 }, { - "__id__": 543 + "__id__": 547 } ], "_prefab": null, @@ -14628,7 +14694,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 541 + "__id__": 545 }, "_enabled": true, "__prefab": null, @@ -14650,7 +14716,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 541 + "__id__": 545 }, "_enabled": true, "__prefab": null, @@ -14689,16 +14755,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 540 + "__id__": 544 }, "_children": [], "_active": true, "_components": [ { - "__id__": 545 + "__id__": 549 }, { - "__id__": 546 + "__id__": 550 } ], "_prefab": null, @@ -14737,7 +14803,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 544 + "__id__": 548 }, "_enabled": true, "__prefab": null, @@ -14759,7 +14825,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 544 + "__id__": 548 }, "_enabled": true, "__prefab": null, @@ -14824,7 +14890,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 540 + "__id__": 544 }, "_enabled": true, "__prefab": null, @@ -14846,7 +14912,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 540 + "__id__": 544 }, "_enabled": true, "__prefab": null, @@ -14876,7 +14942,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 540 + "__id__": 544 }, "_enabled": true, "__prefab": null, @@ -14899,7 +14965,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 520 + "__id__": 524 }, "_enabled": true, "__prefab": null, @@ -14921,7 +14987,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 520 + "__id__": 524 }, "_enabled": true, "__prefab": null, @@ -14937,7 +15003,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 520 + "__id__": 524 }, "_enabled": true, "__prefab": null, @@ -14977,7 +15043,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 520 + "__id__": 524 }, "_enabled": true, "__prefab": null, @@ -14993,7 +15059,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 520 + "__id__": 524 }, "_enabled": true, "__prefab": null, @@ -15020,12 +15086,12 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 520 + "__id__": 524 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 554 + "__id__": 558 }, "_id": "21CWF/h19B4IC/OI3ayhGG" }, @@ -15035,7 +15101,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 519 + "__id__": 523 }, "_enabled": true, "__prefab": null, @@ -15057,7 +15123,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 519 + "__id__": 523 }, "_enabled": true, "__prefab": null, @@ -15096,7 +15162,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 519 + "__id__": 523 }, "_enabled": true, "__prefab": null, @@ -15126,7 +15192,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 519 + "__id__": 523 }, "_enabled": true, "__prefab": null, @@ -15195,26 +15261,26 @@ "_enabled": true, "__prefab": null, "_scoreLabel": { - "__id__": 563 + "__id__": 567 }, "_ticketLabel": { - "__id__": 566 + "__id__": 570 }, "_buffFx": null, "_controlPanel": { "__id__": 235 }, "_startPanel": { - "__id__": 519 + "__id__": 523 }, "_overPanel": { - "__id__": 438 + "__id__": 442 }, "loadingScreen": { - "__id__": 540 + "__id__": 544 }, "playButton": { - "__id__": 535 + "__id__": 539 }, "_id": "449hzGcyZL+Lsj/r1gnEMe" }, @@ -15224,7 +15290,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 564 + "__id__": 568 }, "_enabled": true, "__prefab": null, @@ -15295,10 +15361,10 @@ "_active": true, "_components": [ { - "__id__": 565 + "__id__": 569 }, { - "__id__": 563 + "__id__": 567 } ], "_prefab": null, @@ -15337,7 +15403,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 564 + "__id__": 568 }, "_enabled": true, "__prefab": null, @@ -15359,7 +15425,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 567 + "__id__": 571 }, "_enabled": true, "__prefab": null, @@ -15424,16 +15490,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 568 + "__id__": 572 }, "_children": [], "_active": true, "_components": [ { - "__id__": 576 + "__id__": 580 }, { - "__id__": 566 + "__id__": 570 } ], "_prefab": null, @@ -15476,25 +15542,25 @@ }, "_children": [ { - "__id__": 569 + "__id__": 573 }, { - "__id__": 567 + "__id__": 571 } ], "_active": true, "_components": [ { - "__id__": 572 + "__id__": 576 }, { - "__id__": 573 + "__id__": 577 }, { - "__id__": 574 + "__id__": 578 }, { - "__id__": 575 + "__id__": 579 } ], "_prefab": null, @@ -15533,16 +15599,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 568 + "__id__": 572 }, "_children": [], "_active": true, "_components": [ { - "__id__": 570 + "__id__": 574 }, { - "__id__": 571 + "__id__": 575 } ], "_prefab": null, @@ -15581,7 +15647,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 569 + "__id__": 573 }, "_enabled": true, "__prefab": null, @@ -15603,7 +15669,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 569 + "__id__": 573 }, "_enabled": true, "__prefab": null, @@ -15642,7 +15708,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 568 + "__id__": 572 }, "_enabled": true, "__prefab": null, @@ -15664,7 +15730,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 568 + "__id__": 572 }, "_enabled": true, "__prefab": null, @@ -15703,7 +15769,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 568 + "__id__": 572 }, "_enabled": true, "__prefab": null, @@ -15733,7 +15799,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 568 + "__id__": 572 }, "_enabled": true, "__prefab": null, @@ -15765,7 +15831,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 567 + "__id__": 571 }, "_enabled": true, "__prefab": null, @@ -15791,25 +15857,25 @@ }, "_children": [ { - "__id__": 578 + "__id__": 582 }, { - "__id__": 582 + "__id__": 586 } ], "_active": true, "_components": [ { - "__id__": 595 + "__id__": 599 }, { - "__id__": 596 + "__id__": 600 }, { - "__id__": 597 + "__id__": 601 }, { - "__id__": 598 + "__id__": 602 } ], "_prefab": null, @@ -15848,19 +15914,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 577 + "__id__": 581 }, "_children": [], "_active": true, "_components": [ { - "__id__": 579 + "__id__": 583 }, { - "__id__": 580 + "__id__": 584 }, { - "__id__": 581 + "__id__": 585 } ], "_prefab": null, @@ -15899,7 +15965,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 578 + "__id__": 582 }, "_enabled": true, "__prefab": null, @@ -15921,7 +15987,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 578 + "__id__": 582 }, "_enabled": true, "__prefab": null, @@ -15960,7 +16026,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 578 + "__id__": 582 }, "_enabled": true, "__prefab": null, @@ -15990,26 +16056,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 577 + "__id__": 581 }, "_children": [ { - "__id__": 583 + "__id__": 587 }, { - "__id__": 589 + "__id__": 593 } ], "_active": true, "_components": [ { - "__id__": 592 + "__id__": 596 }, { - "__id__": 593 + "__id__": 597 }, { - "__id__": 594 + "__id__": 598 } ], "_prefab": null, @@ -16048,20 +16114,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 582 + "__id__": 586 }, "_children": [ { - "__id__": 584 + "__id__": 588 } ], "_active": true, "_components": [ { - "__id__": 587 + "__id__": 591 }, { - "__id__": 588 + "__id__": 592 } ], "_prefab": null, @@ -16100,16 +16166,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 583 + "__id__": 587 }, "_children": [], "_active": true, "_components": [ { - "__id__": 585 + "__id__": 589 }, { - "__id__": 586 + "__id__": 590 } ], "_prefab": null, @@ -16148,7 +16214,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 584 + "__id__": 588 }, "_enabled": true, "__prefab": null, @@ -16170,7 +16236,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 584 + "__id__": 588 }, "_enabled": true, "__prefab": null, @@ -16209,7 +16275,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 583 + "__id__": 587 }, "_enabled": true, "__prefab": null, @@ -16231,7 +16297,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 583 + "__id__": 587 }, "_enabled": true, "__prefab": null, @@ -16270,16 +16336,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 582 + "__id__": 586 }, "_children": [], "_active": true, "_components": [ { - "__id__": 590 + "__id__": 594 }, { - "__id__": 591 + "__id__": 595 } ], "_prefab": null, @@ -16318,7 +16384,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 589 + "__id__": 593 }, "_enabled": true, "__prefab": null, @@ -16340,7 +16406,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 589 + "__id__": 593 }, "_enabled": true, "__prefab": null, @@ -16405,7 +16471,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 582 + "__id__": 586 }, "_enabled": true, "__prefab": null, @@ -16427,7 +16493,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 582 + "__id__": 586 }, "_enabled": true, "__prefab": null, @@ -16459,7 +16525,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 582 + "__id__": 586 }, "_enabled": true, "__prefab": null, @@ -16489,7 +16555,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 577 + "__id__": 581 }, "_enabled": true, "__prefab": null, @@ -16511,7 +16577,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 577 + "__id__": 581 }, "_enabled": true, "__prefab": null, @@ -16550,7 +16616,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 577 + "__id__": 581 }, "_enabled": true, "__prefab": null, @@ -16580,18 +16646,32 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 577 + "__id__": 581 }, "_enabled": true, "__prefab": null, "_timeLabel": { - "__id__": 591 + "__id__": 595 }, "_fill": { - "__id__": 580 + "__id__": 584 }, "_timeIcon": { - "__id__": 584 + "__id__": 588 + }, + "normalColor": { + "__type__": "cc.Color", + "r": 0, + "g": 255, + "b": 0, + "a": 255 + }, + "warnColor": { + "__type__": "cc.Color", + "r": 255, + "g": 0, + "b": 0, + "a": 255 }, "_countDownSound": { "__uuid__": "c96f7bd8-69d7-4810-a6d4-3cfa61766b2c", @@ -16609,28 +16689,28 @@ }, "_children": [ { - "__id__": 600 + "__id__": 604 }, { - "__id__": 603 + "__id__": 607 } ], "_active": true, "_components": [ - { - "__id__": 606 - }, - { - "__id__": 607 - }, - { - "__id__": 608 - }, { "__id__": 610 }, { "__id__": 611 + }, + { + "__id__": 612 + }, + { + "__id__": 614 + }, + { + "__id__": 615 } ], "_prefab": null, @@ -16669,16 +16749,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 599 + "__id__": 603 }, "_children": [], "_active": true, "_components": [ { - "__id__": 601 + "__id__": 605 }, { - "__id__": 602 + "__id__": 606 } ], "_prefab": null, @@ -16717,7 +16797,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 600 + "__id__": 604 }, "_enabled": true, "__prefab": null, @@ -16739,7 +16819,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 600 + "__id__": 604 }, "_enabled": true, "__prefab": null, @@ -16778,16 +16858,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 599 + "__id__": 603 }, "_children": [], "_active": false, "_components": [ { - "__id__": 604 + "__id__": 608 }, { - "__id__": 605 + "__id__": 609 } ], "_prefab": null, @@ -16826,7 +16906,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 603 + "__id__": 607 }, "_enabled": true, "__prefab": null, @@ -16848,7 +16928,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 603 + "__id__": 607 }, "_enabled": true, "__prefab": null, @@ -16887,7 +16967,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 599 + "__id__": 603 }, "_enabled": true, "__prefab": null, @@ -16909,7 +16989,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 599 + "__id__": 603 }, "_enabled": true, "__prefab": null, @@ -16948,13 +17028,13 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 599 + "__id__": 603 }, "_enabled": true, "__prefab": null, "clickEvents": [ { - "__id__": 609 + "__id__": 613 } ], "_interactable": true, @@ -16997,14 +17077,14 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 599 + "__id__": 603 }, "_id": "1cDmuMEIFEs5ImBNG5Gm0F" }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 599 + "__id__": 603 }, "component": "", "_componentId": "fe619HtEX1OQq7oeACKrANd", @@ -17017,7 +17097,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 599 + "__id__": 603 }, "_enabled": true, "__prefab": null, @@ -17047,15 +17127,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 599 + "__id__": 603 }, "_enabled": true, "__prefab": null, "_unMute": { - "__id__": 600 + "__id__": 604 }, "_mute": { - "__id__": 603 + "__id__": 607 }, "_id": "adeG5FRP1GpLzDXol2pxU+" }, @@ -17123,13 +17203,13 @@ "_active": true, "_components": [ { - "__id__": 615 + "__id__": 619 }, { - "__id__": 616 + "__id__": 620 }, { - "__id__": 617 + "__id__": 621 } ], "_prefab": null, @@ -17168,7 +17248,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 614 + "__id__": 618 }, "_enabled": true, "__prefab": null, @@ -17190,7 +17270,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 614 + "__id__": 618 }, "_enabled": true, "__prefab": null, @@ -17229,7 +17309,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 614 + "__id__": 618 }, "_enabled": true, "__prefab": null, @@ -17265,13 +17345,13 @@ "_active": true, "_components": [ { - "__id__": 619 + "__id__": 623 }, { - "__id__": 620 + "__id__": 624 }, { - "__id__": 621 + "__id__": 625 } ], "_prefab": null, @@ -17310,7 +17390,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 618 + "__id__": 622 }, "_enabled": true, "__prefab": null, @@ -17332,7 +17412,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 618 + "__id__": 622 }, "_enabled": true, "__prefab": null, @@ -17397,7 +17477,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 618 + "__id__": 622 }, "_enabled": true, "__prefab": null, @@ -17838,28 +17918,28 @@ }, "_children": [ { - "__id__": 638 + "__id__": 642 }, { - "__id__": 650 + "__id__": 654 }, { - "__id__": 659 + "__id__": 663 }, { - "__id__": 702 + "__id__": 706 } ], "_active": true, "_components": [ { - "__id__": 706 + "__id__": 710 }, { - "__id__": 707 + "__id__": 711 }, { - "__id__": 708 + "__id__": 712 } ], "_prefab": null, @@ -17898,26 +17978,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 637 + "__id__": 641 }, "_children": [ { - "__id__": 639 + "__id__": 643 }, { - "__id__": 642 + "__id__": 646 }, { - "__id__": 645 + "__id__": 649 } ], "_active": true, "_components": [ { - "__id__": 648 + "__id__": 652 }, { - "__id__": 649 + "__id__": 653 } ], "_prefab": null, @@ -17956,16 +18036,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 638 + "__id__": 642 }, "_children": [], "_active": true, "_components": [ { - "__id__": 640 + "__id__": 644 }, { - "__id__": 641 + "__id__": 645 } ], "_prefab": null, @@ -18004,7 +18084,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 639 + "__id__": 643 }, "_enabled": true, "__prefab": null, @@ -18026,7 +18106,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 639 + "__id__": 643 }, "_enabled": true, "__prefab": null, @@ -18065,16 +18145,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 638 + "__id__": 642 }, "_children": [], "_active": true, "_components": [ { - "__id__": 643 + "__id__": 647 }, { - "__id__": 644 + "__id__": 648 } ], "_prefab": null, @@ -18113,7 +18193,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 642 + "__id__": 646 }, "_enabled": true, "__prefab": null, @@ -18135,7 +18215,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 642 + "__id__": 646 }, "_enabled": true, "__prefab": null, @@ -18174,16 +18254,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 638 + "__id__": 642 }, "_children": [], "_active": true, "_components": [ { - "__id__": 646 + "__id__": 650 }, { - "__id__": 647 + "__id__": 651 } ], "_prefab": null, @@ -18222,7 +18302,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 645 + "__id__": 649 }, "_enabled": true, "__prefab": null, @@ -18244,7 +18324,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 645 + "__id__": 649 }, "_enabled": true, "__prefab": null, @@ -18283,7 +18363,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 638 + "__id__": 642 }, "_enabled": true, "__prefab": null, @@ -18305,7 +18385,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 638 + "__id__": 642 }, "_enabled": true, "__prefab": null, @@ -18344,23 +18424,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 637 + "__id__": 641 }, "_children": [ { - "__id__": 651 + "__id__": 655 }, { - "__id__": 654 + "__id__": 658 } ], "_active": true, "_components": [ { - "__id__": 657 + "__id__": 661 }, { - "__id__": 658 + "__id__": 662 } ], "_prefab": null, @@ -18399,16 +18479,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 650 + "__id__": 654 }, "_children": [], "_active": false, "_components": [ { - "__id__": 652 + "__id__": 656 }, { - "__id__": 653 + "__id__": 657 } ], "_prefab": null, @@ -18447,7 +18527,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 651 + "__id__": 655 }, "_enabled": true, "__prefab": null, @@ -18469,7 +18549,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 651 + "__id__": 655 }, "_enabled": true, "__prefab": null, @@ -18508,16 +18588,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 650 + "__id__": 654 }, "_children": [], "_active": true, "_components": [ { - "__id__": 655 + "__id__": 659 }, { - "__id__": 656 + "__id__": 660 } ], "_prefab": null, @@ -18556,7 +18636,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 654 + "__id__": 658 }, "_enabled": true, "__prefab": null, @@ -18578,7 +18658,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 654 + "__id__": 658 }, "_enabled": true, "__prefab": null, @@ -18617,7 +18697,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 650 + "__id__": 654 }, "_enabled": true, "__prefab": null, @@ -18639,7 +18719,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 650 + "__id__": 654 }, "_enabled": false, "__prefab": null, @@ -18678,23 +18758,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 637 + "__id__": 641 }, "_children": [ { - "__id__": 660 + "__id__": 664 }, { - "__id__": 679 + "__id__": 683 } ], "_active": true, "_components": [ { - "__id__": 700 + "__id__": 704 }, { - "__id__": 701 + "__id__": 705 } ], "_prefab": null, @@ -18731,17 +18811,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 659 + "__id__": 663 }, "_prefab": { - "__id__": 661 + "__id__": 665 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 660 + "__id__": 664 }, "asset": { "__uuid__": "c5e75294-5ee5-4e7a-8192-d1655a94811e", @@ -18749,7 +18829,7 @@ }, "fileId": "5cD4+xkz1ErKrNpV+rss2i", "instance": { - "__id__": 662 + "__id__": 666 }, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -18761,20 +18841,11 @@ "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 663 - }, - { - "__id__": 665 - }, - { - "__id__": 666 - }, { "__id__": 667 }, { - "__id__": 668 + "__id__": 669 }, { "__id__": 670 @@ -18786,13 +18857,22 @@ "__id__": 672 }, { - "__id__": 673 + "__id__": 674 }, { "__id__": 675 }, + { + "__id__": 676 + }, { "__id__": 677 + }, + { + "__id__": 679 + }, + { + "__id__": 681 } ], "removedComponents": [] @@ -18800,7 +18880,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 664 + "__id__": 668 }, "propertyPath": [ "_name" @@ -18816,7 +18896,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 664 + "__id__": 668 }, "propertyPath": [ "_lpos" @@ -18831,7 +18911,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 664 + "__id__": 668 }, "propertyPath": [ "_lrot" @@ -18847,7 +18927,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 664 + "__id__": 668 }, "propertyPath": [ "_euler" @@ -18862,7 +18942,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 669 + "__id__": 673 }, "propertyPath": [ "_lrot" @@ -18884,7 +18964,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 669 + "__id__": 673 }, "propertyPath": [ "_euler" @@ -18899,7 +18979,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 664 + "__id__": 668 }, "propertyPath": [ "_layer" @@ -18909,7 +18989,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 669 + "__id__": 673 }, "propertyPath": [ "_layer" @@ -18919,7 +18999,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 674 + "__id__": 678 }, "propertyPath": [ "_layer" @@ -18935,7 +19015,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 676 + "__id__": 680 }, "propertyPath": [ "_layer" @@ -18951,7 +19031,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 678 + "__id__": 682 }, "propertyPath": [ "_rotationOvertimeModule", @@ -18970,17 +19050,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 659 + "__id__": 663 }, "_prefab": { - "__id__": 680 + "__id__": 684 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 679 + "__id__": 683 }, "asset": { "__uuid__": "c5e75294-5ee5-4e7a-8192-d1655a94811e", @@ -18988,7 +19068,7 @@ }, "fileId": "5cD4+xkz1ErKrNpV+rss2i", "instance": { - "__id__": 681 + "__id__": 685 }, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -19000,23 +19080,14 @@ "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 682 - }, - { - "__id__": 684 - }, - { - "__id__": 685 - }, { "__id__": 686 }, { - "__id__": 687 + "__id__": 688 }, { - "__id__": 688 + "__id__": 689 }, { "__id__": 690 @@ -19028,7 +19099,7 @@ "__id__": 692 }, { - "__id__": 693 + "__id__": 694 }, { "__id__": 695 @@ -19037,7 +19108,16 @@ "__id__": 696 }, { - "__id__": 698 + "__id__": 697 + }, + { + "__id__": 699 + }, + { + "__id__": 700 + }, + { + "__id__": 702 } ], "removedComponents": [] @@ -19045,7 +19125,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 683 + "__id__": 687 }, "propertyPath": [ "_name" @@ -19061,7 +19141,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 683 + "__id__": 687 }, "propertyPath": [ "_lpos" @@ -19076,7 +19156,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 683 + "__id__": 687 }, "propertyPath": [ "_lrot" @@ -19092,7 +19172,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 683 + "__id__": 687 }, "propertyPath": [ "_euler" @@ -19107,7 +19187,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 683 + "__id__": 687 }, "propertyPath": [ "_layer" @@ -19117,7 +19197,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 689 + "__id__": 693 }, "propertyPath": [ "_lrot" @@ -19139,7 +19219,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 689 + "__id__": 693 }, "propertyPath": [ "_euler" @@ -19154,7 +19234,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 683 + "__id__": 687 }, "propertyPath": [ "_lscale" @@ -19169,7 +19249,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 689 + "__id__": 693 }, "propertyPath": [ "_lscale" @@ -19184,7 +19264,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 694 + "__id__": 698 }, "propertyPath": [ "_rotationOvertimeModule", @@ -19202,7 +19282,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 689 + "__id__": 693 }, "propertyPath": [ "_layer" @@ -19212,7 +19292,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 697 + "__id__": 701 }, "propertyPath": [ "_layer" @@ -19228,7 +19308,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 699 + "__id__": 703 }, "propertyPath": [ "_layer" @@ -19247,7 +19327,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 659 + "__id__": 663 }, "_enabled": true, "__prefab": null, @@ -19269,7 +19349,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 659 + "__id__": 663 }, "_enabled": true, "__prefab": null, @@ -19308,19 +19388,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 637 + "__id__": 641 }, "_children": [], "_active": true, "_components": [ { - "__id__": 703 + "__id__": 707 }, { - "__id__": 704 + "__id__": 708 }, { - "__id__": 705 + "__id__": 709 } ], "_prefab": null, @@ -19359,7 +19439,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 702 + "__id__": 706 }, "_enabled": true, "__prefab": null, @@ -19381,7 +19461,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 702 + "__id__": 706 }, "_enabled": true, "__prefab": null, @@ -19441,7 +19521,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 702 + "__id__": 706 }, "_enabled": true, "__prefab": null, @@ -19469,7 +19549,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 637 + "__id__": 641 }, "_enabled": true, "__prefab": null, @@ -19491,15 +19571,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 637 + "__id__": 641 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 704 + "__id__": 708 }, "_animation": { - "__id__": 708 + "__id__": 712 }, "_score": 100, "_goalFx": { @@ -19514,7 +19594,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 637 + "__id__": 641 }, "_enabled": true, "__prefab": null, @@ -19547,16 +19627,16 @@ "_active": true, "_components": [ { - "__id__": 710 + "__id__": 714 }, { - "__id__": 711 + "__id__": 715 }, { - "__id__": 712 + "__id__": 716 }, { - "__id__": 713 + "__id__": 717 } ], "_prefab": null, @@ -19595,7 +19675,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 709 + "__id__": 713 }, "_enabled": true, "__prefab": null, @@ -19617,7 +19697,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 709 + "__id__": 713 }, "_enabled": true, "__prefab": null, @@ -19742,7 +19822,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 709 + "__id__": 713 }, "_enabled": true, "__prefab": null, @@ -19862,7 +19942,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 709 + "__id__": 713 }, "_enabled": true, "__prefab": null, @@ -19896,16 +19976,16 @@ "_active": true, "_components": [ { - "__id__": 715 + "__id__": 719 }, { - "__id__": 716 + "__id__": 720 }, { - "__id__": 717 + "__id__": 721 }, { - "__id__": 718 + "__id__": 722 } ], "_prefab": null, @@ -19944,7 +20024,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 714 + "__id__": 718 }, "_enabled": true, "__prefab": null, @@ -19966,7 +20046,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 714 + "__id__": 718 }, "_enabled": true, "__prefab": null, @@ -20021,18 +20101,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 714 + "__id__": 718 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 716 + "__id__": 720 }, "_portLeft": { - "__id__": 660 + "__id__": 664 }, "_portRight": { - "__id__": 679 + "__id__": 683 }, "_fx": { "__uuid__": "7afbc379-62e2-4721-b6d4-be47b00b6db2", @@ -20050,7 +20130,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 714 + "__id__": 718 }, "_enabled": true, "__prefab": null, @@ -20082,22 +20162,22 @@ }, "_children": [ { - "__id__": 720 + "__id__": 724 }, { - "__id__": 736 + "__id__": 740 }, { - "__id__": 755 + "__id__": 759 }, { - "__id__": 774 + "__id__": 778 } ], "_active": true, "_components": [ { - "__id__": 793 + "__id__": 797 } ], "_prefab": null, @@ -20136,26 +20216,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 719 + "__id__": 723 }, "_children": [ { - "__id__": 721 + "__id__": 725 }, { - "__id__": 728 + "__id__": 732 }, { - "__id__": 730 + "__id__": 734 } ], "_active": true, "_components": [ { - "__id__": 732 + "__id__": 736 }, { - "__id__": 733 + "__id__": 737 } ], "_prefab": null, @@ -20194,23 +20274,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 720 + "__id__": 724 }, "_children": [ { - "__id__": 722 + "__id__": 726 } ], "_active": true, "_components": [ { - "__id__": 725 + "__id__": 729 }, { - "__id__": 726 + "__id__": 730 }, { - "__id__": 727 + "__id__": 731 } ], "_prefab": null, @@ -20249,16 +20329,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 721 + "__id__": 725 }, "_children": [], "_active": true, "_components": [ { - "__id__": 723 + "__id__": 727 }, { - "__id__": 724 + "__id__": 728 } ], "_prefab": null, @@ -20297,7 +20377,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 722 + "__id__": 726 }, "_enabled": true, "__prefab": null, @@ -20319,7 +20399,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 722 + "__id__": 726 }, "_enabled": true, "__prefab": null, @@ -20358,7 +20438,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 721 + "__id__": 725 }, "_enabled": true, "__prefab": null, @@ -20380,7 +20460,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 721 + "__id__": 725 }, "_enabled": true, "__prefab": null, @@ -20408,7 +20488,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 721 + "__id__": 725 }, "_enabled": true, "__prefab": null, @@ -20436,13 +20516,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 720 + "__id__": 724 }, "_children": [], "_active": true, "_components": [ { - "__id__": 729 + "__id__": 733 } ], "_prefab": null, @@ -20481,7 +20561,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 728 + "__id__": 732 }, "_enabled": true, "__prefab": null, @@ -20503,13 +20583,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 720 + "__id__": 724 }, "_children": [], "_active": true, "_components": [ { - "__id__": 731 + "__id__": 735 } ], "_prefab": null, @@ -20548,7 +20628,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 730 + "__id__": 734 }, "_enabled": true, "__prefab": null, @@ -20570,7 +20650,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 720 + "__id__": 724 }, "_enabled": true, "__prefab": null, @@ -20592,27 +20672,27 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 720 + "__id__": 724 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 726 + "__id__": 730 }, "_sprite": { - "__id__": 724 - }, - "_patrolPoint1": { "__id__": 728 }, + "_patrolPoint1": { + "__id__": 732 + }, "_patrolPoint2": { - "__id__": 730 + "__id__": 734 }, "_speed": 50, "_requireGoal": 3, "_curveY": true, "_patrolCurve": { - "__id__": 734 + "__id__": 738 }, "_multiplierCurve": 120, "_hitSound": { @@ -20624,7 +20704,7 @@ { "__type__": "cc.AnimationCurve", "_curve": { - "__id__": 735 + "__id__": 739 } }, { @@ -20668,29 +20748,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 719 + "__id__": 723 }, "_children": [ { - "__id__": 737 + "__id__": 741 }, { - "__id__": 740 + "__id__": 744 }, { - "__id__": 747 + "__id__": 751 }, { - "__id__": 749 + "__id__": 753 } ], "_active": true, "_components": [ { - "__id__": 751 + "__id__": 755 }, { - "__id__": 752 + "__id__": 756 } ], "_prefab": null, @@ -20728,170 +20808,6 @@ "_name": "track", "_objFlags": 0, "__editorExtras__": {}, - "_parent": { - "__id__": 736 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 738 - }, - { - "__id__": 739 - } - ], - "_prefab": null, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_mobility": 0, - "_layer": 33554432, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "dfwes+qExMp4Xkg0S2bPFN" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 737 - }, - "_enabled": true, - "__prefab": null, - "_contentSize": { - "__type__": "cc.Size", - "width": 300, - "height": 24 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "b3QsrO+N1IWreCZ073kIKU" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 737 - }, - "_enabled": true, - "__prefab": null, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "d2384282-03f6-4cd3-a1fc-7711e12053c7@f9941", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "54brAva/tASoR7Cs2hb9XM" - }, - { - "__type__": "cc.Node", - "_name": "Collider", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 736 - }, - "_children": [ - { - "__id__": 741 - } - ], - "_active": true, - "_components": [ - { - "__id__": 744 - }, - { - "__id__": 745 - }, - { - "__id__": 746 - } - ], - "_prefab": null, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_mobility": 0, - "_layer": 33554432, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "2dKupfM6NIVJ5ph4/l5wL7" - }, - { - "__type__": "cc.Node", - "_name": "Sprite", - "_objFlags": 0, - "__editorExtras__": {}, "_parent": { "__id__": 740 }, @@ -20933,7 +20849,7 @@ "y": 0, "z": 0 }, - "_id": "e5sOYx2TdOZ5pw7fSJzYGP" + "_id": "dfwes+qExMp4Xkg0S2bPFN" }, { "__type__": "cc.UITransform", @@ -20945,6 +20861,170 @@ }, "_enabled": true, "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 300, + "height": 24 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "b3QsrO+N1IWreCZ073kIKU" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 741 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "d2384282-03f6-4cd3-a1fc-7711e12053c7@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "54brAva/tASoR7Cs2hb9XM" + }, + { + "__type__": "cc.Node", + "_name": "Collider", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 740 + }, + "_children": [ + { + "__id__": 745 + } + ], + "_active": true, + "_components": [ + { + "__id__": 748 + }, + { + "__id__": 749 + }, + { + "__id__": 750 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "2dKupfM6NIVJ5ph4/l5wL7" + }, + { + "__type__": "cc.Node", + "_name": "Sprite", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 744 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 746 + }, + { + "__id__": 747 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "e5sOYx2TdOZ5pw7fSJzYGP" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 745 + }, + "_enabled": true, + "__prefab": null, "_contentSize": { "__type__": "cc.Size", "width": 69.316, @@ -20963,7 +21043,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 741 + "__id__": 745 }, "_enabled": true, "__prefab": null, @@ -21002,7 +21082,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 740 + "__id__": 744 }, "_enabled": true, "__prefab": null, @@ -21024,7 +21104,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 740 + "__id__": 744 }, "_enabled": true, "__prefab": null, @@ -21052,7 +21132,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 740 + "__id__": 744 }, "_enabled": true, "__prefab": null, @@ -21080,13 +21160,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 736 + "__id__": 740 }, "_children": [], "_active": true, "_components": [ { - "__id__": 748 + "__id__": 752 } ], "_prefab": null, @@ -21125,7 +21205,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 747 + "__id__": 751 }, "_enabled": true, "__prefab": null, @@ -21147,13 +21227,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 736 + "__id__": 740 }, "_children": [], "_active": true, "_components": [ { - "__id__": 750 + "__id__": 754 } ], "_prefab": null, @@ -21192,7 +21272,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 749 + "__id__": 753 }, "_enabled": true, "__prefab": null, @@ -21214,7 +21294,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 736 + "__id__": 740 }, "_enabled": true, "__prefab": null, @@ -21236,27 +21316,27 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 736 + "__id__": 740 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 745 + "__id__": 749 }, "_sprite": { - "__id__": 743 - }, - "_patrolPoint1": { "__id__": 747 }, + "_patrolPoint1": { + "__id__": 751 + }, "_patrolPoint2": { - "__id__": 749 + "__id__": 753 }, "_speed": 50, "_requireGoal": 6, "_curveY": false, "_patrolCurve": { - "__id__": 753 + "__id__": 757 }, "_multiplierCurve": 100, "_hitSound": { @@ -21268,7 +21348,7 @@ { "__type__": "cc.AnimationCurve", "_curve": { - "__id__": 754 + "__id__": 758 } }, { @@ -21312,29 +21392,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 719 + "__id__": 723 }, "_children": [ { - "__id__": 756 + "__id__": 760 }, { - "__id__": 759 + "__id__": 763 }, { - "__id__": 766 + "__id__": 770 }, { - "__id__": 768 + "__id__": 772 } ], "_active": true, "_components": [ { - "__id__": 770 + "__id__": 774 }, { - "__id__": 771 + "__id__": 775 } ], "_prefab": null, @@ -21373,16 +21453,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 755 + "__id__": 759 }, "_children": [], "_active": true, "_components": [ { - "__id__": 757 + "__id__": 761 }, { - "__id__": 758 + "__id__": 762 } ], "_prefab": null, @@ -21421,7 +21501,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 756 + "__id__": 760 }, "_enabled": true, "__prefab": null, @@ -21443,7 +21523,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 756 + "__id__": 760 }, "_enabled": true, "__prefab": null, @@ -21482,23 +21562,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 755 + "__id__": 759 }, "_children": [ { - "__id__": 760 + "__id__": 764 } ], "_active": true, "_components": [ { - "__id__": 763 + "__id__": 767 }, { - "__id__": 764 + "__id__": 768 }, { - "__id__": 765 + "__id__": 769 } ], "_prefab": null, @@ -21537,16 +21617,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 759 + "__id__": 763 }, "_children": [], "_active": true, "_components": [ { - "__id__": 761 + "__id__": 765 }, { - "__id__": 762 + "__id__": 766 } ], "_prefab": null, @@ -21585,7 +21665,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 760 + "__id__": 764 }, "_enabled": true, "__prefab": null, @@ -21607,7 +21687,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 760 + "__id__": 764 }, "_enabled": true, "__prefab": null, @@ -21646,7 +21726,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 759 + "__id__": 763 }, "_enabled": true, "__prefab": null, @@ -21668,7 +21748,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 759 + "__id__": 763 }, "_enabled": true, "__prefab": null, @@ -21696,7 +21776,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 759 + "__id__": 763 }, "_enabled": true, "__prefab": null, @@ -21724,13 +21804,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 755 + "__id__": 759 }, "_children": [], "_active": true, "_components": [ { - "__id__": 767 + "__id__": 771 } ], "_prefab": null, @@ -21769,7 +21849,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 766 + "__id__": 770 }, "_enabled": true, "__prefab": null, @@ -21791,13 +21871,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 755 + "__id__": 759 }, "_children": [], "_active": true, "_components": [ { - "__id__": 769 + "__id__": 773 } ], "_prefab": null, @@ -21836,7 +21916,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 768 + "__id__": 772 }, "_enabled": true, "__prefab": null, @@ -21858,7 +21938,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 755 + "__id__": 759 }, "_enabled": true, "__prefab": null, @@ -21880,27 +21960,27 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 755 + "__id__": 759 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 764 + "__id__": 768 }, "_sprite": { - "__id__": 762 - }, - "_patrolPoint1": { "__id__": 766 }, + "_patrolPoint1": { + "__id__": 770 + }, "_patrolPoint2": { - "__id__": 768 + "__id__": 772 }, "_speed": 50, "_requireGoal": 9, "_curveY": false, "_patrolCurve": { - "__id__": 772 + "__id__": 776 }, "_multiplierCurve": 100, "_hitSound": { @@ -21912,7 +21992,7 @@ { "__type__": "cc.AnimationCurve", "_curve": { - "__id__": 773 + "__id__": 777 } }, { @@ -21956,29 +22036,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 719 + "__id__": 723 }, "_children": [ { - "__id__": 775 + "__id__": 779 }, { - "__id__": 778 + "__id__": 782 }, { - "__id__": 785 + "__id__": 789 }, { - "__id__": 787 + "__id__": 791 } ], "_active": true, "_components": [ { - "__id__": 789 + "__id__": 793 }, { - "__id__": 790 + "__id__": 794 } ], "_prefab": null, @@ -22017,16 +22097,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 774 + "__id__": 778 }, "_children": [], "_active": true, "_components": [ { - "__id__": 776 + "__id__": 780 }, { - "__id__": 777 + "__id__": 781 } ], "_prefab": null, @@ -22065,7 +22145,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 775 + "__id__": 779 }, "_enabled": true, "__prefab": null, @@ -22087,7 +22167,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 775 + "__id__": 779 }, "_enabled": true, "__prefab": null, @@ -22126,23 +22206,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 774 + "__id__": 778 }, "_children": [ { - "__id__": 779 + "__id__": 783 } ], "_active": true, "_components": [ { - "__id__": 782 + "__id__": 786 }, { - "__id__": 783 + "__id__": 787 }, { - "__id__": 784 + "__id__": 788 } ], "_prefab": null, @@ -22181,16 +22261,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 778 + "__id__": 782 }, "_children": [], "_active": true, "_components": [ { - "__id__": 780 + "__id__": 784 }, { - "__id__": 781 + "__id__": 785 } ], "_prefab": null, @@ -22229,7 +22309,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 779 + "__id__": 783 }, "_enabled": true, "__prefab": null, @@ -22251,7 +22331,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 779 + "__id__": 783 }, "_enabled": true, "__prefab": null, @@ -22290,7 +22370,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 778 + "__id__": 782 }, "_enabled": true, "__prefab": null, @@ -22312,7 +22392,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 778 + "__id__": 782 }, "_enabled": true, "__prefab": null, @@ -22340,7 +22420,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 778 + "__id__": 782 }, "_enabled": true, "__prefab": null, @@ -22368,13 +22448,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 774 + "__id__": 778 }, "_children": [], "_active": true, "_components": [ { - "__id__": 786 + "__id__": 790 } ], "_prefab": null, @@ -22413,7 +22493,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 785 + "__id__": 789 }, "_enabled": true, "__prefab": null, @@ -22435,13 +22515,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 774 + "__id__": 778 }, "_children": [], "_active": true, "_components": [ { - "__id__": 788 + "__id__": 792 } ], "_prefab": null, @@ -22480,7 +22560,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 787 + "__id__": 791 }, "_enabled": true, "__prefab": null, @@ -22502,7 +22582,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 774 + "__id__": 778 }, "_enabled": true, "__prefab": null, @@ -22524,27 +22604,27 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 774 + "__id__": 778 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 783 + "__id__": 787 }, "_sprite": { - "__id__": 781 - }, - "_patrolPoint1": { "__id__": 785 }, + "_patrolPoint1": { + "__id__": 789 + }, "_patrolPoint2": { - "__id__": 787 + "__id__": 791 }, "_speed": 50, "_requireGoal": 12, "_curveY": false, "_patrolCurve": { - "__id__": 791 + "__id__": 795 }, "_multiplierCurve": 100, "_hitSound": { @@ -22556,7 +22636,7 @@ { "__type__": "cc.AnimationCurve", "_curve": { - "__id__": 792 + "__id__": 796 } }, { @@ -22600,7 +22680,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 719 + "__id__": 723 }, "_enabled": true, "__prefab": null, @@ -22626,22 +22706,22 @@ }, "_children": [ { - "__id__": 795 + "__id__": 799 }, { - "__id__": 810 + "__id__": 814 }, { - "__id__": 825 + "__id__": 829 }, { - "__id__": 840 + "__id__": 844 } ], "_active": true, "_components": [ { - "__id__": 855 + "__id__": 859 } ], "_prefab": null, @@ -22680,23 +22760,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 794 + "__id__": 798 }, "_children": [ { - "__id__": 796 + "__id__": 800 } ], "_active": true, "_components": [ - { - "__id__": 805 - }, - { - "__id__": 808 - }, { "__id__": 809 + }, + { + "__id__": 812 + }, + { + "__id__": 813 } ], "_prefab": null, @@ -22735,29 +22815,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 795 + "__id__": 799 }, "_children": [ { - "__id__": 797 + "__id__": 801 }, { - "__id__": 800 + "__id__": 804 } ], "_active": true, "_components": [ - { - "__id__": 803 - }, - { - "__id__": 804 - }, - { - "__id__": 806 - }, { "__id__": 807 + }, + { + "__id__": 808 + }, + { + "__id__": 810 + }, + { + "__id__": 811 } ], "_prefab": null, @@ -22796,16 +22876,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 796 + "__id__": 800 }, "_children": [], "_active": true, "_components": [ { - "__id__": 798 + "__id__": 802 }, { - "__id__": 799 + "__id__": 803 } ], "_prefab": null, @@ -22844,7 +22924,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 797 + "__id__": 801 }, "_enabled": true, "__prefab": null, @@ -22866,7 +22946,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 797 + "__id__": 801 }, "_enabled": true, "__prefab": null, @@ -22905,16 +22985,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 796 + "__id__": 800 }, "_children": [], "_active": true, "_components": [ { - "__id__": 801 + "__id__": 805 }, { - "__id__": 802 + "__id__": 806 } ], "_prefab": null, @@ -22953,7 +23033,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 800 + "__id__": 804 }, "_enabled": true, "__prefab": null, @@ -22975,7 +23055,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 800 + "__id__": 804 }, "_enabled": true, "__prefab": null, @@ -23014,7 +23094,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 796 + "__id__": 800 }, "_enabled": true, "__prefab": null, @@ -23042,7 +23122,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 796 + "__id__": 800 }, "_enabled": true, "__prefab": null, @@ -23058,7 +23138,7 @@ }, "collideConnected": false, "connectedBody": { - "__id__": 805 + "__id__": 809 }, "_enableLimit": true, "_lowerAngle": -60, @@ -23074,7 +23154,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 795 + "__id__": 799 }, "_enabled": true, "__prefab": null, @@ -23102,7 +23182,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 796 + "__id__": 800 }, "_enabled": true, "__prefab": null, @@ -23182,7 +23262,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 796 + "__id__": 800 }, "_enabled": true, "__prefab": null, @@ -23204,15 +23284,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 795 + "__id__": 799 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 809 + "__id__": 813 }, "_hingeJoint": { - "__id__": 804 + "__id__": 808 }, "_motorSpeedActive": -10000, "_motorSpeedDeActive": 10000, @@ -23229,7 +23309,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 795 + "__id__": 799 }, "_enabled": true, "__prefab": null, @@ -23252,23 +23332,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 794 + "__id__": 798 }, "_children": [ { - "__id__": 811 + "__id__": 815 } ], "_active": true, "_components": [ - { - "__id__": 820 - }, - { - "__id__": 823 - }, { "__id__": 824 + }, + { + "__id__": 827 + }, + { + "__id__": 828 } ], "_prefab": null, @@ -23307,29 +23387,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 810 + "__id__": 814 }, "_children": [ { - "__id__": 812 + "__id__": 816 }, { - "__id__": 815 + "__id__": 819 } ], "_active": true, "_components": [ - { - "__id__": 818 - }, - { - "__id__": 819 - }, - { - "__id__": 821 - }, { "__id__": 822 + }, + { + "__id__": 823 + }, + { + "__id__": 825 + }, + { + "__id__": 826 } ], "_prefab": null, @@ -23368,16 +23448,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 811 + "__id__": 815 }, "_children": [], "_active": true, "_components": [ { - "__id__": 813 + "__id__": 817 }, { - "__id__": 814 + "__id__": 818 } ], "_prefab": null, @@ -23416,7 +23496,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 812 + "__id__": 816 }, "_enabled": true, "__prefab": null, @@ -23438,7 +23518,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 812 + "__id__": 816 }, "_enabled": true, "__prefab": null, @@ -23477,16 +23557,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 811 + "__id__": 815 }, "_children": [], "_active": true, "_components": [ { - "__id__": 816 + "__id__": 820 }, { - "__id__": 817 + "__id__": 821 } ], "_prefab": null, @@ -23525,7 +23605,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 815 + "__id__": 819 }, "_enabled": true, "__prefab": null, @@ -23547,7 +23627,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 815 + "__id__": 819 }, "_enabled": true, "__prefab": null, @@ -23586,7 +23666,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 811 + "__id__": 815 }, "_enabled": true, "__prefab": null, @@ -23614,7 +23694,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 811 + "__id__": 815 }, "_enabled": true, "__prefab": null, @@ -23630,7 +23710,7 @@ }, "collideConnected": false, "connectedBody": { - "__id__": 820 + "__id__": 824 }, "_enableLimit": true, "_lowerAngle": 0, @@ -23646,7 +23726,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 810 + "__id__": 814 }, "_enabled": true, "__prefab": null, @@ -23674,7 +23754,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 811 + "__id__": 815 }, "_enabled": true, "__prefab": null, @@ -23769,7 +23849,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 811 + "__id__": 815 }, "_enabled": true, "__prefab": null, @@ -23791,15 +23871,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 810 + "__id__": 814 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 824 + "__id__": 828 }, "_hingeJoint": { - "__id__": 819 + "__id__": 823 }, "_motorSpeedActive": 10000, "_motorSpeedDeActive": -10000, @@ -23816,7 +23896,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 810 + "__id__": 814 }, "_enabled": true, "__prefab": null, @@ -23839,23 +23919,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 794 + "__id__": 798 }, "_children": [ { - "__id__": 826 + "__id__": 830 } ], "_active": true, "_components": [ - { - "__id__": 835 - }, - { - "__id__": 838 - }, { "__id__": 839 + }, + { + "__id__": 842 + }, + { + "__id__": 843 } ], "_prefab": null, @@ -23894,29 +23974,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 825 + "__id__": 829 }, "_children": [ { - "__id__": 827 + "__id__": 831 }, { - "__id__": 830 + "__id__": 834 } ], "_active": true, "_components": [ - { - "__id__": 833 - }, - { - "__id__": 834 - }, - { - "__id__": 836 - }, { "__id__": 837 + }, + { + "__id__": 838 + }, + { + "__id__": 840 + }, + { + "__id__": 841 } ], "_prefab": null, @@ -23955,16 +24035,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 826 + "__id__": 830 }, "_children": [], "_active": true, "_components": [ { - "__id__": 828 + "__id__": 832 }, { - "__id__": 829 + "__id__": 833 } ], "_prefab": null, @@ -24003,7 +24083,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 827 + "__id__": 831 }, "_enabled": true, "__prefab": null, @@ -24025,7 +24105,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 827 + "__id__": 831 }, "_enabled": true, "__prefab": null, @@ -24064,16 +24144,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 826 + "__id__": 830 }, "_children": [], "_active": true, "_components": [ { - "__id__": 831 + "__id__": 835 }, { - "__id__": 832 + "__id__": 836 } ], "_prefab": null, @@ -24112,7 +24192,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 830 + "__id__": 834 }, "_enabled": true, "__prefab": null, @@ -24134,7 +24214,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 830 + "__id__": 834 }, "_enabled": true, "__prefab": null, @@ -24173,7 +24253,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 826 + "__id__": 830 }, "_enabled": true, "__prefab": null, @@ -24201,7 +24281,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 826 + "__id__": 830 }, "_enabled": true, "__prefab": null, @@ -24217,7 +24297,7 @@ }, "collideConnected": false, "connectedBody": { - "__id__": 835 + "__id__": 839 }, "_enableLimit": true, "_lowerAngle": 0, @@ -24233,7 +24313,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 825 + "__id__": 829 }, "_enabled": true, "__prefab": null, @@ -24261,7 +24341,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 826 + "__id__": 830 }, "_enabled": true, "__prefab": null, @@ -24356,7 +24436,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 826 + "__id__": 830 }, "_enabled": true, "__prefab": null, @@ -24378,15 +24458,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 825 + "__id__": 829 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 839 + "__id__": 843 }, "_hingeJoint": { - "__id__": 834 + "__id__": 838 }, "_motorSpeedActive": 10000, "_motorSpeedDeActive": -10000, @@ -24403,7 +24483,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 825 + "__id__": 829 }, "_enabled": true, "__prefab": null, @@ -24426,23 +24506,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 794 + "__id__": 798 }, "_children": [ { - "__id__": 841 + "__id__": 845 } ], "_active": true, "_components": [ - { - "__id__": 850 - }, - { - "__id__": 853 - }, { "__id__": 854 + }, + { + "__id__": 857 + }, + { + "__id__": 858 } ], "_prefab": null, @@ -24481,29 +24561,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 840 + "__id__": 844 }, "_children": [ { - "__id__": 842 + "__id__": 846 }, { - "__id__": 845 + "__id__": 849 } ], "_active": true, "_components": [ - { - "__id__": 848 - }, - { - "__id__": 849 - }, - { - "__id__": 851 - }, { "__id__": 852 + }, + { + "__id__": 853 + }, + { + "__id__": 855 + }, + { + "__id__": 856 } ], "_prefab": null, @@ -24542,16 +24622,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 841 + "__id__": 845 }, "_children": [], "_active": true, "_components": [ { - "__id__": 843 + "__id__": 847 }, { - "__id__": 844 + "__id__": 848 } ], "_prefab": null, @@ -24590,7 +24670,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 842 + "__id__": 846 }, "_enabled": true, "__prefab": null, @@ -24612,7 +24692,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 842 + "__id__": 846 }, "_enabled": true, "__prefab": null, @@ -24651,16 +24731,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 841 + "__id__": 845 }, "_children": [], "_active": true, "_components": [ { - "__id__": 846 + "__id__": 850 }, { - "__id__": 847 + "__id__": 851 } ], "_prefab": null, @@ -24699,7 +24779,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 845 + "__id__": 849 }, "_enabled": true, "__prefab": null, @@ -24721,7 +24801,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 845 + "__id__": 849 }, "_enabled": true, "__prefab": null, @@ -24760,7 +24840,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 841 + "__id__": 845 }, "_enabled": true, "__prefab": null, @@ -24788,7 +24868,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 841 + "__id__": 845 }, "_enabled": true, "__prefab": null, @@ -24804,7 +24884,7 @@ }, "collideConnected": false, "connectedBody": { - "__id__": 850 + "__id__": 854 }, "_enableLimit": true, "_lowerAngle": -60, @@ -24820,7 +24900,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 840 + "__id__": 844 }, "_enabled": true, "__prefab": null, @@ -24848,7 +24928,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 841 + "__id__": 845 }, "_enabled": true, "__prefab": null, @@ -24928,7 +25008,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 841 + "__id__": 845 }, "_enabled": true, "__prefab": null, @@ -24950,15 +25030,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 840 + "__id__": 844 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 854 + "__id__": 858 }, "_hingeJoint": { - "__id__": 849 + "__id__": 853 }, "_motorSpeedActive": -10000, "_motorSpeedDeActive": 10000, @@ -24975,7 +25055,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 840 + "__id__": 844 }, "_enabled": true, "__prefab": null, @@ -24998,7 +25078,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 794 + "__id__": 798 }, "_enabled": true, "__prefab": null, @@ -25026,16 +25106,16 @@ "_active": true, "_components": [ { - "__id__": 857 + "__id__": 861 }, { - "__id__": 858 + "__id__": 862 }, { - "__id__": 859 + "__id__": 863 }, { - "__id__": 860 + "__id__": 864 } ], "_prefab": null, @@ -25074,7 +25154,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 856 + "__id__": 860 }, "_enabled": true, "__prefab": null, @@ -25096,7 +25176,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 856 + "__id__": 860 }, "_enabled": true, "__prefab": null, @@ -25124,12 +25204,12 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 856 + "__id__": 860 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 858 + "__id__": 862 }, "_id": "63rfzsm3REkprs+s68PCRK" }, @@ -25139,7 +25219,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 856 + "__id__": 860 }, "_enabled": true, "__prefab": null, @@ -25170,12 +25250,6 @@ "__id__": 16 }, "_children": [ - { - "__id__": 862 - }, - { - "__id__": 864 - }, { "__id__": 866 }, @@ -25361,15 +25435,21 @@ }, { "__id__": 988 + }, + { + "__id__": 990 + }, + { + "__id__": 992 } ], "_active": true, "_components": [ { - "__id__": 990 + "__id__": 994 }, { - "__id__": 991 + "__id__": 995 } ], "_prefab": null, @@ -25408,13 +25488,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 863 + "__id__": 867 } ], "_prefab": null, @@ -25453,7 +25533,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 862 + "__id__": 866 }, "_enabled": true, "__prefab": null, @@ -25475,13 +25555,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 865 + "__id__": 869 } ], "_prefab": null, @@ -25520,7 +25600,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 864 + "__id__": 868 }, "_enabled": true, "__prefab": null, @@ -25542,13 +25622,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 867 + "__id__": 871 } ], "_prefab": null, @@ -25587,7 +25667,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 866 + "__id__": 870 }, "_enabled": true, "__prefab": null, @@ -25609,13 +25689,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 869 + "__id__": 873 } ], "_prefab": null, @@ -25654,7 +25734,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 868 + "__id__": 872 }, "_enabled": true, "__prefab": null, @@ -25676,13 +25756,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 871 + "__id__": 875 } ], "_prefab": null, @@ -25721,7 +25801,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 870 + "__id__": 874 }, "_enabled": true, "__prefab": null, @@ -25743,13 +25823,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 873 + "__id__": 877 } ], "_prefab": null, @@ -25788,7 +25868,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 872 + "__id__": 876 }, "_enabled": true, "__prefab": null, @@ -25810,13 +25890,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 875 + "__id__": 879 } ], "_prefab": null, @@ -25855,7 +25935,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 874 + "__id__": 878 }, "_enabled": true, "__prefab": null, @@ -25877,13 +25957,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 877 + "__id__": 881 } ], "_prefab": null, @@ -25922,7 +26002,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 876 + "__id__": 880 }, "_enabled": true, "__prefab": null, @@ -25944,13 +26024,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 879 + "__id__": 883 } ], "_prefab": null, @@ -25989,7 +26069,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 878 + "__id__": 882 }, "_enabled": true, "__prefab": null, @@ -26011,13 +26091,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 881 + "__id__": 885 } ], "_prefab": null, @@ -26056,7 +26136,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 880 + "__id__": 884 }, "_enabled": true, "__prefab": null, @@ -26078,13 +26158,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 883 + "__id__": 887 } ], "_prefab": null, @@ -26123,7 +26203,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 882 + "__id__": 886 }, "_enabled": true, "__prefab": null, @@ -26145,13 +26225,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 885 + "__id__": 889 } ], "_prefab": null, @@ -26190,7 +26270,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 884 + "__id__": 888 }, "_enabled": true, "__prefab": null, @@ -26212,13 +26292,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 887 + "__id__": 891 } ], "_prefab": null, @@ -26257,7 +26337,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 886 + "__id__": 890 }, "_enabled": true, "__prefab": null, @@ -26279,13 +26359,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 889 + "__id__": 893 } ], "_prefab": null, @@ -26324,7 +26404,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 888 + "__id__": 892 }, "_enabled": true, "__prefab": null, @@ -26346,13 +26426,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 891 + "__id__": 895 } ], "_prefab": null, @@ -26391,7 +26471,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 890 + "__id__": 894 }, "_enabled": true, "__prefab": null, @@ -26413,13 +26493,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 893 + "__id__": 897 } ], "_prefab": null, @@ -26458,7 +26538,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 892 + "__id__": 896 }, "_enabled": true, "__prefab": null, @@ -26480,13 +26560,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 895 + "__id__": 899 } ], "_prefab": null, @@ -26525,7 +26605,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 894 + "__id__": 898 }, "_enabled": true, "__prefab": null, @@ -26547,13 +26627,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 897 + "__id__": 901 } ], "_prefab": null, @@ -26592,7 +26672,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 896 + "__id__": 900 }, "_enabled": true, "__prefab": null, @@ -26614,13 +26694,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 899 + "__id__": 903 } ], "_prefab": null, @@ -26659,7 +26739,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 898 + "__id__": 902 }, "_enabled": true, "__prefab": null, @@ -26681,13 +26761,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 901 + "__id__": 905 } ], "_prefab": null, @@ -26726,7 +26806,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 900 + "__id__": 904 }, "_enabled": true, "__prefab": null, @@ -26748,13 +26828,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 903 + "__id__": 907 } ], "_prefab": null, @@ -26793,7 +26873,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 902 + "__id__": 906 }, "_enabled": true, "__prefab": null, @@ -26815,13 +26895,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 905 + "__id__": 909 } ], "_prefab": null, @@ -26860,7 +26940,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 904 + "__id__": 908 }, "_enabled": true, "__prefab": null, @@ -26882,13 +26962,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 907 + "__id__": 911 } ], "_prefab": null, @@ -26927,7 +27007,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 906 + "__id__": 910 }, "_enabled": true, "__prefab": null, @@ -26949,13 +27029,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 909 + "__id__": 913 } ], "_prefab": null, @@ -26994,7 +27074,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 908 + "__id__": 912 }, "_enabled": true, "__prefab": null, @@ -27016,13 +27096,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 911 + "__id__": 915 } ], "_prefab": null, @@ -27061,7 +27141,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 910 + "__id__": 914 }, "_enabled": true, "__prefab": null, @@ -27083,13 +27163,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 913 + "__id__": 917 } ], "_prefab": null, @@ -27128,7 +27208,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 912 + "__id__": 916 }, "_enabled": true, "__prefab": null, @@ -27150,13 +27230,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 915 + "__id__": 919 } ], "_prefab": null, @@ -27195,7 +27275,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 914 + "__id__": 918 }, "_enabled": true, "__prefab": null, @@ -27217,13 +27297,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 917 + "__id__": 921 } ], "_prefab": null, @@ -27262,7 +27342,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 916 + "__id__": 920 }, "_enabled": true, "__prefab": null, @@ -27284,13 +27364,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 919 + "__id__": 923 } ], "_prefab": null, @@ -27329,7 +27409,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 918 + "__id__": 922 }, "_enabled": true, "__prefab": null, @@ -27351,13 +27431,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 921 + "__id__": 925 } ], "_prefab": null, @@ -27396,7 +27476,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 920 + "__id__": 924 }, "_enabled": true, "__prefab": null, @@ -27418,13 +27498,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 923 + "__id__": 927 } ], "_prefab": null, @@ -27463,7 +27543,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 922 + "__id__": 926 }, "_enabled": true, "__prefab": null, @@ -27485,13 +27565,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 925 + "__id__": 929 } ], "_prefab": null, @@ -27530,7 +27610,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 924 + "__id__": 928 }, "_enabled": true, "__prefab": null, @@ -27552,13 +27632,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 927 + "__id__": 931 } ], "_prefab": null, @@ -27597,7 +27677,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 926 + "__id__": 930 }, "_enabled": true, "__prefab": null, @@ -27619,13 +27699,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 929 + "__id__": 933 } ], "_prefab": null, @@ -27664,7 +27744,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 928 + "__id__": 932 }, "_enabled": true, "__prefab": null, @@ -27686,13 +27766,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 931 + "__id__": 935 } ], "_prefab": null, @@ -27731,7 +27811,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 930 + "__id__": 934 }, "_enabled": true, "__prefab": null, @@ -27753,13 +27833,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 933 + "__id__": 937 } ], "_prefab": null, @@ -27798,7 +27878,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 932 + "__id__": 936 }, "_enabled": true, "__prefab": null, @@ -27820,13 +27900,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 935 + "__id__": 939 } ], "_prefab": null, @@ -27865,7 +27945,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 934 + "__id__": 938 }, "_enabled": true, "__prefab": null, @@ -27887,13 +27967,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 937 + "__id__": 941 } ], "_prefab": null, @@ -27932,7 +28012,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 936 + "__id__": 940 }, "_enabled": true, "__prefab": null, @@ -27954,13 +28034,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 939 + "__id__": 943 } ], "_prefab": null, @@ -27999,7 +28079,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 938 + "__id__": 942 }, "_enabled": true, "__prefab": null, @@ -28021,13 +28101,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 941 + "__id__": 945 } ], "_prefab": null, @@ -28066,7 +28146,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 940 + "__id__": 944 }, "_enabled": true, "__prefab": null, @@ -28088,13 +28168,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 943 + "__id__": 947 } ], "_prefab": null, @@ -28133,7 +28213,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 942 + "__id__": 946 }, "_enabled": true, "__prefab": null, @@ -28155,13 +28235,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 945 + "__id__": 949 } ], "_prefab": null, @@ -28200,7 +28280,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 944 + "__id__": 948 }, "_enabled": true, "__prefab": null, @@ -28222,13 +28302,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 947 + "__id__": 951 } ], "_prefab": null, @@ -28267,7 +28347,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 946 + "__id__": 950 }, "_enabled": true, "__prefab": null, @@ -28289,13 +28369,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 949 + "__id__": 953 } ], "_prefab": null, @@ -28334,7 +28414,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 948 + "__id__": 952 }, "_enabled": true, "__prefab": null, @@ -28356,13 +28436,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 951 + "__id__": 955 } ], "_prefab": null, @@ -28401,7 +28481,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 950 + "__id__": 954 }, "_enabled": true, "__prefab": null, @@ -28423,13 +28503,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 953 + "__id__": 957 } ], "_prefab": null, @@ -28468,7 +28548,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 952 + "__id__": 956 }, "_enabled": true, "__prefab": null, @@ -28490,13 +28570,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 955 + "__id__": 959 } ], "_prefab": null, @@ -28535,7 +28615,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 954 + "__id__": 958 }, "_enabled": true, "__prefab": null, @@ -28557,13 +28637,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 957 + "__id__": 961 } ], "_prefab": null, @@ -28602,7 +28682,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 956 + "__id__": 960 }, "_enabled": true, "__prefab": null, @@ -28624,13 +28704,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 959 + "__id__": 963 } ], "_prefab": null, @@ -28669,7 +28749,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 958 + "__id__": 962 }, "_enabled": true, "__prefab": null, @@ -28691,13 +28771,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 961 + "__id__": 965 } ], "_prefab": null, @@ -28736,7 +28816,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 960 + "__id__": 964 }, "_enabled": true, "__prefab": null, @@ -28758,13 +28838,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 963 + "__id__": 967 } ], "_prefab": null, @@ -28803,7 +28883,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 962 + "__id__": 966 }, "_enabled": true, "__prefab": null, @@ -28825,13 +28905,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 965 + "__id__": 969 } ], "_prefab": null, @@ -28870,7 +28950,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 964 + "__id__": 968 }, "_enabled": true, "__prefab": null, @@ -28892,13 +28972,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 967 + "__id__": 971 } ], "_prefab": null, @@ -28937,7 +29017,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 966 + "__id__": 970 }, "_enabled": true, "__prefab": null, @@ -28959,13 +29039,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 969 + "__id__": 973 } ], "_prefab": null, @@ -29004,7 +29084,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 968 + "__id__": 972 }, "_enabled": true, "__prefab": null, @@ -29026,13 +29106,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 971 + "__id__": 975 } ], "_prefab": null, @@ -29071,7 +29151,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 970 + "__id__": 974 }, "_enabled": true, "__prefab": null, @@ -29093,13 +29173,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 973 + "__id__": 977 } ], "_prefab": null, @@ -29138,7 +29218,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 972 + "__id__": 976 }, "_enabled": true, "__prefab": null, @@ -29160,13 +29240,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 975 + "__id__": 979 } ], "_prefab": null, @@ -29205,7 +29285,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 974 + "__id__": 978 }, "_enabled": true, "__prefab": null, @@ -29227,13 +29307,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 977 + "__id__": 981 } ], "_prefab": null, @@ -29272,7 +29352,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 976 + "__id__": 980 }, "_enabled": true, "__prefab": null, @@ -29294,13 +29374,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 979 + "__id__": 983 } ], "_prefab": null, @@ -29339,7 +29419,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 978 + "__id__": 982 }, "_enabled": true, "__prefab": null, @@ -29361,13 +29441,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 981 + "__id__": 985 } ], "_prefab": null, @@ -29406,7 +29486,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 980 + "__id__": 984 }, "_enabled": true, "__prefab": null, @@ -29428,13 +29508,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 983 + "__id__": 987 } ], "_prefab": null, @@ -29473,7 +29553,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 982 + "__id__": 986 }, "_enabled": true, "__prefab": null, @@ -29495,13 +29575,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 985 + "__id__": 989 } ], "_prefab": null, @@ -29540,7 +29620,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 984 + "__id__": 988 }, "_enabled": true, "__prefab": null, @@ -29562,13 +29642,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 987 + "__id__": 991 } ], "_prefab": null, @@ -29607,7 +29687,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 986 + "__id__": 990 }, "_enabled": true, "__prefab": null, @@ -29629,13 +29709,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 865 }, "_children": [], "_active": true, "_components": [ { - "__id__": 989 + "__id__": 993 } ], "_prefab": null, @@ -29674,7 +29754,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 988 + "__id__": 992 }, "_enabled": true, "__prefab": null, @@ -29696,7 +29776,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 861 + "__id__": 865 }, "_enabled": true, "__prefab": null, @@ -29718,42 +29798,36 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 861 + "__id__": 865 }, "_enabled": true, "__prefab": null, "_objects": [ - { - "__id__": 992 - }, - { - "__id__": 993 - } - ], - "_boosters": [ - { - "__id__": 994 - }, - { - "__id__": 995 - }, { "__id__": 996 }, { "__id__": 997 - }, + } + ], + "_boosters": [ { "__id__": 998 + }, + { + "__id__": 999 + }, + { + "__id__": 1000 + }, + { + "__id__": 1001 + }, + { + "__id__": 1002 } ], "_spawnPoints": [ - { - "__id__": 862 - }, - { - "__id__": 864 - }, { "__id__": 866 }, @@ -29939,6 +30013,12 @@ }, { "__id__": 988 + }, + { + "__id__": 990 + }, + { + "__id__": 992 } ], "_spawnTime": 1.5, @@ -30040,10 +30120,10 @@ "_active": true, "_components": [ { - "__id__": 1000 + "__id__": 1004 }, { - "__id__": 1001 + "__id__": 1005 } ], "_prefab": null, @@ -30082,7 +30162,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 999 + "__id__": 1003 }, "_enabled": true, "__prefab": null, @@ -30104,7 +30184,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 999 + "__id__": 1003 }, "_enabled": true, "__prefab": null, @@ -30149,7 +30229,7 @@ "_active": true, "_components": [ { - "__id__": 1003 + "__id__": 1007 } ], "_prefab": null, @@ -30188,7 +30268,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1002 + "__id__": 1006 }, "_enabled": true, "__prefab": null, @@ -30214,16 +30294,16 @@ }, "_children": [ { - "__id__": 1005 + "__id__": 1009 }, { - "__id__": 1140 + "__id__": 1144 } ], "_active": true, "_components": [ { - "__id__": 1275 + "__id__": 1279 } ], "_prefab": null, @@ -30262,26 +30342,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1004 + "__id__": 1008 }, "_children": [ { - "__id__": 1006 + "__id__": 1010 }, { - "__id__": 1011 + "__id__": 1015 } ], "_active": true, "_components": [ { - "__id__": 1137 + "__id__": 1141 }, { - "__id__": 1138 + "__id__": 1142 }, { - "__id__": 1139 + "__id__": 1143 } ], "_prefab": null, @@ -30320,22 +30400,22 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1005 + "__id__": 1009 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1007 + "__id__": 1011 }, { - "__id__": 1008 + "__id__": 1012 }, { - "__id__": 1009 + "__id__": 1013 }, { - "__id__": 1010 + "__id__": 1014 } ], "_prefab": null, @@ -30374,7 +30454,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1006 + "__id__": 1010 }, "_enabled": true, "__prefab": null, @@ -30396,7 +30476,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1006 + "__id__": 1010 }, "_enabled": true, "__prefab": null, @@ -30435,7 +30515,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1006 + "__id__": 1010 }, "_enabled": true, "__prefab": null, @@ -30463,7 +30543,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1006 + "__id__": 1010 }, "_enabled": true, "__prefab": null, @@ -30491,20 +30571,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1005 + "__id__": 1009 }, "_children": [ { - "__id__": 1012 + "__id__": 1016 }, { - "__id__": 1071 + "__id__": 1075 } ], "_active": false, "_components": [ { - "__id__": 1136 + "__id__": 1140 } ], "_prefab": null, @@ -30543,19 +30623,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1011 + "__id__": 1015 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1013 + "__id__": 1017 }, { - "__id__": 1069 + "__id__": 1073 }, { - "__id__": 1070 + "__id__": 1074 } ], "_prefab": null, @@ -30594,7 +30674,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1012 + "__id__": 1016 }, "_enabled": true, "__prefab": null, @@ -30607,60 +30687,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 1014 + "__id__": 1018 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 1015 + "__id__": 1019 }, "startSize": { - "__id__": 1015 + "__id__": 1019 }, "startSizeY": { - "__id__": 1016 + "__id__": 1020 }, "startSizeZ": { - "__id__": 1017 + "__id__": 1021 }, "startSpeed": { - "__id__": 1018 + "__id__": 1022 }, "startRotation3D": false, "startRotationX": { - "__id__": 1019 + "__id__": 1023 }, "startRotationY": { - "__id__": 1020 + "__id__": 1024 }, "startRotationZ": { - "__id__": 1021 + "__id__": 1025 }, "startRotation": { - "__id__": 1021 + "__id__": 1025 }, "startDelay": { - "__id__": 1022 + "__id__": 1026 }, "startLifetime": { - "__id__": 1023 + "__id__": 1027 }, "duration": 0.5, "loop": false, "simulationSpeed": 1, "playOnAwake": true, "gravityModifier": { - "__id__": 1024 + "__id__": 1028 }, "rateOverTime": { - "__id__": 1025 + "__id__": 1029 }, "rateOverDistance": { - "__id__": 1026 + "__id__": 1030 }, "bursts": [ { - "__id__": 1027 + "__id__": 1031 } ], "_renderCulling": false, @@ -30671,37 +30751,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 1029 - }, - "_shapeModule": { - "__id__": 1031 - }, - "_sizeOvertimeModule": { "__id__": 1033 }, + "_shapeModule": { + "__id__": 1035 + }, + "_sizeOvertimeModule": { + "__id__": 1037 + }, "_velocityOvertimeModule": { - "__id__": 1039 + "__id__": 1043 }, "_forceOvertimeModule": { - "__id__": 1045 - }, - "_limitVelocityOvertimeModule": { "__id__": 1049 }, - "_rotationOvertimeModule": { - "__id__": 1054 + "_limitVelocityOvertimeModule": { + "__id__": 1053 }, - "_textureAnimationModule": { + "_rotationOvertimeModule": { "__id__": 1058 }, - "_noiseModule": { + "_textureAnimationModule": { "__id__": 1062 }, + "_noiseModule": { + "__id__": 1066 + }, "_trailModule": { - "__id__": 1063 + "__id__": 1067 }, "renderer": { - "__id__": 1068 + "__id__": 1072 }, "_prewarm": false, "_capacity": 8, @@ -30801,7 +30881,7 @@ "_repeatCount": 1, "repeatInterval": 0, "count": { - "__id__": 1028 + "__id__": 1032 } }, { @@ -30814,7 +30894,7 @@ "__type__": "cc.ColorOvertimeModule", "_enable": false, "color": { - "__id__": 1030 + "__id__": 1034 } }, { @@ -30843,7 +30923,7 @@ "arcMode": 0, "arcSpread": 11.4, "arcSpeed": { - "__id__": 1032 + "__id__": 1036 }, "length": 5, "boxThickness": { @@ -30884,23 +30964,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 1034 + "__id__": 1038 }, "x": { - "__id__": 1036 + "__id__": 1040 }, "y": { - "__id__": 1037 + "__id__": 1041 }, "z": { - "__id__": 1038 + "__id__": 1042 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1035 + "__id__": 1039 }, "multiplier": 1 }, @@ -30961,16 +31041,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": true, "x": { - "__id__": 1040 + "__id__": 1044 }, "y": { - "__id__": 1041 + "__id__": 1045 }, "z": { - "__id__": 1043 + "__id__": 1047 }, "speedModifier": { - "__id__": 1044 + "__id__": 1048 }, "space": 1 }, @@ -30984,7 +31064,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1042 + "__id__": 1046 }, "multiplier": 1 }, @@ -31039,13 +31119,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 1046 + "__id__": 1050 }, "y": { - "__id__": 1047 + "__id__": 1051 }, "z": { - "__id__": 1048 + "__id__": 1052 }, "space": 1 }, @@ -31071,16 +31151,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": false, "limitX": { - "__id__": 1050 + "__id__": 1054 }, "limitY": { - "__id__": 1051 + "__id__": 1055 }, "limitZ": { - "__id__": 1052 + "__id__": 1056 }, "limit": { - "__id__": 1053 + "__id__": 1057 }, "dampen": 3, "separateAxes": false, @@ -31115,13 +31195,13 @@ "_enable": true, "_separateAxes": false, "x": { - "__id__": 1055 + "__id__": 1059 }, "y": { - "__id__": 1056 + "__id__": 1060 }, "z": { - "__id__": 1057 + "__id__": 1061 } }, { @@ -31155,10 +31235,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 1059 + "__id__": 1063 }, "startFrame": { - "__id__": 1061 + "__id__": 1065 }, "cycleCount": 0, "_flipU": 0, @@ -31171,7 +31251,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1060 + "__id__": 1064 }, "multiplier": 1 }, @@ -31238,25 +31318,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 1064 + "__id__": 1068 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 1065 + "__id__": 1069 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 1066 + "__id__": 1070 }, "colorOvertime": { - "__id__": 1067 + "__id__": 1071 }, "_space": 0, "_particleSystem": { - "__id__": 1013 + "__id__": 1017 } }, { @@ -31317,7 +31397,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1012 + "__id__": 1016 }, "_enabled": true, "__prefab": null, @@ -31329,7 +31409,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1012 + "__id__": 1016 }, "_enabled": true, "__prefab": null, @@ -31351,19 +31431,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1011 + "__id__": 1015 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1072 + "__id__": 1076 }, { - "__id__": 1134 + "__id__": 1138 }, { - "__id__": 1135 + "__id__": 1139 } ], "_prefab": null, @@ -31402,7 +31482,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1071 + "__id__": 1075 }, "_enabled": true, "__prefab": null, @@ -31415,60 +31495,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 1073 + "__id__": 1077 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 1074 + "__id__": 1078 }, "startSize": { - "__id__": 1074 + "__id__": 1078 }, "startSizeY": { - "__id__": 1075 + "__id__": 1079 }, "startSizeZ": { - "__id__": 1076 + "__id__": 1080 }, "startSpeed": { - "__id__": 1077 + "__id__": 1081 }, "startRotation3D": false, "startRotationX": { - "__id__": 1078 + "__id__": 1082 }, "startRotationY": { - "__id__": 1079 + "__id__": 1083 }, "startRotationZ": { - "__id__": 1080 + "__id__": 1084 }, "startRotation": { - "__id__": 1080 + "__id__": 1084 }, "startDelay": { - "__id__": 1081 + "__id__": 1085 }, "startLifetime": { - "__id__": 1082 + "__id__": 1086 }, "duration": 0.5, "loop": false, "simulationSpeed": 1, "playOnAwake": true, "gravityModifier": { - "__id__": 1083 + "__id__": 1087 }, "rateOverTime": { - "__id__": 1084 + "__id__": 1088 }, "rateOverDistance": { - "__id__": 1085 + "__id__": 1089 }, "bursts": [ { - "__id__": 1086 + "__id__": 1090 } ], "_renderCulling": false, @@ -31479,37 +31559,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 1088 + "__id__": 1092 }, "_shapeModule": { - "__id__": 1097 + "__id__": 1101 }, "_sizeOvertimeModule": { - "__id__": 1099 + "__id__": 1103 }, "_velocityOvertimeModule": { - "__id__": 1105 + "__id__": 1109 }, "_forceOvertimeModule": { - "__id__": 1110 - }, - "_limitVelocityOvertimeModule": { "__id__": 1114 }, - "_rotationOvertimeModule": { - "__id__": 1119 + "_limitVelocityOvertimeModule": { + "__id__": 1118 }, - "_textureAnimationModule": { + "_rotationOvertimeModule": { "__id__": 1123 }, - "_noiseModule": { + "_textureAnimationModule": { "__id__": 1127 }, + "_noiseModule": { + "__id__": 1131 + }, "_trailModule": { - "__id__": 1128 + "__id__": 1132 }, "renderer": { - "__id__": 1133 + "__id__": 1137 }, "_prewarm": false, "_capacity": 100, @@ -31607,7 +31687,7 @@ "_repeatCount": 1, "repeatInterval": 1, "count": { - "__id__": 1087 + "__id__": 1091 } }, { @@ -31620,38 +31700,38 @@ "__type__": "cc.ColorOvertimeModule", "_enable": true, "color": { - "__id__": 1089 + "__id__": 1093 } }, { "__type__": "cc.GradientRange", "_mode": 1, "gradient": { - "__id__": 1090 + "__id__": 1094 } }, { "__type__": "cc.Gradient", "colorKeys": [ - { - "__id__": 1091 - }, - { - "__id__": 1092 - }, - { - "__id__": 1093 - } - ], - "alphaKeys": [ - { - "__id__": 1094 - }, { "__id__": 1095 }, { "__id__": 1096 + }, + { + "__id__": 1097 + } + ], + "alphaKeys": [ + { + "__id__": 1098 + }, + { + "__id__": 1099 + }, + { + "__id__": 1100 } ], "mode": 0 @@ -31719,7 +31799,7 @@ "arcMode": 0, "arcSpread": 0, "arcSpeed": { - "__id__": 1098 + "__id__": 1102 }, "length": 5, "boxThickness": { @@ -31760,23 +31840,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 1100 + "__id__": 1104 }, "x": { - "__id__": 1102 + "__id__": 1106 }, "y": { - "__id__": 1103 + "__id__": 1107 }, "z": { - "__id__": 1104 + "__id__": 1108 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1101 + "__id__": 1105 }, "multiplier": 1 }, @@ -31837,16 +31917,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": false, "x": { - "__id__": 1106 + "__id__": 1110 }, "y": { - "__id__": 1107 + "__id__": 1111 }, "z": { - "__id__": 1108 + "__id__": 1112 }, "speedModifier": { - "__id__": 1109 + "__id__": 1113 }, "space": 1 }, @@ -31878,13 +31958,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 1111 + "__id__": 1115 }, "y": { - "__id__": 1112 + "__id__": 1116 }, "z": { - "__id__": 1113 + "__id__": 1117 }, "space": 1 }, @@ -31910,16 +31990,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": true, "limitX": { - "__id__": 1115 + "__id__": 1119 }, "limitY": { - "__id__": 1116 + "__id__": 1120 }, "limitZ": { - "__id__": 1117 + "__id__": 1121 }, "limit": { - "__id__": 1118 + "__id__": 1122 }, "dampen": 0.05, "separateAxes": false, @@ -31954,13 +32034,13 @@ "_enable": true, "_separateAxes": false, "x": { - "__id__": 1120 + "__id__": 1124 }, "y": { - "__id__": 1121 + "__id__": 1125 }, "z": { - "__id__": 1122 + "__id__": 1126 } }, { @@ -31992,10 +32072,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 1124 + "__id__": 1128 }, "startFrame": { - "__id__": 1126 + "__id__": 1130 }, "cycleCount": 1, "_flipU": 0, @@ -32008,7 +32088,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1125 + "__id__": 1129 }, "multiplier": 1 }, @@ -32076,25 +32156,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 1129 + "__id__": 1133 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 1130 + "__id__": 1134 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 1131 + "__id__": 1135 }, "colorOvertime": { - "__id__": 1132 + "__id__": 1136 }, "_space": 0, "_particleSystem": { - "__id__": 1072 + "__id__": 1076 } }, { @@ -32155,7 +32235,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1071 + "__id__": 1075 }, "_enabled": true, "__prefab": null, @@ -32167,7 +32247,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1071 + "__id__": 1075 }, "_enabled": true, "__prefab": null, @@ -32189,7 +32269,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1011 + "__id__": 1015 }, "_enabled": true, "__prefab": null, @@ -32211,7 +32291,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1005 + "__id__": 1009 }, "_enabled": true, "__prefab": null, @@ -32233,15 +32313,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1005 + "__id__": 1009 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 1009 + "__id__": 1013 }, "_animation": { - "__id__": 1139 + "__id__": 1143 }, "_force": 40, "_soundFx": { @@ -32257,7 +32337,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1005 + "__id__": 1009 }, "_enabled": true, "__prefab": null, @@ -32280,26 +32360,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1004 + "__id__": 1008 }, "_children": [ { - "__id__": 1141 + "__id__": 1145 }, { - "__id__": 1146 + "__id__": 1150 } ], "_active": true, "_components": [ { - "__id__": 1272 + "__id__": 1276 }, { - "__id__": 1273 + "__id__": 1277 }, { - "__id__": 1274 + "__id__": 1278 } ], "_prefab": null, @@ -32338,22 +32418,22 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1140 + "__id__": 1144 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1142 + "__id__": 1146 }, { - "__id__": 1143 + "__id__": 1147 }, { - "__id__": 1144 + "__id__": 1148 }, { - "__id__": 1145 + "__id__": 1149 } ], "_prefab": null, @@ -32392,7 +32472,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1141 + "__id__": 1145 }, "_enabled": true, "__prefab": null, @@ -32414,7 +32494,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1141 + "__id__": 1145 }, "_enabled": true, "__prefab": null, @@ -32453,7 +32533,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1141 + "__id__": 1145 }, "_enabled": true, "__prefab": null, @@ -32481,7 +32561,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1141 + "__id__": 1145 }, "_enabled": true, "__prefab": null, @@ -32509,20 +32589,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1140 + "__id__": 1144 }, "_children": [ { - "__id__": 1147 + "__id__": 1151 }, { - "__id__": 1206 + "__id__": 1210 } ], "_active": false, "_components": [ { - "__id__": 1271 + "__id__": 1275 } ], "_prefab": null, @@ -32561,19 +32641,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1146 + "__id__": 1150 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1148 + "__id__": 1152 }, { - "__id__": 1204 + "__id__": 1208 }, { - "__id__": 1205 + "__id__": 1209 } ], "_prefab": null, @@ -32612,7 +32692,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1147 + "__id__": 1151 }, "_enabled": true, "__prefab": null, @@ -32625,60 +32705,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 1149 + "__id__": 1153 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 1150 + "__id__": 1154 }, "startSize": { - "__id__": 1150 + "__id__": 1154 }, "startSizeY": { - "__id__": 1151 + "__id__": 1155 }, "startSizeZ": { - "__id__": 1152 + "__id__": 1156 }, "startSpeed": { - "__id__": 1153 + "__id__": 1157 }, "startRotation3D": false, "startRotationX": { - "__id__": 1154 + "__id__": 1158 }, "startRotationY": { - "__id__": 1155 + "__id__": 1159 }, "startRotationZ": { - "__id__": 1156 + "__id__": 1160 }, "startRotation": { - "__id__": 1156 + "__id__": 1160 }, "startDelay": { - "__id__": 1157 + "__id__": 1161 }, "startLifetime": { - "__id__": 1158 + "__id__": 1162 }, "duration": 0.5, "loop": false, "simulationSpeed": 1, "playOnAwake": true, "gravityModifier": { - "__id__": 1159 + "__id__": 1163 }, "rateOverTime": { - "__id__": 1160 + "__id__": 1164 }, "rateOverDistance": { - "__id__": 1161 + "__id__": 1165 }, "bursts": [ { - "__id__": 1162 + "__id__": 1166 } ], "_renderCulling": false, @@ -32689,37 +32769,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 1164 - }, - "_shapeModule": { - "__id__": 1166 - }, - "_sizeOvertimeModule": { "__id__": 1168 }, + "_shapeModule": { + "__id__": 1170 + }, + "_sizeOvertimeModule": { + "__id__": 1172 + }, "_velocityOvertimeModule": { - "__id__": 1174 + "__id__": 1178 }, "_forceOvertimeModule": { - "__id__": 1180 - }, - "_limitVelocityOvertimeModule": { "__id__": 1184 }, - "_rotationOvertimeModule": { - "__id__": 1189 + "_limitVelocityOvertimeModule": { + "__id__": 1188 }, - "_textureAnimationModule": { + "_rotationOvertimeModule": { "__id__": 1193 }, - "_noiseModule": { + "_textureAnimationModule": { "__id__": 1197 }, + "_noiseModule": { + "__id__": 1201 + }, "_trailModule": { - "__id__": 1198 + "__id__": 1202 }, "renderer": { - "__id__": 1203 + "__id__": 1207 }, "_prewarm": false, "_capacity": 8, @@ -32819,7 +32899,7 @@ "_repeatCount": 1, "repeatInterval": 0, "count": { - "__id__": 1163 + "__id__": 1167 } }, { @@ -32832,7 +32912,7 @@ "__type__": "cc.ColorOvertimeModule", "_enable": false, "color": { - "__id__": 1165 + "__id__": 1169 } }, { @@ -32861,7 +32941,7 @@ "arcMode": 0, "arcSpread": 11.4, "arcSpeed": { - "__id__": 1167 + "__id__": 1171 }, "length": 5, "boxThickness": { @@ -32902,23 +32982,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 1169 + "__id__": 1173 }, "x": { - "__id__": 1171 + "__id__": 1175 }, "y": { - "__id__": 1172 + "__id__": 1176 }, "z": { - "__id__": 1173 + "__id__": 1177 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1170 + "__id__": 1174 }, "multiplier": 1 }, @@ -32979,16 +33059,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": true, "x": { - "__id__": 1175 + "__id__": 1179 }, "y": { - "__id__": 1176 + "__id__": 1180 }, "z": { - "__id__": 1178 + "__id__": 1182 }, "speedModifier": { - "__id__": 1179 + "__id__": 1183 }, "space": 1 }, @@ -33002,7 +33082,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1177 + "__id__": 1181 }, "multiplier": 1 }, @@ -33057,13 +33137,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 1181 + "__id__": 1185 }, "y": { - "__id__": 1182 + "__id__": 1186 }, "z": { - "__id__": 1183 + "__id__": 1187 }, "space": 1 }, @@ -33089,16 +33169,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": false, "limitX": { - "__id__": 1185 + "__id__": 1189 }, "limitY": { - "__id__": 1186 + "__id__": 1190 }, "limitZ": { - "__id__": 1187 + "__id__": 1191 }, "limit": { - "__id__": 1188 + "__id__": 1192 }, "dampen": 3, "separateAxes": false, @@ -33133,13 +33213,13 @@ "_enable": true, "_separateAxes": false, "x": { - "__id__": 1190 + "__id__": 1194 }, "y": { - "__id__": 1191 + "__id__": 1195 }, "z": { - "__id__": 1192 + "__id__": 1196 } }, { @@ -33173,10 +33253,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 1194 + "__id__": 1198 }, "startFrame": { - "__id__": 1196 + "__id__": 1200 }, "cycleCount": 0, "_flipU": 0, @@ -33189,7 +33269,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1195 + "__id__": 1199 }, "multiplier": 1 }, @@ -33256,25 +33336,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 1199 + "__id__": 1203 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 1200 + "__id__": 1204 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 1201 + "__id__": 1205 }, "colorOvertime": { - "__id__": 1202 + "__id__": 1206 }, "_space": 0, "_particleSystem": { - "__id__": 1148 + "__id__": 1152 } }, { @@ -33335,7 +33415,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1147 + "__id__": 1151 }, "_enabled": true, "__prefab": null, @@ -33347,7 +33427,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1147 + "__id__": 1151 }, "_enabled": true, "__prefab": null, @@ -33369,19 +33449,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1146 + "__id__": 1150 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1207 + "__id__": 1211 }, { - "__id__": 1269 + "__id__": 1273 }, { - "__id__": 1270 + "__id__": 1274 } ], "_prefab": null, @@ -33420,7 +33500,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1206 + "__id__": 1210 }, "_enabled": true, "__prefab": null, @@ -33433,60 +33513,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 1208 + "__id__": 1212 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 1209 + "__id__": 1213 }, "startSize": { - "__id__": 1209 + "__id__": 1213 }, "startSizeY": { - "__id__": 1210 + "__id__": 1214 }, "startSizeZ": { - "__id__": 1211 + "__id__": 1215 }, "startSpeed": { - "__id__": 1212 + "__id__": 1216 }, "startRotation3D": false, "startRotationX": { - "__id__": 1213 + "__id__": 1217 }, "startRotationY": { - "__id__": 1214 + "__id__": 1218 }, "startRotationZ": { - "__id__": 1215 + "__id__": 1219 }, "startRotation": { - "__id__": 1215 + "__id__": 1219 }, "startDelay": { - "__id__": 1216 + "__id__": 1220 }, "startLifetime": { - "__id__": 1217 + "__id__": 1221 }, "duration": 0.5, "loop": false, "simulationSpeed": 1, "playOnAwake": true, "gravityModifier": { - "__id__": 1218 + "__id__": 1222 }, "rateOverTime": { - "__id__": 1219 + "__id__": 1223 }, "rateOverDistance": { - "__id__": 1220 + "__id__": 1224 }, "bursts": [ { - "__id__": 1221 + "__id__": 1225 } ], "_renderCulling": false, @@ -33497,37 +33577,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 1223 + "__id__": 1227 }, "_shapeModule": { - "__id__": 1232 + "__id__": 1236 }, "_sizeOvertimeModule": { - "__id__": 1234 + "__id__": 1238 }, "_velocityOvertimeModule": { - "__id__": 1240 + "__id__": 1244 }, "_forceOvertimeModule": { - "__id__": 1245 - }, - "_limitVelocityOvertimeModule": { "__id__": 1249 }, - "_rotationOvertimeModule": { - "__id__": 1254 + "_limitVelocityOvertimeModule": { + "__id__": 1253 }, - "_textureAnimationModule": { + "_rotationOvertimeModule": { "__id__": 1258 }, - "_noiseModule": { + "_textureAnimationModule": { "__id__": 1262 }, + "_noiseModule": { + "__id__": 1266 + }, "_trailModule": { - "__id__": 1263 + "__id__": 1267 }, "renderer": { - "__id__": 1268 + "__id__": 1272 }, "_prewarm": false, "_capacity": 100, @@ -33625,7 +33705,7 @@ "_repeatCount": 1, "repeatInterval": 1, "count": { - "__id__": 1222 + "__id__": 1226 } }, { @@ -33638,38 +33718,38 @@ "__type__": "cc.ColorOvertimeModule", "_enable": true, "color": { - "__id__": 1224 + "__id__": 1228 } }, { "__type__": "cc.GradientRange", "_mode": 1, "gradient": { - "__id__": 1225 + "__id__": 1229 } }, { "__type__": "cc.Gradient", "colorKeys": [ - { - "__id__": 1226 - }, - { - "__id__": 1227 - }, - { - "__id__": 1228 - } - ], - "alphaKeys": [ - { - "__id__": 1229 - }, { "__id__": 1230 }, { "__id__": 1231 + }, + { + "__id__": 1232 + } + ], + "alphaKeys": [ + { + "__id__": 1233 + }, + { + "__id__": 1234 + }, + { + "__id__": 1235 } ], "mode": 0 @@ -33737,7 +33817,7 @@ "arcMode": 0, "arcSpread": 0, "arcSpeed": { - "__id__": 1233 + "__id__": 1237 }, "length": 5, "boxThickness": { @@ -33778,23 +33858,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 1235 + "__id__": 1239 }, "x": { - "__id__": 1237 + "__id__": 1241 }, "y": { - "__id__": 1238 + "__id__": 1242 }, "z": { - "__id__": 1239 + "__id__": 1243 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1236 + "__id__": 1240 }, "multiplier": 1 }, @@ -33855,16 +33935,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": false, "x": { - "__id__": 1241 + "__id__": 1245 }, "y": { - "__id__": 1242 + "__id__": 1246 }, "z": { - "__id__": 1243 + "__id__": 1247 }, "speedModifier": { - "__id__": 1244 + "__id__": 1248 }, "space": 1 }, @@ -33896,13 +33976,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 1246 + "__id__": 1250 }, "y": { - "__id__": 1247 + "__id__": 1251 }, "z": { - "__id__": 1248 + "__id__": 1252 }, "space": 1 }, @@ -33928,16 +34008,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": true, "limitX": { - "__id__": 1250 + "__id__": 1254 }, "limitY": { - "__id__": 1251 + "__id__": 1255 }, "limitZ": { - "__id__": 1252 + "__id__": 1256 }, "limit": { - "__id__": 1253 + "__id__": 1257 }, "dampen": 0.05, "separateAxes": false, @@ -33972,13 +34052,13 @@ "_enable": true, "_separateAxes": false, "x": { - "__id__": 1255 + "__id__": 1259 }, "y": { - "__id__": 1256 + "__id__": 1260 }, "z": { - "__id__": 1257 + "__id__": 1261 } }, { @@ -34010,10 +34090,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 1259 + "__id__": 1263 }, "startFrame": { - "__id__": 1261 + "__id__": 1265 }, "cycleCount": 1, "_flipU": 0, @@ -34026,7 +34106,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1260 + "__id__": 1264 }, "multiplier": 1 }, @@ -34094,25 +34174,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 1264 + "__id__": 1268 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 1265 + "__id__": 1269 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 1266 + "__id__": 1270 }, "colorOvertime": { - "__id__": 1267 + "__id__": 1271 }, "_space": 0, "_particleSystem": { - "__id__": 1207 + "__id__": 1211 } }, { @@ -34173,7 +34253,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1206 + "__id__": 1210 }, "_enabled": true, "__prefab": null, @@ -34185,7 +34265,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1206 + "__id__": 1210 }, "_enabled": true, "__prefab": null, @@ -34207,7 +34287,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1146 + "__id__": 1150 }, "_enabled": true, "__prefab": null, @@ -34229,7 +34309,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1140 + "__id__": 1144 }, "_enabled": true, "__prefab": null, @@ -34251,15 +34331,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1140 + "__id__": 1144 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 1144 + "__id__": 1148 }, "_animation": { - "__id__": 1274 + "__id__": 1278 }, "_force": 40, "_soundFx": { @@ -34275,7 +34355,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1140 + "__id__": 1144 }, "_enabled": true, "__prefab": null, @@ -34298,7 +34378,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1004 + "__id__": 1008 }, "_enabled": true, "__prefab": null, @@ -34324,19 +34404,19 @@ }, "_children": [ { - "__id__": 1277 + "__id__": 1281 }, { - "__id__": 1280 + "__id__": 1284 } ], "_active": true, "_components": [ { - "__id__": 1284 + "__id__": 1288 }, { - "__id__": 1285 + "__id__": 1289 } ], "_prefab": null, @@ -34375,16 +34455,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1276 + "__id__": 1280 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1278 + "__id__": 1282 }, { - "__id__": 1279 + "__id__": 1283 } ], "_prefab": null, @@ -34423,7 +34503,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1277 + "__id__": 1281 }, "_enabled": true, "__prefab": null, @@ -34445,7 +34525,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1277 + "__id__": 1281 }, "_enabled": true, "__prefab": null, @@ -34481,19 +34561,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1276 + "__id__": 1280 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1281 + "__id__": 1285 }, { - "__id__": 1282 + "__id__": 1286 }, { - "__id__": 1283 + "__id__": 1287 } ], "_prefab": null, @@ -34532,7 +34612,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1280 + "__id__": 1284 }, "_enabled": true, "__prefab": null, @@ -34554,7 +34634,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1280 + "__id__": 1284 }, "_enabled": true, "__prefab": null, @@ -34619,7 +34699,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1280 + "__id__": 1284 }, "_enabled": true, "__prefab": null, @@ -34649,7 +34729,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1276 + "__id__": 1280 }, "_enabled": true, "__prefab": null, @@ -34671,22 +34751,22 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1276 + "__id__": 1280 }, "_enabled": true, "__prefab": null, "_popup": { - "__id__": 1277 + "__id__": 1281 }, "_label": { - "__id__": 1282 + "__id__": 1286 }, "_stickers": [ { - "__id__": 1286 + "__id__": 1290 }, { - "__id__": 1287 + "__id__": 1291 } ], "_id": "9cMcomAOVM2Yt5reR6jwPs" @@ -34746,10 +34826,10 @@ "__id__": 6 }, "_topContainer": { - "__id__": 1290 + "__id__": 1294 }, "_ballHolder": { - "__id__": 1002 + "__id__": 1006 }, "_ballSpawnPosition": { "__type__": "cc.Vec3", @@ -34792,7 +34872,7 @@ "_active": true, "_components": [ { - "__id__": 1291 + "__id__": 1295 } ], "_prefab": null, @@ -34831,7 +34911,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1290 + "__id__": 1294 }, "_enabled": true, "__prefab": null, @@ -34923,48 +35003,60 @@ "instance": null, "targetOverrides": [ { - "__id__": 1296 + "__id__": 1300 }, { - "__id__": 1299 + "__id__": 1303 }, { - "__id__": 1301 + "__id__": 1305 }, { - "__id__": 1304 + "__id__": 1308 }, { - "__id__": 1306 + "__id__": 1310 }, { - "__id__": 1309 - }, - { - "__id__": 1312 - }, - { - "__id__": 1314 + "__id__": 1313 }, { "__id__": 1316 }, { "__id__": 1318 + }, + { + "__id__": 1320 + }, + { + "__id__": 1322 + }, + { + "__id__": 1324 + }, + { + "__id__": 1327 + }, + { + "__id__": 1330 + }, + { + "__id__": 1333 } ], "nestedPrefabInstanceRoots": [ { - "__id__": 660 + "__id__": 664 }, { - "__id__": 679 + "__id__": 683 }, { "__id__": 160 }, { - "__id__": 450 + "__id__": 454 }, { "__id__": 384 @@ -34976,27 +35068,27 @@ "__id__": 400 }, { - "__id__": 408 + "__id__": 412 } ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 679 + "__id__": 683 }, "sourceInfo": { - "__id__": 1297 + "__id__": 1301 }, "propertyPath": [ "_trailModule", "_particleSystem" ], "target": { - "__id__": 679 + "__id__": 683 }, "targetInfo": { - "__id__": 1298 + "__id__": 1302 } }, { @@ -35014,7 +35106,7 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 562 + "__id__": 566 }, "sourceInfo": null, "propertyPath": [ @@ -35024,7 +35116,7 @@ "__id__": 160 }, "targetInfo": { - "__id__": 1300 + "__id__": 1304 } }, { @@ -35036,20 +35128,20 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 660 + "__id__": 664 }, "sourceInfo": { - "__id__": 1302 + "__id__": 1306 }, "propertyPath": [ "_trailModule", "_particleSystem" ], "target": { - "__id__": 660 + "__id__": 664 }, "targetInfo": { - "__id__": 1303 + "__id__": 1307 } }, { @@ -35067,17 +35159,17 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 514 + "__id__": 518 }, "sourceInfo": null, "propertyPath": [ "topScore" ], "target": { - "__id__": 450 + "__id__": 454 }, "targetInfo": { - "__id__": 1305 + "__id__": 1309 } }, { @@ -35092,7 +35184,7 @@ "__id__": 160 }, "sourceInfo": { - "__id__": 1307 + "__id__": 1311 }, "propertyPath": [ "_trailModule", @@ -35102,7 +35194,7 @@ "__id__": 160 }, "targetInfo": { - "__id__": 1308 + "__id__": 1312 } }, { @@ -35123,7 +35215,7 @@ "__id__": 160 }, "sourceInfo": { - "__id__": 1310 + "__id__": 1314 }, "propertyPath": [ "_trailModule", @@ -35133,7 +35225,7 @@ "__id__": 160 }, "targetInfo": { - "__id__": 1311 + "__id__": 1315 } }, { @@ -35151,7 +35243,7 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 422 + "__id__": 426 }, "sourceInfo": null, "propertyPath": [ @@ -35163,7 +35255,7 @@ "__id__": 400 }, "targetInfo": { - "__id__": 1313 + "__id__": 1317 } }, { @@ -35175,7 +35267,7 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 422 + "__id__": 426 }, "sourceInfo": null, "propertyPath": [ @@ -35187,7 +35279,7 @@ "__id__": 392 }, "targetInfo": { - "__id__": 1315 + "__id__": 1319 } }, { @@ -35199,7 +35291,7 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 422 + "__id__": 426 }, "sourceInfo": null, "propertyPath": [ @@ -35208,10 +35300,10 @@ "gacha" ], "target": { - "__id__": 408 + "__id__": 412 }, "targetInfo": { - "__id__": 1317 + "__id__": 1321 } }, { @@ -35223,7 +35315,7 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 422 + "__id__": 426 }, "sourceInfo": null, "propertyPath": [ @@ -35235,7 +35327,7 @@ "__id__": 384 }, "targetInfo": { - "__id__": 1319 + "__id__": 1323 } }, { @@ -35245,30 +35337,152 @@ ] }, { - "__type__": "cc.SceneGlobals", - "ambient": { - "__id__": 1321 + "__type__": "cc.TargetOverrideInfo", + "source": { + "__id__": 400 }, - "shadows": { - "__id__": 1322 - }, - "_skybox": { - "__id__": 1323 - }, - "fog": { - "__id__": 1324 - }, - "octree": { + "sourceInfo": { "__id__": 1325 }, - "skin": { + "propertyPath": [ + "animationHandler" + ], + "target": { + "__id__": 400 + }, + "targetInfo": { "__id__": 1326 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "0acPs6lK5N7YYd1Yl+uOQf" + ] + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "6cMbK8EJtN7YWVsp8QJGxh" + ] + }, + { + "__type__": "cc.TargetOverrideInfo", + "source": { + "__id__": 400 + }, + "sourceInfo": { + "__id__": 1328 + }, + "propertyPath": [ + "spineRoot" + ], + "target": { + "__id__": 400 + }, + "targetInfo": { + "__id__": 1329 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "0acPs6lK5N7YYd1Yl+uOQf" + ] + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "42MH7u9olEzbD3eARpEEGO" + ] + }, + { + "__type__": "cc.TargetOverrideInfo", + "source": { + "__id__": 400 + }, + "sourceInfo": { + "__id__": 1331 + }, + "propertyPath": [ + "cards", + "0" + ], + "target": { + "__id__": 400 + }, + "targetInfo": { + "__id__": 1332 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "0acPs6lK5N7YYd1Yl+uOQf" + ] + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "5bp0bh7QtOdYSYqKSecZXS" + ] + }, + { + "__type__": "cc.TargetOverrideInfo", + "source": { + "__id__": 400 + }, + "sourceInfo": { + "__id__": 1334 + }, + "propertyPath": [ + "cards", + "1" + ], + "target": { + "__id__": 400 + }, + "targetInfo": { + "__id__": 1335 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "0acPs6lK5N7YYd1Yl+uOQf" + ] + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "35J3m92mFAsLCZJtt+wVE3" + ] + }, + { + "__type__": "cc.SceneGlobals", + "ambient": { + "__id__": 1337 + }, + "shadows": { + "__id__": 1338 + }, + "_skybox": { + "__id__": 1339 + }, + "fog": { + "__id__": 1340 + }, + "octree": { + "__id__": 1341 + }, + "skin": { + "__id__": 1342 }, "lightProbeInfo": { - "__id__": 1327 + "__id__": 1343 }, "postSettings": { - "__id__": 1328 + "__id__": 1344 }, "bakedWithStationaryMainLight": false, "bakedWithHighpLightmap": false diff --git a/assets/_Game/Scenes/Park-theme.scene b/assets/_Game/Scenes/Park-theme.scene index 1e88429..7f90281 100644 --- a/assets/_Game/Scenes/Park-theme.scene +++ b/assets/_Game/Scenes/Park-theme.scene @@ -9997,7 +9997,7 @@ "instance": { "__id__": 385 }, - "targetOverrides": null, + "targetOverrides": [], "nestedPrefabInstanceRoots": null }, { @@ -10330,7 +10330,7 @@ "instance": { "__id__": 409 }, - "targetOverrides": null, + "targetOverrides": [], "nestedPrefabInstanceRoots": null }, { @@ -10629,6 +10629,18 @@ "countDownLabel": { "__id__": 417 }, + "collectSfx": { + "__uuid__": "65a4db41-8617-4b1e-a465-e9aea50f5029", + "__expectedType__": "cc.AudioClip" + }, + "countDownSfx": { + "__uuid__": "b03a6bbd-031f-451c-8a2c-cb6e6ec15464", + "__expectedType__": "cc.AudioClip" + }, + "readySfx": { + "__uuid__": "2e5f5592-b662-4477-b4f0-e4d22682d0d8", + "__expectedType__": "cc.AudioClip" + }, "gachas": [ { "__id__": 422 @@ -16586,6 +16598,20 @@ "_timeIcon": { "__id__": 582 }, + "normalColor": { + "__type__": "cc.Color", + "r": 0, + "g": 255, + "b": 0, + "a": 255 + }, + "warnColor": { + "__type__": "cc.Color", + "r": 255, + "g": 0, + "b": 0, + "a": 255 + }, "_countDownSound": { "__uuid__": "c96f7bd8-69d7-4810-a6d4-3cfa61766b2c", "__expectedType__": "cc.AudioClip" diff --git a/assets/_Game/Scenes/Vital-Garden-theme.scene b/assets/_Game/Scenes/Vital-Garden-theme.scene index 407c73d..2f0f986 100644 --- a/assets/_Game/Scenes/Vital-Garden-theme.scene +++ b/assets/_Game/Scenes/Vital-Garden-theme.scene @@ -29,7 +29,7 @@ "_active": true, "_components": [], "_prefab": { - "__id__": 1351 + "__id__": 1323 }, "_lpos": { "__type__": "cc.Vec3", @@ -60,7 +60,7 @@ }, "autoReleaseAssets": false, "_globals": { - "__id__": 1364 + "__id__": 1336 }, "_id": "fc28500a-9944-448d-b613-8d5e42cab12e" }, @@ -317,22 +317,22 @@ "__id__": 16 }, { - "__id__": 1338 + "__id__": 1310 }, { - "__id__": 1340 + "__id__": 1312 } ], "_active": true, "_components": [ { - "__id__": 1348 + "__id__": 1320 }, { - "__id__": 1349 + "__id__": 1321 }, { - "__id__": 1350 + "__id__": 1322 } ], "_prefab": null, @@ -619,40 +619,40 @@ "__id__": 138 }, { - "__id__": 752 + "__id__": 724 }, { - "__id__": 827 + "__id__": 799 }, { - "__id__": 889 + "__id__": 861 }, { - "__id__": 894 + "__id__": 866 }, { - "__id__": 1036 + "__id__": 1008 }, { - "__id__": 1039 + "__id__": 1011 }, { - "__id__": 1041 + "__id__": 1013 }, { - "__id__": 1313 + "__id__": 1285 }, { - "__id__": 1324 + "__id__": 1296 } ], "_active": true, "_components": [ { - "__id__": 1336 + "__id__": 1308 }, { - "__id__": 1337 + "__id__": 1309 } ], "_prefab": null, @@ -5467,13 +5467,13 @@ "__id__": 147 }, { - "__id__": 677 + "__id__": 649 }, { - "__id__": 738 + "__id__": 710 }, { - "__id__": 743 + "__id__": 715 } ], "_active": true, @@ -5822,7 +5822,7 @@ "__id__": 155 }, { - "__id__": 671 + "__id__": 643 } ], "_prefab": null, @@ -6129,7 +6129,7 @@ "_minAngle": 10, "_maxAngle": 170, "_soundFx": { - "__id__": 671 + "__id__": 643 }, "_goalSound": { "__uuid__": "0f71123d-e160-42af-92ca-05be1751dccc", @@ -6145,19 +6145,19 @@ }, "_rewards": [ { - "__id__": 672 + "__id__": 644 }, { - "__id__": 673 + "__id__": 645 }, { - "__id__": 674 + "__id__": 646 }, { - "__id__": 675 + "__id__": 647 }, { - "__id__": 676 + "__id__": 648 } ], "_id": "e5qVdeXFZOu6/MatkdDEG6" @@ -6174,10 +6174,10 @@ "_active": true, "_components": [ { - "__id__": 669 + "__id__": 641 }, { - "__id__": 670 + "__id__": 642 } ], "_prefab": null, @@ -6223,19 +6223,19 @@ "__id__": 156 }, { - "__id__": 607 + "__id__": 579 } ], "_active": true, "_components": [ { - "__id__": 666 + "__id__": 638 }, { - "__id__": 667 + "__id__": 639 }, { - "__id__": 668 + "__id__": 640 } ], "_prefab": null, @@ -6278,7 +6278,7 @@ }, "_children": [ { - "__id__": 659 + "__id__": 631 }, { "__id__": 157 @@ -6287,13 +6287,13 @@ "_active": true, "_components": [ { - "__id__": 663 + "__id__": 635 }, { - "__id__": 664 + "__id__": 636 }, { - "__id__": 665 + "__id__": 637 } ], "_prefab": null, @@ -6339,22 +6339,22 @@ "__id__": 158 }, { - "__id__": 623 + "__id__": 595 }, { - "__id__": 612 + "__id__": 584 }, { - "__id__": 644 + "__id__": 616 } ], "_active": true, "_components": [ { - "__id__": 657 + "__id__": 629 }, { - "__id__": 658 + "__id__": 630 } ], "_prefab": null, @@ -6397,25 +6397,25 @@ }, "_children": [ { - "__id__": 473 + "__id__": 445 }, { "__id__": 159 }, { - "__id__": 561 + "__id__": 533 } ], "_active": true, "_components": [ { - "__id__": 603 + "__id__": 575 }, { - "__id__": 604 + "__id__": 576 }, { - "__id__": 605 + "__id__": 577 } ], "_prefab": null, @@ -6473,13 +6473,13 @@ "_active": true, "_components": [ { - "__id__": 470 + "__id__": 442 }, { - "__id__": 471 + "__id__": 443 }, { - "__id__": 472 + "__id__": 444 } ], "_prefab": null, @@ -9696,15 +9696,18 @@ "_children": [ { "__id__": 379 + }, + { + "__id__": 420 } ], "_active": true, "_components": [ { - "__id__": 456 + "__id__": 428 }, { - "__id__": 457 + "__id__": 429 } ], "_prefab": null, @@ -9756,22 +9759,22 @@ "__id__": 391 }, { - "__id__": 419 + "__id__": 399 }, { - "__id__": 427 + "__id__": 407 }, { - "__id__": 451 + "__id__": 415 } ], "_active": true, "_components": [ { - "__id__": 454 + "__id__": 418 }, { - "__id__": 455 + "__id__": 419 } ], "_prefab": null, @@ -9937,7 +9940,7 @@ "instance": { "__id__": 385 }, - "targetOverrides": null, + "targetOverrides": [], "nestedPrefabInstanceRoots": null }, { @@ -9970,7 +9973,7 @@ "propertyPath": [ "_name" ], - "value": "Flip_Card" + "value": "Vital_Garden_Flip_Card" }, { "__type__": "cc.TargetInfo", @@ -10069,36 +10072,6 @@ }, { "__id__": 398 - }, - { - "__id__": 399 - }, - { - "__id__": 401 - }, - { - "__id__": 403 - }, - { - "__id__": 405 - }, - { - "__id__": 407 - }, - { - "__id__": 409 - }, - { - "__id__": 411 - }, - { - "__id__": 413 - }, - { - "__id__": 415 - }, - { - "__id__": 417 } ], "removedComponents": [] @@ -10111,7 +10084,7 @@ "propertyPath": [ "_name" ], - "value": "Lucky_Chain" + "value": "Vital_Garden_Lucky_Chain" }, { "__type__": "cc.TargetInfo", @@ -10165,206 +10138,6 @@ "z": 0 } }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 400 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 142.83998107910156, - "height": 79.6 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "c4yfCxvE1CqYErC/B3i/yw" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 402 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 142.83998107910156, - "height": 79.6 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "15k2l0tadHA4VDE2bY3vAi" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 404 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 142.83998107910156, - "height": 79.6 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "0fs7LvHFZCRa3KBmCrcX/o" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 406 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 142.83998107910156, - "height": 79.6 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "c0oieq3oBDl7cGuH+v+Zs5" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 408 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 142.83998107910156, - "height": 79.6 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "55GIqMu7NK8pCDHNGDJ+12" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 410 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 142.83998107910156, - "height": 79.6 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "c9k0f+nCdOeLJsTfTOILnN" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 412 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 142.83998107910156, - "height": 79.6 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "19Es1b5T1NW4hcRc3+dzX8" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 414 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 142.83998107910156, - "height": 79.6 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "81uVp1B5JNM4jEPcR0ChJe" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 416 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 142.83998107910156, - "height": 79.6 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "44BQTEssZIFoE473bxqpFH" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 418 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 142.83998107910156, - "height": 79.6 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "09vNwLU2ZJG5B5bObqij9t" - ] - }, { "__type__": "cc.Node", "_objFlags": 0, @@ -10372,14 +10145,14 @@ "__id__": 379 }, "_prefab": { - "__id__": 420 + "__id__": 400 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 419 + "__id__": 399 }, "asset": { "__uuid__": "f1071cf2-53d2-46b0-8fa4-c95b17f8e622", @@ -10387,9 +10160,9 @@ }, "fileId": "d8nEtFnupHxp1DyuqkemXx", "instance": { - "__id__": 421 + "__id__": 401 }, - "targetOverrides": null, + "targetOverrides": [], "nestedPrefabInstanceRoots": null }, { @@ -10400,16 +10173,16 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 422 + "__id__": 402 }, { - "__id__": 424 + "__id__": 404 }, { - "__id__": 425 + "__id__": 405 }, { - "__id__": 426 + "__id__": 406 } ], "removedComponents": [] @@ -10417,12 +10190,12 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 423 + "__id__": 403 }, "propertyPath": [ "_name" ], - "value": "Lucky_Chest" + "value": "Vital_Garden_Lucky_Chest" }, { "__type__": "cc.TargetInfo", @@ -10433,7 +10206,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 423 + "__id__": 403 }, "propertyPath": [ "_lpos" @@ -10448,7 +10221,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 423 + "__id__": 403 }, "propertyPath": [ "_lrot" @@ -10464,7 +10237,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 423 + "__id__": 403 }, "propertyPath": [ "_euler" @@ -10483,14 +10256,14 @@ "__id__": 379 }, "_prefab": { - "__id__": 428 + "__id__": 408 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 427 + "__id__": 407 }, "asset": { "__uuid__": "624d1fb0-782f-48f7-8864-9e1db2dc8483", @@ -10498,9 +10271,9 @@ }, "fileId": "b0CgrEZDdPP6qjRGc5LHCx", "instance": { - "__id__": 429 + "__id__": 409 }, - "targetOverrides": null, + "targetOverrides": [], "nestedPrefabInstanceRoots": null }, { @@ -10511,40 +10284,16 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 430 + "__id__": 410 }, { - "__id__": 432 + "__id__": 412 }, { - "__id__": 433 + "__id__": 413 }, { - "__id__": 434 - }, - { - "__id__": 435 - }, - { - "__id__": 437 - }, - { - "__id__": 439 - }, - { - "__id__": 441 - }, - { - "__id__": 443 - }, - { - "__id__": 445 - }, - { - "__id__": 447 - }, - { - "__id__": 449 + "__id__": 414 } ], "removedComponents": [] @@ -10552,12 +10301,12 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 431 + "__id__": 411 }, "propertyPath": [ "_name" ], - "value": "Lucky_Wheel" + "value": "Vital_Garden_Lucky_Wheel" }, { "__type__": "cc.TargetInfo", @@ -10568,7 +10317,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 431 + "__id__": 411 }, "propertyPath": [ "_lpos" @@ -10583,7 +10332,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 431 + "__id__": 411 }, "propertyPath": [ "_lrot" @@ -10599,7 +10348,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 431 + "__id__": 411 }, "propertyPath": [ "_euler" @@ -10611,166 +10360,6 @@ "z": 0 } }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 436 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 100.47996520996094, - "height": 54.4 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "f0gG5A6G1JKbCeagNhZLBK" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 438 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 100.47996520996094, - "height": 54.4 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "a0tFtiwDlKEa1RHAs9T+CX" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 440 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 100.47996520996094, - "height": 54.4 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "4dCC/BhTFHIa8DKiU09d33" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 442 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 100.47996520996094, - "height": 54.4 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "b09PoYdIFAN6dQAt15kL6g" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 444 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 100.47996520996094, - "height": 54.4 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "25h6ORpvVHnrQnqJmtTyVg" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 446 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 100.47996520996094, - "height": 54.4 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "b9UIGWQB5Bgp7EZ9XMzjxb" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 448 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 100.47996520996094, - "height": 54.4 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "6bODcjtjZAZ5h8cw7Z7YZL" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 450 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 100.47996520996094, - "height": 54.4 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "d8BUbrbH5PIYWsCoCzRvGU" - ] - }, { "__type__": "cc.Node", "_name": "count", @@ -10783,10 +10372,10 @@ "_active": true, "_components": [ { - "__id__": 452 + "__id__": 416 }, { - "__id__": 453 + "__id__": 417 } ], "_prefab": null, @@ -10825,7 +10414,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 451 + "__id__": 415 }, "_enabled": true, "__prefab": null, @@ -10847,7 +10436,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 451 + "__id__": 415 }, "_enabled": true, "__prefab": null, @@ -10941,6 +10530,332 @@ "_opacity": 0, "_id": "4cyxqvJOhD97HEceKthJtx" }, + { + "__type__": "cc.Node", + "_name": "Button", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 378 + }, + "_children": [ + { + "__id__": 421 + } + ], + "_active": true, + "_components": [ + { + "__id__": 424 + }, + { + "__id__": 425 + }, + { + "__id__": 426 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "3dvCpejRRHo6rL7yIjRVDw" + }, + { + "__type__": "cc.Node", + "_name": "Label", + "_objFlags": 512, + "__editorExtras__": {}, + "_parent": { + "__id__": 420 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 422 + }, + { + "__id__": 423 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "63L8QJ/uhDJY674F30eAS1" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 421 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "4dnqy/s4VIfJP0W4fJSQo0" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 421 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_string": "button", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 1, + "_enableWrapText": false, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "7ag90Rch1DX5wKVMQ0s2FG" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 420 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "38zaX7agFMaoph9HFN+zf9" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 420 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 1, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "58wx3zgI1Ih5hrhK25Do2L" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 420 + }, + "_enabled": true, + "__prefab": null, + "clickEvents": [ + { + "__id__": 427 + } + ], + "_interactable": true, + "_transition": 2, + "_normalColor": { + "__type__": "cc.Color", + "r": 214, + "g": 214, + "b": 214, + "a": 255 + }, + "_hoverColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "_pressedColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_disabledColor": { + "__type__": "cc.Color", + "r": 124, + "g": 124, + "b": 124, + "a": 255 + }, + "_normalSprite": { + "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_hoverSprite": { + "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_pressedSprite": { + "__uuid__": "544e49d6-3f05-4fa8-9a9e-091f98fc2ce8@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_disabledSprite": { + "__uuid__": "951249e0-9f16-456d-8b85-a6ca954da16b@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_duration": 0.1, + "_zoomScale": 1.2, + "_target": { + "__id__": 420 + }, + "_id": "61eXmAZhtIcaJ82k3jRtIh" + }, + { + "__type__": "cc.ClickEvent", + "target": { + "__id__": 378 + }, + "component": "", + "_componentId": "d0041IdpjlOBYN2eU4MRIu8", + "handler": "showBtn", + "customEventData": "FreeReward" + }, { "__type__": "cc.UITransform", "_name": "", @@ -10975,52 +10890,64 @@ "__prefab": null, "gachaId": "", "container": { - "__id__": 455 + "__id__": 419 }, "floatingScoreFactory": { "__id__": 6 }, "countDownLabel": { - "__id__": 453 + "__id__": 417 + }, + "collectSfx": { + "__uuid__": "65a4db41-8617-4b1e-a465-e9aea50f5029", + "__expectedType__": "cc.AudioClip" + }, + "countDownSfx": { + "__uuid__": "b03a6bbd-031f-451c-8a2c-cb6e6ec15464", + "__expectedType__": "cc.AudioClip" + }, + "readySfx": { + "__uuid__": "2e5f5592-b662-4477-b4f0-e4d22682d0d8", + "__expectedType__": "cc.AudioClip" }, "gachas": [ { - "__id__": 458 + "__id__": 430 }, { - "__id__": 459 + "__id__": 431 }, { - "__id__": 460 + "__id__": 432 }, { - "__id__": 461 + "__id__": 433 } ], "rewards": [ { - "__id__": 462 + "__id__": 434 }, { - "__id__": 463 + "__id__": 435 }, { - "__id__": 464 + "__id__": 436 }, { - "__id__": 465 + "__id__": 437 }, { - "__id__": 466 + "__id__": 438 }, { - "__id__": 467 + "__id__": 439 }, { - "__id__": 468 + "__id__": 440 }, { - "__id__": 469 + "__id__": 441 } ], "_id": "76CweDdiFG1p7anJDbs9ph" @@ -11207,22 +11134,22 @@ }, "_children": [ { - "__id__": 474 + "__id__": 446 }, { - "__id__": 477 + "__id__": 449 } ], "_active": false, "_components": [ { - "__id__": 554 + "__id__": 526 }, { - "__id__": 555 + "__id__": 527 }, { - "__id__": 556 + "__id__": 528 } ], "_prefab": null, @@ -11261,16 +11188,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 473 + "__id__": 445 }, "_children": [], "_active": true, "_components": [ { - "__id__": 475 + "__id__": 447 }, { - "__id__": 476 + "__id__": 448 } ], "_prefab": null, @@ -11309,7 +11236,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 474 + "__id__": 446 }, "_enabled": true, "__prefab": null, @@ -11331,7 +11258,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 474 + "__id__": 446 }, "_enabled": true, "__prefab": null, @@ -11370,29 +11297,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 473 + "__id__": 445 }, "_children": [ { - "__id__": 478 + "__id__": 450 }, { - "__id__": 482 + "__id__": 454 }, { - "__id__": 529 + "__id__": 501 }, { - "__id__": 544 + "__id__": 516 } ], "_active": true, "_components": [ { - "__id__": 552 + "__id__": 524 }, { - "__id__": 553 + "__id__": 525 } ], "_prefab": null, @@ -11431,19 +11358,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 477 + "__id__": 449 }, "_children": [], "_active": true, "_components": [ { - "__id__": 479 + "__id__": 451 }, { - "__id__": 480 + "__id__": 452 }, { - "__id__": 481 + "__id__": 453 } ], "_prefab": null, @@ -11482,7 +11409,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 478 + "__id__": 450 }, "_enabled": true, "__prefab": null, @@ -11504,7 +11431,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 478 + "__id__": 450 }, "_enabled": true, "__prefab": null, @@ -11569,7 +11496,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 478 + "__id__": 450 }, "_enabled": true, "__prefab": null, @@ -11599,26 +11526,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 477 + "__id__": 449 }, "_children": [ { - "__id__": 483 + "__id__": 455 } ], "_active": true, "_components": [ { - "__id__": 525 + "__id__": 497 }, { - "__id__": 526 + "__id__": 498 }, { - "__id__": 527 + "__id__": 499 }, { - "__id__": 528 + "__id__": 500 } ], "_prefab": null, @@ -11657,26 +11584,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 482 + "__id__": 454 }, "_children": [ { - "__id__": 484 + "__id__": 456 } ], "_active": true, "_components": [ { - "__id__": 521 + "__id__": 493 }, { - "__id__": 522 + "__id__": 494 }, { - "__id__": 523 + "__id__": 495 }, { - "__id__": 524 + "__id__": 496 } ], "_prefab": null, @@ -11715,23 +11642,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 483 + "__id__": 455 }, "_children": [ { - "__id__": 485 + "__id__": 457 }, { - "__id__": 508 + "__id__": 480 } ], "_active": true, "_components": [ { - "__id__": 519 + "__id__": 491 }, { - "__id__": 520 + "__id__": 492 } ], "_prefab": null, @@ -11770,26 +11697,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 484 + "__id__": 456 }, "_children": [ { - "__id__": 486 + "__id__": 458 }, { - "__id__": 490 + "__id__": 462 }, { - "__id__": 494 + "__id__": 466 } ], "_active": true, "_components": [ { - "__id__": 506 + "__id__": 478 }, { - "__id__": 507 + "__id__": 479 } ], "_prefab": null, @@ -11828,19 +11755,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 485 + "__id__": 457 }, "_children": [], "_active": true, "_components": [ { - "__id__": 487 + "__id__": 459 }, { - "__id__": 488 + "__id__": 460 }, { - "__id__": 489 + "__id__": 461 } ], "_prefab": null, @@ -11879,7 +11806,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 486 + "__id__": 458 }, "_enabled": true, "__prefab": null, @@ -11901,7 +11828,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 486 + "__id__": 458 }, "_enabled": true, "__prefab": null, @@ -11966,7 +11893,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 486 + "__id__": 458 }, "_enabled": true, "__prefab": null, @@ -11996,19 +11923,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 485 + "__id__": 457 }, "_children": [], "_active": true, "_components": [ { - "__id__": 491 + "__id__": 463 }, { - "__id__": 492 + "__id__": 464 }, { - "__id__": 493 + "__id__": 465 } ], "_prefab": null, @@ -12047,7 +11974,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 490 + "__id__": 462 }, "_enabled": true, "__prefab": null, @@ -12069,7 +11996,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 490 + "__id__": 462 }, "_enabled": true, "__prefab": null, @@ -12134,7 +12061,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 490 + "__id__": 462 }, "_enabled": true, "__prefab": null, @@ -12162,17 +12089,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 485 + "__id__": 457 }, "_prefab": { - "__id__": 495 + "__id__": 467 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 494 + "__id__": 466 }, "asset": { "__uuid__": "08db7198-bf32-48a4-b5c6-cb88bdb15478", @@ -12180,7 +12107,7 @@ }, "fileId": "8dLJOK/3dIHrry1f3GsMwX", "instance": { - "__id__": 496 + "__id__": 468 }, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -12192,21 +12119,21 @@ "mountedChildren": [], "mountedComponents": [ { - "__id__": 497 + "__id__": 469 } ], "propertyOverrides": [ { - "__id__": 501 + "__id__": 473 }, { - "__id__": 503 + "__id__": 475 }, { - "__id__": 504 + "__id__": 476 }, { - "__id__": 505 + "__id__": 477 } ], "removedComponents": [] @@ -12214,11 +12141,11 @@ { "__type__": "cc.MountedComponentsInfo", "targetInfo": { - "__id__": 498 + "__id__": 470 }, "components": [ { - "__id__": 499 + "__id__": 471 } ] }, @@ -12234,15 +12161,15 @@ "_objFlags": 0, "__editorExtras__": { "mountedRoot": { - "__id__": 494 + "__id__": 466 } }, "node": { - "__id__": 494 + "__id__": 466 }, "_enabled": true, "__prefab": { - "__id__": 500 + "__id__": 472 }, "_alignFlags": 18, "_target": null, @@ -12271,7 +12198,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 502 + "__id__": 474 }, "propertyPath": [ "_name" @@ -12287,7 +12214,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 502 + "__id__": 474 }, "propertyPath": [ "_lpos" @@ -12302,7 +12229,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 502 + "__id__": 474 }, "propertyPath": [ "_lrot" @@ -12318,7 +12245,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 502 + "__id__": 474 }, "propertyPath": [ "_euler" @@ -12336,7 +12263,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 485 + "__id__": 457 }, "_enabled": true, "__prefab": null, @@ -12358,7 +12285,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 485 + "__id__": 457 }, "_enabled": true, "__prefab": null, @@ -12397,23 +12324,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 484 + "__id__": 456 }, "_children": [ { - "__id__": 509 + "__id__": 481 }, { - "__id__": 513 + "__id__": 485 } ], "_active": true, "_components": [ { - "__id__": 517 + "__id__": 489 }, { - "__id__": 518 + "__id__": 490 } ], "_prefab": null, @@ -12452,19 +12379,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 508 + "__id__": 480 }, "_children": [], "_active": true, "_components": [ { - "__id__": 510 + "__id__": 482 }, { - "__id__": 511 + "__id__": 483 }, { - "__id__": 512 + "__id__": 484 } ], "_prefab": null, @@ -12503,7 +12430,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 509 + "__id__": 481 }, "_enabled": true, "__prefab": null, @@ -12525,7 +12452,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 509 + "__id__": 481 }, "_enabled": true, "__prefab": null, @@ -12590,7 +12517,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 509 + "__id__": 481 }, "_enabled": true, "__prefab": null, @@ -12620,19 +12547,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 508 + "__id__": 480 }, "_children": [], "_active": true, "_components": [ { - "__id__": 514 + "__id__": 486 }, { - "__id__": 515 + "__id__": 487 }, { - "__id__": 516 + "__id__": 488 } ], "_prefab": null, @@ -12671,7 +12598,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 513 + "__id__": 485 }, "_enabled": true, "__prefab": null, @@ -12693,7 +12620,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 513 + "__id__": 485 }, "_enabled": true, "__prefab": null, @@ -12758,7 +12685,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 513 + "__id__": 485 }, "_enabled": true, "__prefab": null, @@ -12788,7 +12715,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 508 + "__id__": 480 }, "_enabled": true, "__prefab": null, @@ -12810,7 +12737,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 508 + "__id__": 480 }, "_enabled": true, "__prefab": null, @@ -12849,7 +12776,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 484 + "__id__": 456 }, "_enabled": true, "__prefab": null, @@ -12871,7 +12798,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 484 + "__id__": 456 }, "_enabled": true, "__prefab": null, @@ -12903,7 +12830,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 483 + "__id__": 455 }, "_enabled": true, "__prefab": null, @@ -12925,7 +12852,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 483 + "__id__": 455 }, "_enabled": true, "__prefab": null, @@ -12941,7 +12868,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 483 + "__id__": 455 }, "_enabled": true, "__prefab": null, @@ -12981,7 +12908,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 483 + "__id__": 455 }, "_enabled": true, "__prefab": null, @@ -13011,7 +12938,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 482 + "__id__": 454 }, "_enabled": true, "__prefab": null, @@ -13033,7 +12960,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 482 + "__id__": 454 }, "_enabled": false, "__prefab": null, @@ -13072,7 +12999,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 482 + "__id__": 454 }, "_enabled": true, "__prefab": null, @@ -13085,7 +13012,7 @@ "cancelInnerEvents": true, "scrollEvents": [], "_content": { - "__id__": 484 + "__id__": 456 }, "_horizontalScrollBar": null, "_verticalScrollBar": null, @@ -13097,7 +13024,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 482 + "__id__": 454 }, "_enabled": true, "__prefab": null, @@ -13127,32 +13054,32 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 477 + "__id__": 449 }, "_children": [ { - "__id__": 530 + "__id__": 502 }, { - "__id__": 533 + "__id__": 505 }, { - "__id__": 536 + "__id__": 508 } ], "_active": true, "_components": [ { - "__id__": 539 + "__id__": 511 }, { - "__id__": 540 + "__id__": 512 }, { - "__id__": 541 + "__id__": 513 }, { - "__id__": 543 + "__id__": 515 } ], "_prefab": null, @@ -13191,16 +13118,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 529 + "__id__": 501 }, "_children": [], "_active": true, "_components": [ { - "__id__": 531 + "__id__": 503 }, { - "__id__": 532 + "__id__": 504 } ], "_prefab": null, @@ -13239,7 +13166,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 530 + "__id__": 502 }, "_enabled": true, "__prefab": null, @@ -13261,7 +13188,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 530 + "__id__": 502 }, "_enabled": true, "__prefab": null, @@ -13326,16 +13253,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 529 + "__id__": 501 }, "_children": [], "_active": true, "_components": [ { - "__id__": 534 + "__id__": 506 }, { - "__id__": 535 + "__id__": 507 } ], "_prefab": null, @@ -13374,7 +13301,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 533 + "__id__": 505 }, "_enabled": true, "__prefab": null, @@ -13396,7 +13323,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 533 + "__id__": 505 }, "_enabled": true, "__prefab": null, @@ -13435,16 +13362,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 529 + "__id__": 501 }, "_children": [], "_active": true, "_components": [ { - "__id__": 537 + "__id__": 509 }, { - "__id__": 538 + "__id__": 510 } ], "_prefab": null, @@ -13483,7 +13410,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 536 + "__id__": 508 }, "_enabled": true, "__prefab": null, @@ -13505,7 +13432,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 536 + "__id__": 508 }, "_enabled": true, "__prefab": null, @@ -13570,7 +13497,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 529 + "__id__": 501 }, "_enabled": true, "__prefab": null, @@ -13592,7 +13519,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 529 + "__id__": 501 }, "_enabled": true, "__prefab": null, @@ -13631,13 +13558,13 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 529 + "__id__": 501 }, "_enabled": true, "__prefab": null, "clickEvents": [ { - "__id__": 542 + "__id__": 514 } ], "_interactable": true, @@ -13677,14 +13604,14 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 529 + "__id__": 501 }, "_id": "83tN1zwmxCxI7aJ2ug7LTQ" }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 473 + "__id__": 445 }, "component": "", "_componentId": "c5e2dm0qXVOuKP1ju7uyMtJ", @@ -13697,7 +13624,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 529 + "__id__": 501 }, "_enabled": true, "__prefab": null, @@ -13727,23 +13654,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 477 + "__id__": 449 }, "_children": [ { - "__id__": 545 + "__id__": 517 } ], "_active": true, "_components": [ { - "__id__": 548 + "__id__": 520 }, { - "__id__": 549 + "__id__": 521 }, { - "__id__": 551 + "__id__": 523 } ], "_prefab": null, @@ -13782,16 +13709,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 544 + "__id__": 516 }, "_children": [], "_active": true, "_components": [ { - "__id__": 546 + "__id__": 518 }, { - "__id__": 547 + "__id__": 519 } ], "_prefab": null, @@ -13830,7 +13757,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 545 + "__id__": 517 }, "_enabled": true, "__prefab": null, @@ -13852,7 +13779,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 545 + "__id__": 517 }, "_enabled": true, "__prefab": null, @@ -13917,7 +13844,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 544 + "__id__": 516 }, "_enabled": true, "__prefab": null, @@ -13939,13 +13866,13 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 544 + "__id__": 516 }, "_enabled": true, "__prefab": null, "clickEvents": [ { - "__id__": 550 + "__id__": 522 } ], "_interactable": true, @@ -13997,14 +13924,14 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 544 + "__id__": 516 }, "_id": "05kavv3MFKp4R9iVYAgcDb" }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 473 + "__id__": 445 }, "component": "", "_componentId": "c5e2dm0qXVOuKP1ju7uyMtJ", @@ -14017,7 +13944,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 544 + "__id__": 516 }, "_enabled": true, "__prefab": null, @@ -14047,7 +13974,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 477 + "__id__": 449 }, "_enabled": true, "__prefab": null, @@ -14069,7 +13996,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 477 + "__id__": 449 }, "_enabled": true, "__prefab": null, @@ -14108,7 +14035,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 473 + "__id__": 445 }, "_enabled": true, "__prefab": null, @@ -14130,7 +14057,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 473 + "__id__": 445 }, "_enabled": true, "__prefab": null, @@ -14160,24 +14087,24 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 473 + "__id__": 445 }, "_enabled": true, "__prefab": null, "topScore": { - "__id__": 492 + "__id__": 464 }, "yourScore": { - "__id__": 515 + "__id__": 487 }, "_ticketMinus": { - "__id__": 538 + "__id__": 510 }, "_buyTicketBtn": { - "__id__": 529 + "__id__": 501 }, "_quitBtn": { - "__id__": 544 + "__id__": 516 }, "_scoreUI": { "__id__": 156 @@ -14194,17 +14121,17 @@ "__expectedType__": "cc.AudioClip" }, "_starSpeedCurve": { - "__id__": 557 + "__id__": 529 }, "_starScaleCurve": { - "__id__": 559 + "__id__": 531 }, "_id": "bbcyvzebBDsJfOOH9VNeON" }, { "__type__": "cc.AnimationCurve", "_curve": { - "__id__": 558 + "__id__": 530 } }, { @@ -14245,7 +14172,7 @@ { "__type__": "cc.AnimationCurve", "_curve": { - "__id__": 560 + "__id__": 532 } }, { @@ -14306,22 +14233,22 @@ }, "_children": [ { - "__id__": 562 + "__id__": 534 } ], "_active": false, "_components": [ { - "__id__": 599 + "__id__": 571 }, { - "__id__": 600 + "__id__": 572 }, { - "__id__": 601 + "__id__": 573 }, { - "__id__": 602 + "__id__": 574 } ], "_prefab": null, @@ -14360,35 +14287,35 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 561 + "__id__": 533 }, "_children": [ { - "__id__": 563 + "__id__": 535 }, { - "__id__": 583 + "__id__": 555 } ], "_active": true, "_components": [ { - "__id__": 593 + "__id__": 565 }, { - "__id__": 594 + "__id__": 566 }, { - "__id__": 595 + "__id__": 567 }, { - "__id__": 596 + "__id__": 568 }, { - "__id__": 597 + "__id__": 569 }, { - "__id__": 598 + "__id__": 570 } ], "_prefab": null, @@ -14427,29 +14354,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 562 + "__id__": 534 }, "_children": [ { - "__id__": 564 + "__id__": 536 }, { - "__id__": 568 + "__id__": 540 }, { - "__id__": 570 + "__id__": 542 }, { - "__id__": 572 + "__id__": 544 } ], "_active": true, "_components": [ { - "__id__": 581 + "__id__": 553 }, { - "__id__": 582 + "__id__": 554 } ], "_prefab": null, @@ -14488,19 +14415,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 563 + "__id__": 535 }, "_children": [], "_active": true, "_components": [ { - "__id__": 565 + "__id__": 537 }, { - "__id__": 566 + "__id__": 538 }, { - "__id__": 567 + "__id__": 539 } ], "_prefab": null, @@ -14539,7 +14466,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 564 + "__id__": 536 }, "_enabled": true, "__prefab": null, @@ -14561,7 +14488,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 564 + "__id__": 536 }, "_enabled": true, "__prefab": null, @@ -14600,7 +14527,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 564 + "__id__": 536 }, "_enabled": true, "__prefab": null, @@ -14630,13 +14557,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 563 + "__id__": 535 }, "_children": [], "_active": false, "_components": [ { - "__id__": 569 + "__id__": 541 } ], "_prefab": null, @@ -14675,7 +14602,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 568 + "__id__": 540 }, "_enabled": true, "__prefab": null, @@ -14697,13 +14624,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 563 + "__id__": 535 }, "_children": [], "_active": false, "_components": [ { - "__id__": 571 + "__id__": 543 } ], "_prefab": null, @@ -14742,7 +14669,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 570 + "__id__": 542 }, "_enabled": true, "__prefab": null, @@ -14764,26 +14691,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 563 + "__id__": 535 }, "_children": [ { - "__id__": 573 + "__id__": 545 } ], "_active": true, "_components": [ { - "__id__": 576 + "__id__": 548 }, { - "__id__": 577 + "__id__": 549 }, { - "__id__": 578 + "__id__": 550 }, { - "__id__": 580 + "__id__": 552 } ], "_prefab": null, @@ -14822,16 +14749,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 572 + "__id__": 544 }, "_children": [], "_active": true, "_components": [ { - "__id__": 574 + "__id__": 546 }, { - "__id__": 575 + "__id__": 547 } ], "_prefab": null, @@ -14870,7 +14797,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 573 + "__id__": 545 }, "_enabled": true, "__prefab": null, @@ -14892,7 +14819,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 573 + "__id__": 545 }, "_enabled": true, "__prefab": null, @@ -14957,7 +14884,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 572 + "__id__": 544 }, "_enabled": true, "__prefab": null, @@ -14979,7 +14906,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 572 + "__id__": 544 }, "_enabled": true, "__prefab": null, @@ -15018,13 +14945,13 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 572 + "__id__": 544 }, "_enabled": true, "__prefab": null, "clickEvents": [ { - "__id__": 579 + "__id__": 551 } ], "_interactable": true, @@ -15064,7 +14991,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 572 + "__id__": 544 }, "_id": "b5HEsyyjZJ8Yb2u2q1fD82" }, @@ -15084,7 +15011,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 572 + "__id__": 544 }, "_enabled": true, "__prefab": null, @@ -15114,7 +15041,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 563 + "__id__": 535 }, "_enabled": true, "__prefab": null, @@ -15136,7 +15063,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 563 + "__id__": 535 }, "_enabled": true, "__prefab": null, @@ -15175,26 +15102,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 562 + "__id__": 534 }, "_children": [ { - "__id__": 584 + "__id__": 556 }, { - "__id__": 587 + "__id__": 559 } ], "_active": false, "_components": [ { - "__id__": 590 + "__id__": 562 }, { - "__id__": 591 + "__id__": 563 }, { - "__id__": 592 + "__id__": 564 } ], "_prefab": null, @@ -15233,16 +15160,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 583 + "__id__": 555 }, "_children": [], "_active": true, "_components": [ { - "__id__": 585 + "__id__": 557 }, { - "__id__": 586 + "__id__": 558 } ], "_prefab": null, @@ -15281,7 +15208,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 584 + "__id__": 556 }, "_enabled": true, "__prefab": null, @@ -15303,7 +15230,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 584 + "__id__": 556 }, "_enabled": true, "__prefab": null, @@ -15342,16 +15269,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 583 + "__id__": 555 }, "_children": [], "_active": true, "_components": [ { - "__id__": 588 + "__id__": 560 }, { - "__id__": 589 + "__id__": 561 } ], "_prefab": null, @@ -15390,7 +15317,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 587 + "__id__": 559 }, "_enabled": true, "__prefab": null, @@ -15412,7 +15339,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 587 + "__id__": 559 }, "_enabled": true, "__prefab": null, @@ -15477,7 +15404,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 583 + "__id__": 555 }, "_enabled": true, "__prefab": null, @@ -15499,7 +15426,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 583 + "__id__": 555 }, "_enabled": true, "__prefab": null, @@ -15529,7 +15456,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 583 + "__id__": 555 }, "_enabled": true, "__prefab": null, @@ -15552,7 +15479,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 562 + "__id__": 534 }, "_enabled": true, "__prefab": null, @@ -15574,7 +15501,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 562 + "__id__": 534 }, "_enabled": true, "__prefab": null, @@ -15590,7 +15517,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 562 + "__id__": 534 }, "_enabled": true, "__prefab": null, @@ -15630,7 +15557,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 562 + "__id__": 534 }, "_enabled": true, "__prefab": null, @@ -15646,7 +15573,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 562 + "__id__": 534 }, "_enabled": true, "__prefab": null, @@ -15673,12 +15600,12 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 562 + "__id__": 534 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 597 + "__id__": 569 }, "_id": "21CWF/h19B4IC/OI3ayhGG" }, @@ -15688,7 +15615,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 561 + "__id__": 533 }, "_enabled": true, "__prefab": null, @@ -15710,7 +15637,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 561 + "__id__": 533 }, "_enabled": true, "__prefab": null, @@ -15749,7 +15676,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 561 + "__id__": 533 }, "_enabled": true, "__prefab": null, @@ -15779,7 +15706,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 561 + "__id__": 533 }, "_enabled": true, "__prefab": null, @@ -15848,26 +15775,26 @@ "_enabled": true, "__prefab": null, "_scoreLabel": { - "__id__": 606 + "__id__": 578 }, "_ticketLabel": { - "__id__": 609 + "__id__": 581 }, "_buffFx": null, "_controlPanel": { "__id__": 234 }, "_startPanel": { - "__id__": 561 + "__id__": 533 }, "_overPanel": { - "__id__": 473 + "__id__": 445 }, "loadingScreen": { - "__id__": 583 + "__id__": 555 }, "playButton": { - "__id__": 578 + "__id__": 550 }, "_id": "449hzGcyZL+Lsj/r1gnEMe" }, @@ -15877,7 +15804,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 607 + "__id__": 579 }, "_enabled": true, "__prefab": null, @@ -15948,10 +15875,10 @@ "_active": true, "_components": [ { - "__id__": 608 + "__id__": 580 }, { - "__id__": 606 + "__id__": 578 } ], "_prefab": null, @@ -15990,7 +15917,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 607 + "__id__": 579 }, "_enabled": true, "__prefab": null, @@ -16012,7 +15939,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 610 + "__id__": 582 }, "_enabled": true, "__prefab": null, @@ -16077,16 +16004,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 611 + "__id__": 583 }, "_children": [], "_active": true, "_components": [ { - "__id__": 622 + "__id__": 594 }, { - "__id__": 609 + "__id__": 581 } ], "_prefab": null, @@ -16125,23 +16052,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 612 + "__id__": 584 }, "_children": [ { - "__id__": 610 + "__id__": 582 } ], "_active": true, "_components": [ { - "__id__": 619 + "__id__": 591 }, { - "__id__": 620 + "__id__": 592 }, { - "__id__": 621 + "__id__": 593 } ], "_prefab": null, @@ -16184,22 +16111,22 @@ }, "_children": [ { - "__id__": 611 + "__id__": 583 }, { - "__id__": 613 + "__id__": 585 } ], "_active": true, "_components": [ { - "__id__": 616 + "__id__": 588 }, { - "__id__": 617 + "__id__": 589 }, { - "__id__": 618 + "__id__": 590 } ], "_prefab": null, @@ -16238,16 +16165,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 612 + "__id__": 584 }, "_children": [], "_active": true, "_components": [ { - "__id__": 614 + "__id__": 586 }, { - "__id__": 615 + "__id__": 587 } ], "_prefab": null, @@ -16286,7 +16213,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 613 + "__id__": 585 }, "_enabled": true, "__prefab": null, @@ -16308,7 +16235,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 613 + "__id__": 585 }, "_enabled": true, "__prefab": null, @@ -16347,7 +16274,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 612 + "__id__": 584 }, "_enabled": true, "__prefab": null, @@ -16369,7 +16296,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 612 + "__id__": 584 }, "_enabled": true, "__prefab": null, @@ -16408,7 +16335,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 612 + "__id__": 584 }, "_enabled": true, "__prefab": null, @@ -16438,7 +16365,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 611 + "__id__": 583 }, "_enabled": true, "__prefab": null, @@ -16460,7 +16387,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 611 + "__id__": 583 }, "_enabled": true, "__prefab": null, @@ -16499,7 +16426,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 611 + "__id__": 583 }, "_enabled": true, "__prefab": null, @@ -16529,7 +16456,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 610 + "__id__": 582 }, "_enabled": true, "__prefab": null, @@ -16555,25 +16482,25 @@ }, "_children": [ { - "__id__": 624 + "__id__": 596 }, { - "__id__": 628 + "__id__": 600 } ], "_active": true, "_components": [ { - "__id__": 640 + "__id__": 612 }, { - "__id__": 641 + "__id__": 613 }, { - "__id__": 642 + "__id__": 614 }, { - "__id__": 643 + "__id__": 615 } ], "_prefab": null, @@ -16612,19 +16539,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 623 + "__id__": 595 }, "_children": [], "_active": true, "_components": [ { - "__id__": 625 + "__id__": 597 }, { - "__id__": 626 + "__id__": 598 }, { - "__id__": 627 + "__id__": 599 } ], "_prefab": null, @@ -16663,7 +16590,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 624 + "__id__": 596 }, "_enabled": true, "__prefab": null, @@ -16685,7 +16612,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 624 + "__id__": 596 }, "_enabled": true, "__prefab": null, @@ -16724,7 +16651,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 624 + "__id__": 596 }, "_enabled": true, "__prefab": null, @@ -16754,26 +16681,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 623 + "__id__": 595 }, "_children": [ { - "__id__": 629 + "__id__": 601 }, { - "__id__": 634 + "__id__": 606 } ], "_active": true, "_components": [ { - "__id__": 637 + "__id__": 609 }, { - "__id__": 638 + "__id__": 610 }, { - "__id__": 639 + "__id__": 611 } ], "_prefab": null, @@ -16812,17 +16739,17 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 628 + "__id__": 600 }, "_children": [ { - "__id__": 630 + "__id__": 602 } ], "_active": true, "_components": [ { - "__id__": 633 + "__id__": 605 } ], "_prefab": null, @@ -16861,16 +16788,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 629 + "__id__": 601 }, "_children": [], "_active": true, "_components": [ { - "__id__": 631 + "__id__": 603 }, { - "__id__": 632 + "__id__": 604 } ], "_prefab": null, @@ -16909,7 +16836,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 630 + "__id__": 602 }, "_enabled": true, "__prefab": null, @@ -16931,7 +16858,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 630 + "__id__": 602 }, "_enabled": true, "__prefab": null, @@ -16970,7 +16897,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 629 + "__id__": 601 }, "_enabled": true, "__prefab": null, @@ -16992,16 +16919,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 628 + "__id__": 600 }, "_children": [], "_active": true, "_components": [ { - "__id__": 635 + "__id__": 607 }, { - "__id__": 636 + "__id__": 608 } ], "_prefab": null, @@ -17040,7 +16967,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 634 + "__id__": 606 }, "_enabled": true, "__prefab": null, @@ -17062,7 +16989,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 634 + "__id__": 606 }, "_enabled": true, "__prefab": null, @@ -17127,7 +17054,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 628 + "__id__": 600 }, "_enabled": true, "__prefab": null, @@ -17149,7 +17076,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 628 + "__id__": 600 }, "_enabled": true, "__prefab": null, @@ -17181,7 +17108,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 628 + "__id__": 600 }, "_enabled": true, "__prefab": null, @@ -17211,7 +17138,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 623 + "__id__": 595 }, "_enabled": true, "__prefab": null, @@ -17233,7 +17160,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 623 + "__id__": 595 }, "_enabled": true, "__prefab": null, @@ -17272,7 +17199,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 623 + "__id__": 595 }, "_enabled": true, "__prefab": null, @@ -17302,18 +17229,32 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 623 + "__id__": 595 }, "_enabled": true, "__prefab": null, "_timeLabel": { - "__id__": 636 + "__id__": 608 }, "_fill": { - "__id__": 626 + "__id__": 598 }, "_timeIcon": { - "__id__": 630 + "__id__": 602 + }, + "normalColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "warnColor": { + "__type__": "cc.Color", + "r": 255, + "g": 0, + "b": 0, + "a": 255 }, "_countDownSound": { "__uuid__": "c96f7bd8-69d7-4810-a6d4-3cfa61766b2c", @@ -17331,28 +17272,28 @@ }, "_children": [ { - "__id__": 645 + "__id__": 617 }, { - "__id__": 648 + "__id__": 620 } ], "_active": true, "_components": [ { - "__id__": 651 + "__id__": 623 }, { - "__id__": 652 + "__id__": 624 }, { - "__id__": 653 + "__id__": 625 }, { - "__id__": 655 + "__id__": 627 }, { - "__id__": 656 + "__id__": 628 } ], "_prefab": null, @@ -17391,16 +17332,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 644 + "__id__": 616 }, "_children": [], "_active": true, "_components": [ { - "__id__": 646 + "__id__": 618 }, { - "__id__": 647 + "__id__": 619 } ], "_prefab": null, @@ -17439,7 +17380,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 645 + "__id__": 617 }, "_enabled": true, "__prefab": null, @@ -17461,7 +17402,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 645 + "__id__": 617 }, "_enabled": true, "__prefab": null, @@ -17500,16 +17441,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 644 + "__id__": 616 }, "_children": [], "_active": false, "_components": [ { - "__id__": 649 + "__id__": 621 }, { - "__id__": 650 + "__id__": 622 } ], "_prefab": null, @@ -17548,7 +17489,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 648 + "__id__": 620 }, "_enabled": true, "__prefab": null, @@ -17570,7 +17511,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 648 + "__id__": 620 }, "_enabled": true, "__prefab": null, @@ -17609,7 +17550,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 644 + "__id__": 616 }, "_enabled": true, "__prefab": null, @@ -17631,7 +17572,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 644 + "__id__": 616 }, "_enabled": true, "__prefab": null, @@ -17670,13 +17611,13 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 644 + "__id__": 616 }, "_enabled": true, "__prefab": null, "clickEvents": [ { - "__id__": 654 + "__id__": 626 } ], "_interactable": true, @@ -17716,14 +17657,14 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 644 + "__id__": 616 }, "_id": "1cDmuMEIFEs5ImBNG5Gm0F" }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 644 + "__id__": 616 }, "component": "", "_componentId": "fe619HtEX1OQq7oeACKrANd", @@ -17736,7 +17677,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 644 + "__id__": 616 }, "_enabled": true, "__prefab": null, @@ -17766,15 +17707,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 644 + "__id__": 616 }, "_enabled": true, "__prefab": null, "_unMute": { - "__id__": 645 + "__id__": 617 }, "_mute": { - "__id__": 648 + "__id__": 620 }, "_id": "adeG5FRP1GpLzDXol2pxU+" }, @@ -17842,13 +17783,13 @@ "_active": true, "_components": [ { - "__id__": 660 + "__id__": 632 }, { - "__id__": 661 + "__id__": 633 }, { - "__id__": 662 + "__id__": 634 } ], "_prefab": null, @@ -17887,7 +17828,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 659 + "__id__": 631 }, "_enabled": true, "__prefab": null, @@ -17909,7 +17850,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 659 + "__id__": 631 }, "_enabled": true, "__prefab": null, @@ -17974,7 +17915,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 659 + "__id__": 631 }, "_enabled": true, "__prefab": null, @@ -18376,25 +18317,25 @@ }, "_children": [ { - "__id__": 678 + "__id__": 650 }, { - "__id__": 688 + "__id__": 660 }, { - "__id__": 731 + "__id__": 703 } ], "_active": true, "_components": [ { - "__id__": 735 + "__id__": 707 }, { - "__id__": 736 + "__id__": 708 }, { - "__id__": 737 + "__id__": 709 } ], "_prefab": null, @@ -18433,20 +18374,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 677 + "__id__": 649 }, "_children": [ { - "__id__": 679 + "__id__": 651 } ], "_active": true, "_components": [ { - "__id__": 686 + "__id__": 658 }, { - "__id__": 687 + "__id__": 659 } ], "_prefab": null, @@ -18485,17 +18426,17 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 678 + "__id__": 650 }, "_children": [ { - "__id__": 680 + "__id__": 652 } ], "_active": true, "_components": [ { - "__id__": 685 + "__id__": 657 } ], "_prefab": null, @@ -18534,22 +18475,22 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 679 + "__id__": 651 }, "_children": [], "_active": true, "_components": [ { - "__id__": 681 + "__id__": 653 }, { - "__id__": 682 + "__id__": 654 }, { - "__id__": 683 + "__id__": 655 }, { - "__id__": 684 + "__id__": 656 } ], "_prefab": null, @@ -18588,7 +18529,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 680 + "__id__": 652 }, "_enabled": true, "__prefab": null, @@ -18610,7 +18551,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 680 + "__id__": 652 }, "_enabled": true, "__prefab": null, @@ -18649,12 +18590,12 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 680 + "__id__": 652 }, "_enabled": true, "__prefab": null, "skeleton": { - "__id__": 682 + "__id__": 654 }, "_flipX": false, "_flipY": false, @@ -18666,12 +18607,12 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 680 + "__id__": 652 }, "_enabled": true, "__prefab": null, "animationHandler": { - "__id__": 683 + "__id__": 655 }, "_id": "60ykxYfThBhruBFTN/vkgk" }, @@ -18681,7 +18622,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 679 + "__id__": 651 }, "_enabled": true, "__prefab": null, @@ -18703,7 +18644,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 678 + "__id__": 650 }, "_enabled": true, "__prefab": null, @@ -18725,7 +18666,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 678 + "__id__": 650 }, "_enabled": false, "__prefab": null, @@ -18764,23 +18705,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 677 + "__id__": 649 }, "_children": [ { - "__id__": 689 + "__id__": 661 }, { - "__id__": 708 + "__id__": 680 } ], "_active": false, "_components": [ { - "__id__": 729 + "__id__": 701 }, { - "__id__": 730 + "__id__": 702 } ], "_prefab": null, @@ -18817,17 +18758,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 688 + "__id__": 660 }, "_prefab": { - "__id__": 690 + "__id__": 662 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 689 + "__id__": 661 }, "asset": { "__uuid__": "c5e75294-5ee5-4e7a-8192-d1655a94811e", @@ -18835,7 +18776,7 @@ }, "fileId": "5cD4+xkz1ErKrNpV+rss2i", "instance": { - "__id__": 691 + "__id__": 663 }, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -18848,37 +18789,37 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 692 + "__id__": 664 }, { - "__id__": 694 + "__id__": 666 }, { - "__id__": 695 + "__id__": 667 }, { - "__id__": 696 + "__id__": 668 }, { - "__id__": 697 + "__id__": 669 }, { - "__id__": 699 + "__id__": 671 }, { - "__id__": 700 + "__id__": 672 }, { - "__id__": 701 + "__id__": 673 }, { - "__id__": 702 + "__id__": 674 }, { - "__id__": 704 + "__id__": 676 }, { - "__id__": 706 + "__id__": 678 } ], "removedComponents": [] @@ -18886,7 +18827,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 693 + "__id__": 665 }, "propertyPath": [ "_name" @@ -18902,7 +18843,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 693 + "__id__": 665 }, "propertyPath": [ "_lpos" @@ -18917,7 +18858,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 693 + "__id__": 665 }, "propertyPath": [ "_lrot" @@ -18933,7 +18874,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 693 + "__id__": 665 }, "propertyPath": [ "_euler" @@ -18948,7 +18889,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 698 + "__id__": 670 }, "propertyPath": [ "_lrot" @@ -18970,7 +18911,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 698 + "__id__": 670 }, "propertyPath": [ "_euler" @@ -18985,7 +18926,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 693 + "__id__": 665 }, "propertyPath": [ "_layer" @@ -18995,7 +18936,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 698 + "__id__": 670 }, "propertyPath": [ "_layer" @@ -19005,7 +18946,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 703 + "__id__": 675 }, "propertyPath": [ "_layer" @@ -19021,7 +18962,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 705 + "__id__": 677 }, "propertyPath": [ "_layer" @@ -19037,7 +18978,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 707 + "__id__": 679 }, "propertyPath": [ "_rotationOvertimeModule", @@ -19056,17 +18997,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 688 + "__id__": 660 }, "_prefab": { - "__id__": 709 + "__id__": 681 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 708 + "__id__": 680 }, "asset": { "__uuid__": "c5e75294-5ee5-4e7a-8192-d1655a94811e", @@ -19074,7 +19015,7 @@ }, "fileId": "5cD4+xkz1ErKrNpV+rss2i", "instance": { - "__id__": 710 + "__id__": 682 }, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -19087,43 +19028,43 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 711 + "__id__": 683 }, { - "__id__": 713 + "__id__": 685 }, { - "__id__": 714 + "__id__": 686 }, { - "__id__": 715 + "__id__": 687 }, { - "__id__": 716 + "__id__": 688 }, { - "__id__": 717 + "__id__": 689 }, { - "__id__": 719 + "__id__": 691 }, { - "__id__": 720 + "__id__": 692 }, { - "__id__": 721 + "__id__": 693 }, { - "__id__": 722 + "__id__": 694 }, { - "__id__": 724 + "__id__": 696 }, { - "__id__": 725 + "__id__": 697 }, { - "__id__": 727 + "__id__": 699 } ], "removedComponents": [] @@ -19131,7 +19072,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 712 + "__id__": 684 }, "propertyPath": [ "_name" @@ -19147,7 +19088,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 712 + "__id__": 684 }, "propertyPath": [ "_lpos" @@ -19162,7 +19103,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 712 + "__id__": 684 }, "propertyPath": [ "_lrot" @@ -19178,7 +19119,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 712 + "__id__": 684 }, "propertyPath": [ "_euler" @@ -19193,7 +19134,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 712 + "__id__": 684 }, "propertyPath": [ "_layer" @@ -19203,7 +19144,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 718 + "__id__": 690 }, "propertyPath": [ "_lrot" @@ -19225,7 +19166,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 718 + "__id__": 690 }, "propertyPath": [ "_euler" @@ -19240,7 +19181,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 712 + "__id__": 684 }, "propertyPath": [ "_lscale" @@ -19255,7 +19196,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 718 + "__id__": 690 }, "propertyPath": [ "_lscale" @@ -19270,7 +19211,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 723 + "__id__": 695 }, "propertyPath": [ "_rotationOvertimeModule", @@ -19288,7 +19229,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 718 + "__id__": 690 }, "propertyPath": [ "_layer" @@ -19298,7 +19239,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 726 + "__id__": 698 }, "propertyPath": [ "_layer" @@ -19314,7 +19255,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 728 + "__id__": 700 }, "propertyPath": [ "_layer" @@ -19333,7 +19274,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 688 + "__id__": 660 }, "_enabled": true, "__prefab": null, @@ -19355,7 +19296,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 688 + "__id__": 660 }, "_enabled": true, "__prefab": null, @@ -19394,19 +19335,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 677 + "__id__": 649 }, "_children": [], "_active": true, "_components": [ { - "__id__": 732 + "__id__": 704 }, { - "__id__": 733 + "__id__": 705 }, { - "__id__": 734 + "__id__": 706 } ], "_prefab": null, @@ -19445,7 +19386,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 731 + "__id__": 703 }, "_enabled": true, "__prefab": null, @@ -19467,7 +19408,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 731 + "__id__": 703 }, "_enabled": true, "__prefab": null, @@ -19527,7 +19468,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 731 + "__id__": 703 }, "_enabled": true, "__prefab": null, @@ -19555,7 +19496,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 677 + "__id__": 649 }, "_enabled": true, "__prefab": null, @@ -19577,15 +19518,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 677 + "__id__": 649 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 733 + "__id__": 705 }, "_animation": { - "__id__": 737 + "__id__": 709 }, "_score": 100, "_goalFx": { @@ -19600,7 +19541,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 677 + "__id__": 649 }, "_enabled": true, "__prefab": null, @@ -19633,16 +19574,16 @@ "_active": true, "_components": [ { - "__id__": 739 + "__id__": 711 }, { - "__id__": 740 + "__id__": 712 }, { - "__id__": 741 + "__id__": 713 }, { - "__id__": 742 + "__id__": 714 } ], "_prefab": null, @@ -19681,7 +19622,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 738 + "__id__": 710 }, "_enabled": true, "__prefab": null, @@ -19703,7 +19644,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 738 + "__id__": 710 }, "_enabled": true, "__prefab": null, @@ -19828,7 +19769,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 738 + "__id__": 710 }, "_enabled": true, "__prefab": null, @@ -19908,7 +19849,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 738 + "__id__": 710 }, "_enabled": true, "__prefab": null, @@ -19940,25 +19881,25 @@ }, "_children": [ { - "__id__": 744 + "__id__": 716 }, { - "__id__": 746 + "__id__": 718 } ], "_active": true, "_components": [ { - "__id__": 748 + "__id__": 720 }, { - "__id__": 749 + "__id__": 721 }, { - "__id__": 750 + "__id__": 722 }, { - "__id__": 751 + "__id__": 723 } ], "_prefab": null, @@ -19997,13 +19938,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 743 + "__id__": 715 }, "_children": [], "_active": true, "_components": [ { - "__id__": 745 + "__id__": 717 } ], "_prefab": null, @@ -20042,7 +19983,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 744 + "__id__": 716 }, "_enabled": true, "__prefab": null, @@ -20064,13 +20005,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 743 + "__id__": 715 }, "_children": [], "_active": true, "_components": [ { - "__id__": 747 + "__id__": 719 } ], "_prefab": null, @@ -20109,7 +20050,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 746 + "__id__": 718 }, "_enabled": true, "__prefab": null, @@ -20131,7 +20072,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 743 + "__id__": 715 }, "_enabled": true, "__prefab": null, @@ -20153,7 +20094,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 743 + "__id__": 715 }, "_enabled": true, "__prefab": null, @@ -20208,18 +20149,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 743 + "__id__": 715 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 749 + "__id__": 721 }, "_portLeft": { - "__id__": 744 + "__id__": 716 }, "_portRight": { - "__id__": 746 + "__id__": 718 }, "_fx": { "__uuid__": "7afbc379-62e2-4721-b6d4-be47b00b6db2", @@ -20237,7 +20178,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 743 + "__id__": 715 }, "_enabled": true, "__prefab": null, @@ -20269,22 +20210,22 @@ }, "_children": [ { - "__id__": 753 + "__id__": 725 }, { - "__id__": 769 + "__id__": 741 }, { - "__id__": 788 + "__id__": 760 }, { - "__id__": 807 + "__id__": 779 } ], "_active": true, "_components": [ { - "__id__": 826 + "__id__": 798 } ], "_prefab": null, @@ -20323,26 +20264,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 752 + "__id__": 724 }, "_children": [ { - "__id__": 754 + "__id__": 726 }, { - "__id__": 761 + "__id__": 733 }, { - "__id__": 763 + "__id__": 735 } ], "_active": true, "_components": [ { - "__id__": 765 + "__id__": 737 }, { - "__id__": 766 + "__id__": 738 } ], "_prefab": null, @@ -20381,23 +20322,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 753 + "__id__": 725 }, "_children": [ { - "__id__": 755 + "__id__": 727 } ], "_active": true, "_components": [ { - "__id__": 758 + "__id__": 730 }, { - "__id__": 759 + "__id__": 731 }, { - "__id__": 760 + "__id__": 732 } ], "_prefab": null, @@ -20436,16 +20377,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 754 + "__id__": 726 }, "_children": [], "_active": true, "_components": [ { - "__id__": 756 + "__id__": 728 }, { - "__id__": 757 + "__id__": 729 } ], "_prefab": null, @@ -20484,7 +20425,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 755 + "__id__": 727 }, "_enabled": true, "__prefab": null, @@ -20506,7 +20447,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 755 + "__id__": 727 }, "_enabled": true, "__prefab": null, @@ -20545,7 +20486,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 754 + "__id__": 726 }, "_enabled": true, "__prefab": null, @@ -20567,7 +20508,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 754 + "__id__": 726 }, "_enabled": true, "__prefab": null, @@ -20595,7 +20536,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 754 + "__id__": 726 }, "_enabled": true, "__prefab": null, @@ -20623,13 +20564,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 753 + "__id__": 725 }, "_children": [], "_active": true, "_components": [ { - "__id__": 762 + "__id__": 734 } ], "_prefab": null, @@ -20668,7 +20609,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 761 + "__id__": 733 }, "_enabled": true, "__prefab": null, @@ -20690,13 +20631,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 753 + "__id__": 725 }, "_children": [], "_active": true, "_components": [ { - "__id__": 764 + "__id__": 736 } ], "_prefab": null, @@ -20735,7 +20676,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 763 + "__id__": 735 }, "_enabled": true, "__prefab": null, @@ -20757,7 +20698,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 753 + "__id__": 725 }, "_enabled": true, "__prefab": null, @@ -20779,27 +20720,27 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 753 + "__id__": 725 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 759 + "__id__": 731 }, "_sprite": { - "__id__": 757 + "__id__": 729 }, "_patrolPoint1": { - "__id__": 761 + "__id__": 733 }, "_patrolPoint2": { - "__id__": 763 + "__id__": 735 }, "_speed": 50, "_requireGoal": 3, "_curveY": true, "_patrolCurve": { - "__id__": 767 + "__id__": 739 }, "_multiplierCurve": 120, "_hitSound": { @@ -20811,7 +20752,7 @@ { "__type__": "cc.AnimationCurve", "_curve": { - "__id__": 768 + "__id__": 740 } }, { @@ -20855,29 +20796,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 752 + "__id__": 724 }, "_children": [ { - "__id__": 770 + "__id__": 742 }, { - "__id__": 773 + "__id__": 745 }, { - "__id__": 780 + "__id__": 752 }, { - "__id__": 782 + "__id__": 754 } ], "_active": true, "_components": [ { - "__id__": 784 + "__id__": 756 }, { - "__id__": 785 + "__id__": 757 } ], "_prefab": null, @@ -20916,16 +20857,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 769 + "__id__": 741 }, "_children": [], "_active": true, "_components": [ { - "__id__": 771 + "__id__": 743 }, { - "__id__": 772 + "__id__": 744 } ], "_prefab": null, @@ -20964,7 +20905,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 770 + "__id__": 742 }, "_enabled": true, "__prefab": null, @@ -20986,7 +20927,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 770 + "__id__": 742 }, "_enabled": true, "__prefab": null, @@ -21025,23 +20966,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 769 + "__id__": 741 }, "_children": [ { - "__id__": 774 + "__id__": 746 } ], "_active": true, "_components": [ { - "__id__": 777 + "__id__": 749 }, { - "__id__": 778 + "__id__": 750 }, { - "__id__": 779 + "__id__": 751 } ], "_prefab": null, @@ -21080,16 +21021,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 773 + "__id__": 745 }, "_children": [], "_active": true, "_components": [ { - "__id__": 775 + "__id__": 747 }, { - "__id__": 776 + "__id__": 748 } ], "_prefab": null, @@ -21128,7 +21069,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 774 + "__id__": 746 }, "_enabled": true, "__prefab": null, @@ -21150,7 +21091,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 774 + "__id__": 746 }, "_enabled": true, "__prefab": null, @@ -21189,7 +21130,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 773 + "__id__": 745 }, "_enabled": true, "__prefab": null, @@ -21211,7 +21152,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 773 + "__id__": 745 }, "_enabled": true, "__prefab": null, @@ -21239,7 +21180,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 773 + "__id__": 745 }, "_enabled": true, "__prefab": null, @@ -21267,13 +21208,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 769 + "__id__": 741 }, "_children": [], "_active": true, "_components": [ { - "__id__": 781 + "__id__": 753 } ], "_prefab": null, @@ -21312,7 +21253,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 780 + "__id__": 752 }, "_enabled": true, "__prefab": null, @@ -21334,13 +21275,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 769 + "__id__": 741 }, "_children": [], "_active": true, "_components": [ { - "__id__": 783 + "__id__": 755 } ], "_prefab": null, @@ -21379,7 +21320,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 782 + "__id__": 754 }, "_enabled": true, "__prefab": null, @@ -21401,7 +21342,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 769 + "__id__": 741 }, "_enabled": true, "__prefab": null, @@ -21423,27 +21364,27 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 769 + "__id__": 741 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 778 + "__id__": 750 }, "_sprite": { - "__id__": 776 + "__id__": 748 }, "_patrolPoint1": { - "__id__": 780 + "__id__": 752 }, "_patrolPoint2": { - "__id__": 782 + "__id__": 754 }, "_speed": 50, "_requireGoal": 6, "_curveY": false, "_patrolCurve": { - "__id__": 786 + "__id__": 758 }, "_multiplierCurve": 100, "_hitSound": { @@ -21455,7 +21396,7 @@ { "__type__": "cc.AnimationCurve", "_curve": { - "__id__": 787 + "__id__": 759 } }, { @@ -21499,29 +21440,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 752 + "__id__": 724 }, "_children": [ { - "__id__": 789 + "__id__": 761 }, { - "__id__": 792 + "__id__": 764 }, { - "__id__": 799 + "__id__": 771 }, { - "__id__": 801 + "__id__": 773 } ], "_active": true, "_components": [ { - "__id__": 803 + "__id__": 775 }, { - "__id__": 804 + "__id__": 776 } ], "_prefab": null, @@ -21560,16 +21501,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 788 + "__id__": 760 }, "_children": [], "_active": true, "_components": [ { - "__id__": 790 + "__id__": 762 }, { - "__id__": 791 + "__id__": 763 } ], "_prefab": null, @@ -21608,7 +21549,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 789 + "__id__": 761 }, "_enabled": true, "__prefab": null, @@ -21630,7 +21571,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 789 + "__id__": 761 }, "_enabled": true, "__prefab": null, @@ -21669,23 +21610,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 788 + "__id__": 760 }, "_children": [ { - "__id__": 793 + "__id__": 765 } ], "_active": true, "_components": [ { - "__id__": 796 + "__id__": 768 }, { - "__id__": 797 + "__id__": 769 }, { - "__id__": 798 + "__id__": 770 } ], "_prefab": null, @@ -21724,16 +21665,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 792 + "__id__": 764 }, "_children": [], "_active": true, "_components": [ { - "__id__": 794 + "__id__": 766 }, { - "__id__": 795 + "__id__": 767 } ], "_prefab": null, @@ -21772,7 +21713,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 793 + "__id__": 765 }, "_enabled": true, "__prefab": null, @@ -21794,7 +21735,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 793 + "__id__": 765 }, "_enabled": true, "__prefab": null, @@ -21833,7 +21774,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 792 + "__id__": 764 }, "_enabled": true, "__prefab": null, @@ -21855,7 +21796,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 792 + "__id__": 764 }, "_enabled": true, "__prefab": null, @@ -21883,7 +21824,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 792 + "__id__": 764 }, "_enabled": true, "__prefab": null, @@ -21911,13 +21852,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 788 + "__id__": 760 }, "_children": [], "_active": true, "_components": [ { - "__id__": 800 + "__id__": 772 } ], "_prefab": null, @@ -21956,7 +21897,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 799 + "__id__": 771 }, "_enabled": true, "__prefab": null, @@ -21978,13 +21919,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 788 + "__id__": 760 }, "_children": [], "_active": true, "_components": [ { - "__id__": 802 + "__id__": 774 } ], "_prefab": null, @@ -22023,7 +21964,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 801 + "__id__": 773 }, "_enabled": true, "__prefab": null, @@ -22045,7 +21986,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 788 + "__id__": 760 }, "_enabled": true, "__prefab": null, @@ -22067,27 +22008,27 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 788 + "__id__": 760 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 797 + "__id__": 769 }, "_sprite": { - "__id__": 795 + "__id__": 767 }, "_patrolPoint1": { - "__id__": 799 + "__id__": 771 }, "_patrolPoint2": { - "__id__": 801 + "__id__": 773 }, "_speed": 50, "_requireGoal": 9, "_curveY": false, "_patrolCurve": { - "__id__": 805 + "__id__": 777 }, "_multiplierCurve": 100, "_hitSound": { @@ -22099,7 +22040,7 @@ { "__type__": "cc.AnimationCurve", "_curve": { - "__id__": 806 + "__id__": 778 } }, { @@ -22143,29 +22084,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 752 + "__id__": 724 }, "_children": [ { - "__id__": 808 + "__id__": 780 }, { - "__id__": 811 + "__id__": 783 }, { - "__id__": 818 + "__id__": 790 }, { - "__id__": 820 + "__id__": 792 } ], "_active": true, "_components": [ { - "__id__": 822 + "__id__": 794 }, { - "__id__": 823 + "__id__": 795 } ], "_prefab": null, @@ -22204,16 +22145,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 807 + "__id__": 779 }, "_children": [], "_active": true, "_components": [ { - "__id__": 809 + "__id__": 781 }, { - "__id__": 810 + "__id__": 782 } ], "_prefab": null, @@ -22252,7 +22193,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 808 + "__id__": 780 }, "_enabled": true, "__prefab": null, @@ -22274,7 +22215,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 808 + "__id__": 780 }, "_enabled": true, "__prefab": null, @@ -22313,23 +22254,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 807 + "__id__": 779 }, "_children": [ { - "__id__": 812 + "__id__": 784 } ], "_active": true, "_components": [ { - "__id__": 815 + "__id__": 787 }, { - "__id__": 816 + "__id__": 788 }, { - "__id__": 817 + "__id__": 789 } ], "_prefab": null, @@ -22368,16 +22309,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 811 + "__id__": 783 }, "_children": [], "_active": true, "_components": [ { - "__id__": 813 + "__id__": 785 }, { - "__id__": 814 + "__id__": 786 } ], "_prefab": null, @@ -22416,7 +22357,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 812 + "__id__": 784 }, "_enabled": true, "__prefab": null, @@ -22438,7 +22379,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 812 + "__id__": 784 }, "_enabled": true, "__prefab": null, @@ -22477,7 +22418,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 811 + "__id__": 783 }, "_enabled": true, "__prefab": null, @@ -22499,7 +22440,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 811 + "__id__": 783 }, "_enabled": true, "__prefab": null, @@ -22527,7 +22468,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 811 + "__id__": 783 }, "_enabled": true, "__prefab": null, @@ -22555,13 +22496,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 807 + "__id__": 779 }, "_children": [], "_active": true, "_components": [ { - "__id__": 819 + "__id__": 791 } ], "_prefab": null, @@ -22600,7 +22541,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 818 + "__id__": 790 }, "_enabled": true, "__prefab": null, @@ -22622,13 +22563,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 807 + "__id__": 779 }, "_children": [], "_active": true, "_components": [ { - "__id__": 821 + "__id__": 793 } ], "_prefab": null, @@ -22667,7 +22608,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 820 + "__id__": 792 }, "_enabled": true, "__prefab": null, @@ -22689,7 +22630,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 807 + "__id__": 779 }, "_enabled": true, "__prefab": null, @@ -22711,27 +22652,27 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 807 + "__id__": 779 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 816 + "__id__": 788 }, "_sprite": { - "__id__": 814 + "__id__": 786 }, "_patrolPoint1": { - "__id__": 818 + "__id__": 790 }, "_patrolPoint2": { - "__id__": 820 + "__id__": 792 }, "_speed": 50, "_requireGoal": 12, "_curveY": false, "_patrolCurve": { - "__id__": 824 + "__id__": 796 }, "_multiplierCurve": 100, "_hitSound": { @@ -22743,7 +22684,7 @@ { "__type__": "cc.AnimationCurve", "_curve": { - "__id__": 825 + "__id__": 797 } }, { @@ -22787,7 +22728,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 752 + "__id__": 724 }, "_enabled": true, "__prefab": null, @@ -22813,22 +22754,22 @@ }, "_children": [ { - "__id__": 828 + "__id__": 800 }, { - "__id__": 843 + "__id__": 815 }, { - "__id__": 858 + "__id__": 830 }, { - "__id__": 873 + "__id__": 845 } ], "_active": true, "_components": [ { - "__id__": 888 + "__id__": 860 } ], "_prefab": null, @@ -22867,23 +22808,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 827 + "__id__": 799 }, "_children": [ { - "__id__": 829 + "__id__": 801 } ], "_active": true, "_components": [ { - "__id__": 838 + "__id__": 810 }, { - "__id__": 841 + "__id__": 813 }, { - "__id__": 842 + "__id__": 814 } ], "_prefab": null, @@ -22922,29 +22863,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 828 + "__id__": 800 }, "_children": [ { - "__id__": 830 + "__id__": 802 }, { - "__id__": 833 + "__id__": 805 } ], "_active": true, "_components": [ { - "__id__": 836 + "__id__": 808 }, { - "__id__": 837 + "__id__": 809 }, { - "__id__": 839 + "__id__": 811 }, { - "__id__": 840 + "__id__": 812 } ], "_prefab": null, @@ -22983,16 +22924,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 829 + "__id__": 801 }, "_children": [], "_active": false, "_components": [ { - "__id__": 831 + "__id__": 803 }, { - "__id__": 832 + "__id__": 804 } ], "_prefab": null, @@ -23031,7 +22972,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 830 + "__id__": 802 }, "_enabled": true, "__prefab": null, @@ -23053,7 +22994,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 830 + "__id__": 802 }, "_enabled": true, "__prefab": null, @@ -23092,16 +23033,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 829 + "__id__": 801 }, "_children": [], "_active": true, "_components": [ { - "__id__": 834 + "__id__": 806 }, { - "__id__": 835 + "__id__": 807 } ], "_prefab": null, @@ -23140,7 +23081,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 833 + "__id__": 805 }, "_enabled": true, "__prefab": null, @@ -23162,7 +23103,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 833 + "__id__": 805 }, "_enabled": true, "__prefab": null, @@ -23201,7 +23142,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 829 + "__id__": 801 }, "_enabled": true, "__prefab": null, @@ -23229,7 +23170,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 829 + "__id__": 801 }, "_enabled": true, "__prefab": null, @@ -23245,7 +23186,7 @@ }, "collideConnected": false, "connectedBody": { - "__id__": 838 + "__id__": 810 }, "_enableLimit": true, "_lowerAngle": -60, @@ -23261,7 +23202,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 828 + "__id__": 800 }, "_enabled": true, "__prefab": null, @@ -23289,7 +23230,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 829 + "__id__": 801 }, "_enabled": true, "__prefab": null, @@ -23369,7 +23310,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 829 + "__id__": 801 }, "_enabled": true, "__prefab": null, @@ -23391,15 +23332,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 828 + "__id__": 800 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 842 + "__id__": 814 }, "_hingeJoint": { - "__id__": 837 + "__id__": 809 }, "_motorSpeedActive": -10000, "_motorSpeedDeActive": 10000, @@ -23416,7 +23357,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 828 + "__id__": 800 }, "_enabled": true, "__prefab": null, @@ -23439,23 +23380,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 827 + "__id__": 799 }, "_children": [ { - "__id__": 844 + "__id__": 816 } ], "_active": true, "_components": [ { - "__id__": 853 + "__id__": 825 }, { - "__id__": 856 + "__id__": 828 }, { - "__id__": 857 + "__id__": 829 } ], "_prefab": null, @@ -23494,29 +23435,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 843 + "__id__": 815 }, "_children": [ { - "__id__": 845 + "__id__": 817 }, { - "__id__": 848 + "__id__": 820 } ], "_active": true, "_components": [ { - "__id__": 851 + "__id__": 823 }, { - "__id__": 852 + "__id__": 824 }, { - "__id__": 854 + "__id__": 826 }, { - "__id__": 855 + "__id__": 827 } ], "_prefab": null, @@ -23555,16 +23496,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 844 + "__id__": 816 }, "_children": [], "_active": false, "_components": [ { - "__id__": 846 + "__id__": 818 }, { - "__id__": 847 + "__id__": 819 } ], "_prefab": null, @@ -23603,7 +23544,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 845 + "__id__": 817 }, "_enabled": true, "__prefab": null, @@ -23625,7 +23566,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 845 + "__id__": 817 }, "_enabled": true, "__prefab": null, @@ -23664,16 +23605,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 844 + "__id__": 816 }, "_children": [], "_active": true, "_components": [ { - "__id__": 849 + "__id__": 821 }, { - "__id__": 850 + "__id__": 822 } ], "_prefab": null, @@ -23712,7 +23653,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 848 + "__id__": 820 }, "_enabled": true, "__prefab": null, @@ -23734,7 +23675,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 848 + "__id__": 820 }, "_enabled": true, "__prefab": null, @@ -23773,7 +23714,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 844 + "__id__": 816 }, "_enabled": true, "__prefab": null, @@ -23801,7 +23742,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 844 + "__id__": 816 }, "_enabled": true, "__prefab": null, @@ -23817,7 +23758,7 @@ }, "collideConnected": false, "connectedBody": { - "__id__": 853 + "__id__": 825 }, "_enableLimit": true, "_lowerAngle": 0, @@ -23833,7 +23774,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 843 + "__id__": 815 }, "_enabled": true, "__prefab": null, @@ -23861,7 +23802,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 844 + "__id__": 816 }, "_enabled": true, "__prefab": null, @@ -23956,7 +23897,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 844 + "__id__": 816 }, "_enabled": true, "__prefab": null, @@ -23978,15 +23919,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 843 + "__id__": 815 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 857 + "__id__": 829 }, "_hingeJoint": { - "__id__": 852 + "__id__": 824 }, "_motorSpeedActive": 10000, "_motorSpeedDeActive": -10000, @@ -24003,7 +23944,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 843 + "__id__": 815 }, "_enabled": true, "__prefab": null, @@ -24026,23 +23967,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 827 + "__id__": 799 }, "_children": [ { - "__id__": 859 + "__id__": 831 } ], "_active": true, "_components": [ { - "__id__": 868 + "__id__": 840 }, { - "__id__": 871 + "__id__": 843 }, { - "__id__": 872 + "__id__": 844 } ], "_prefab": null, @@ -24081,29 +24022,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 858 + "__id__": 830 }, "_children": [ { - "__id__": 860 + "__id__": 832 }, { - "__id__": 863 + "__id__": 835 } ], "_active": true, "_components": [ { - "__id__": 866 + "__id__": 838 }, { - "__id__": 867 + "__id__": 839 }, { - "__id__": 869 + "__id__": 841 }, { - "__id__": 870 + "__id__": 842 } ], "_prefab": null, @@ -24142,16 +24083,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 859 + "__id__": 831 }, "_children": [], "_active": false, "_components": [ { - "__id__": 861 + "__id__": 833 }, { - "__id__": 862 + "__id__": 834 } ], "_prefab": null, @@ -24190,7 +24131,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 860 + "__id__": 832 }, "_enabled": true, "__prefab": null, @@ -24212,7 +24153,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 860 + "__id__": 832 }, "_enabled": true, "__prefab": null, @@ -24251,16 +24192,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 859 + "__id__": 831 }, "_children": [], "_active": true, "_components": [ { - "__id__": 864 + "__id__": 836 }, { - "__id__": 865 + "__id__": 837 } ], "_prefab": null, @@ -24299,7 +24240,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 863 + "__id__": 835 }, "_enabled": true, "__prefab": null, @@ -24321,7 +24262,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 863 + "__id__": 835 }, "_enabled": true, "__prefab": null, @@ -24360,7 +24301,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 859 + "__id__": 831 }, "_enabled": true, "__prefab": null, @@ -24388,7 +24329,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 859 + "__id__": 831 }, "_enabled": true, "__prefab": null, @@ -24404,7 +24345,7 @@ }, "collideConnected": false, "connectedBody": { - "__id__": 868 + "__id__": 840 }, "_enableLimit": true, "_lowerAngle": 0, @@ -24420,7 +24361,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 858 + "__id__": 830 }, "_enabled": true, "__prefab": null, @@ -24448,7 +24389,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 859 + "__id__": 831 }, "_enabled": true, "__prefab": null, @@ -24543,7 +24484,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 859 + "__id__": 831 }, "_enabled": true, "__prefab": null, @@ -24565,15 +24506,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 858 + "__id__": 830 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 872 + "__id__": 844 }, "_hingeJoint": { - "__id__": 867 + "__id__": 839 }, "_motorSpeedActive": 10000, "_motorSpeedDeActive": -10000, @@ -24590,7 +24531,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 858 + "__id__": 830 }, "_enabled": true, "__prefab": null, @@ -24613,23 +24554,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 827 + "__id__": 799 }, "_children": [ { - "__id__": 874 + "__id__": 846 } ], "_active": true, "_components": [ { - "__id__": 883 + "__id__": 855 }, { - "__id__": 886 + "__id__": 858 }, { - "__id__": 887 + "__id__": 859 } ], "_prefab": null, @@ -24668,29 +24609,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 873 + "__id__": 845 }, "_children": [ { - "__id__": 875 + "__id__": 847 }, { - "__id__": 878 + "__id__": 850 } ], "_active": true, "_components": [ { - "__id__": 881 + "__id__": 853 }, { - "__id__": 882 + "__id__": 854 }, { - "__id__": 884 + "__id__": 856 }, { - "__id__": 885 + "__id__": 857 } ], "_prefab": null, @@ -24729,16 +24670,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 874 + "__id__": 846 }, "_children": [], "_active": false, "_components": [ { - "__id__": 876 + "__id__": 848 }, { - "__id__": 877 + "__id__": 849 } ], "_prefab": null, @@ -24777,7 +24718,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 875 + "__id__": 847 }, "_enabled": true, "__prefab": null, @@ -24799,7 +24740,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 875 + "__id__": 847 }, "_enabled": true, "__prefab": null, @@ -24838,16 +24779,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 874 + "__id__": 846 }, "_children": [], "_active": true, "_components": [ { - "__id__": 879 + "__id__": 851 }, { - "__id__": 880 + "__id__": 852 } ], "_prefab": null, @@ -24886,7 +24827,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 878 + "__id__": 850 }, "_enabled": true, "__prefab": null, @@ -24908,7 +24849,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 878 + "__id__": 850 }, "_enabled": true, "__prefab": null, @@ -24947,7 +24888,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 874 + "__id__": 846 }, "_enabled": true, "__prefab": null, @@ -24975,7 +24916,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 874 + "__id__": 846 }, "_enabled": true, "__prefab": null, @@ -24991,7 +24932,7 @@ }, "collideConnected": false, "connectedBody": { - "__id__": 883 + "__id__": 855 }, "_enableLimit": true, "_lowerAngle": -60, @@ -25007,7 +24948,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 873 + "__id__": 845 }, "_enabled": true, "__prefab": null, @@ -25035,7 +24976,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 874 + "__id__": 846 }, "_enabled": true, "__prefab": null, @@ -25115,7 +25056,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 874 + "__id__": 846 }, "_enabled": true, "__prefab": null, @@ -25137,15 +25078,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 873 + "__id__": 845 }, "_enabled": true, "__prefab": null, "_animation": { - "__id__": 887 + "__id__": 859 }, "_hingeJoint": { - "__id__": 882 + "__id__": 854 }, "_motorSpeedActive": -10000, "_motorSpeedDeActive": 10000, @@ -25162,7 +25103,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 873 + "__id__": 845 }, "_enabled": true, "__prefab": null, @@ -25185,7 +25126,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 827 + "__id__": 799 }, "_enabled": true, "__prefab": null, @@ -25213,16 +25154,16 @@ "_active": true, "_components": [ { - "__id__": 890 + "__id__": 862 }, { - "__id__": 891 + "__id__": 863 }, { - "__id__": 892 + "__id__": 864 }, { - "__id__": 893 + "__id__": 865 } ], "_prefab": null, @@ -25261,7 +25202,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 889 + "__id__": 861 }, "_enabled": true, "__prefab": null, @@ -25283,7 +25224,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 889 + "__id__": 861 }, "_enabled": true, "__prefab": null, @@ -25311,12 +25252,12 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 889 + "__id__": 861 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 891 + "__id__": 863 }, "_id": "63rfzsm3REkprs+s68PCRK" }, @@ -25326,7 +25267,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 889 + "__id__": 861 }, "_enabled": true, "__prefab": null, @@ -25357,6 +25298,48 @@ "__id__": 16 }, "_children": [ + { + "__id__": 867 + }, + { + "__id__": 869 + }, + { + "__id__": 871 + }, + { + "__id__": 873 + }, + { + "__id__": 875 + }, + { + "__id__": 877 + }, + { + "__id__": 879 + }, + { + "__id__": 881 + }, + { + "__id__": 883 + }, + { + "__id__": 885 + }, + { + "__id__": 887 + }, + { + "__id__": 889 + }, + { + "__id__": 891 + }, + { + "__id__": 893 + }, { "__id__": 895 }, @@ -25506,57 +25489,15 @@ }, { "__id__": 993 - }, - { - "__id__": 995 - }, - { - "__id__": 997 - }, - { - "__id__": 999 - }, - { - "__id__": 1001 - }, - { - "__id__": 1003 - }, - { - "__id__": 1005 - }, - { - "__id__": 1007 - }, - { - "__id__": 1009 - }, - { - "__id__": 1011 - }, - { - "__id__": 1013 - }, - { - "__id__": 1015 - }, - { - "__id__": 1017 - }, - { - "__id__": 1019 - }, - { - "__id__": 1021 } ], "_active": true, "_components": [ { - "__id__": 1023 + "__id__": 995 }, { - "__id__": 1024 + "__id__": 996 } ], "_prefab": null, @@ -25595,13 +25536,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 896 + "__id__": 868 } ], "_prefab": null, @@ -25640,7 +25581,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 895 + "__id__": 867 }, "_enabled": true, "__prefab": null, @@ -25662,13 +25603,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 898 + "__id__": 870 } ], "_prefab": null, @@ -25707,7 +25648,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 897 + "__id__": 869 }, "_enabled": true, "__prefab": null, @@ -25729,13 +25670,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 900 + "__id__": 872 } ], "_prefab": null, @@ -25774,7 +25715,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 899 + "__id__": 871 }, "_enabled": true, "__prefab": null, @@ -25796,13 +25737,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 902 + "__id__": 874 } ], "_prefab": null, @@ -25841,7 +25782,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 901 + "__id__": 873 }, "_enabled": true, "__prefab": null, @@ -25863,13 +25804,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 904 + "__id__": 876 } ], "_prefab": null, @@ -25908,7 +25849,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 903 + "__id__": 875 }, "_enabled": true, "__prefab": null, @@ -25930,13 +25871,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 906 + "__id__": 878 } ], "_prefab": null, @@ -25975,7 +25916,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 905 + "__id__": 877 }, "_enabled": true, "__prefab": null, @@ -25997,13 +25938,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 908 + "__id__": 880 } ], "_prefab": null, @@ -26042,7 +25983,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 907 + "__id__": 879 }, "_enabled": true, "__prefab": null, @@ -26064,13 +26005,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 910 + "__id__": 882 } ], "_prefab": null, @@ -26109,7 +26050,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 909 + "__id__": 881 }, "_enabled": true, "__prefab": null, @@ -26131,13 +26072,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 912 + "__id__": 884 } ], "_prefab": null, @@ -26176,7 +26117,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 911 + "__id__": 883 }, "_enabled": true, "__prefab": null, @@ -26198,13 +26139,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 914 + "__id__": 886 } ], "_prefab": null, @@ -26243,7 +26184,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 913 + "__id__": 885 }, "_enabled": true, "__prefab": null, @@ -26265,13 +26206,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 916 + "__id__": 888 } ], "_prefab": null, @@ -26310,7 +26251,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 915 + "__id__": 887 }, "_enabled": true, "__prefab": null, @@ -26332,13 +26273,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 918 + "__id__": 890 } ], "_prefab": null, @@ -26377,7 +26318,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 917 + "__id__": 889 }, "_enabled": true, "__prefab": null, @@ -26399,13 +26340,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 920 + "__id__": 892 } ], "_prefab": null, @@ -26444,7 +26385,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 919 + "__id__": 891 }, "_enabled": true, "__prefab": null, @@ -26466,13 +26407,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 922 + "__id__": 894 } ], "_prefab": null, @@ -26511,7 +26452,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 921 + "__id__": 893 }, "_enabled": true, "__prefab": null, @@ -26533,13 +26474,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 924 + "__id__": 896 } ], "_prefab": null, @@ -26578,7 +26519,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 923 + "__id__": 895 }, "_enabled": true, "__prefab": null, @@ -26600,13 +26541,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 926 + "__id__": 898 } ], "_prefab": null, @@ -26645,7 +26586,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 925 + "__id__": 897 }, "_enabled": true, "__prefab": null, @@ -26667,13 +26608,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 928 + "__id__": 900 } ], "_prefab": null, @@ -26712,7 +26653,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 927 + "__id__": 899 }, "_enabled": true, "__prefab": null, @@ -26734,13 +26675,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 930 + "__id__": 902 } ], "_prefab": null, @@ -26779,7 +26720,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 929 + "__id__": 901 }, "_enabled": true, "__prefab": null, @@ -26801,13 +26742,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 932 + "__id__": 904 } ], "_prefab": null, @@ -26846,7 +26787,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 931 + "__id__": 903 }, "_enabled": true, "__prefab": null, @@ -26868,13 +26809,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 934 + "__id__": 906 } ], "_prefab": null, @@ -26913,7 +26854,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 933 + "__id__": 905 }, "_enabled": true, "__prefab": null, @@ -26935,13 +26876,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 936 + "__id__": 908 } ], "_prefab": null, @@ -26980,7 +26921,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 935 + "__id__": 907 }, "_enabled": true, "__prefab": null, @@ -27002,13 +26943,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 938 + "__id__": 910 } ], "_prefab": null, @@ -27047,7 +26988,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 937 + "__id__": 909 }, "_enabled": true, "__prefab": null, @@ -27069,13 +27010,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 940 + "__id__": 912 } ], "_prefab": null, @@ -27114,7 +27055,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 939 + "__id__": 911 }, "_enabled": true, "__prefab": null, @@ -27136,13 +27077,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 942 + "__id__": 914 } ], "_prefab": null, @@ -27181,7 +27122,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 941 + "__id__": 913 }, "_enabled": true, "__prefab": null, @@ -27203,13 +27144,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 944 + "__id__": 916 } ], "_prefab": null, @@ -27248,7 +27189,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 943 + "__id__": 915 }, "_enabled": true, "__prefab": null, @@ -27270,13 +27211,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 946 + "__id__": 918 } ], "_prefab": null, @@ -27315,7 +27256,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 945 + "__id__": 917 }, "_enabled": true, "__prefab": null, @@ -27337,13 +27278,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 948 + "__id__": 920 } ], "_prefab": null, @@ -27382,7 +27323,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 947 + "__id__": 919 }, "_enabled": true, "__prefab": null, @@ -27404,13 +27345,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 950 + "__id__": 922 } ], "_prefab": null, @@ -27449,7 +27390,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 949 + "__id__": 921 }, "_enabled": true, "__prefab": null, @@ -27471,13 +27412,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 952 + "__id__": 924 } ], "_prefab": null, @@ -27516,7 +27457,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 951 + "__id__": 923 }, "_enabled": true, "__prefab": null, @@ -27538,13 +27479,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 954 + "__id__": 926 } ], "_prefab": null, @@ -27583,7 +27524,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 953 + "__id__": 925 }, "_enabled": true, "__prefab": null, @@ -27605,13 +27546,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 956 + "__id__": 928 } ], "_prefab": null, @@ -27650,7 +27591,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 955 + "__id__": 927 }, "_enabled": true, "__prefab": null, @@ -27672,13 +27613,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 958 + "__id__": 930 } ], "_prefab": null, @@ -27717,7 +27658,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 957 + "__id__": 929 }, "_enabled": true, "__prefab": null, @@ -27739,13 +27680,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 960 + "__id__": 932 } ], "_prefab": null, @@ -27784,7 +27725,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 959 + "__id__": 931 }, "_enabled": true, "__prefab": null, @@ -27806,13 +27747,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 962 + "__id__": 934 } ], "_prefab": null, @@ -27851,7 +27792,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 961 + "__id__": 933 }, "_enabled": true, "__prefab": null, @@ -27873,13 +27814,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 964 + "__id__": 936 } ], "_prefab": null, @@ -27918,7 +27859,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 963 + "__id__": 935 }, "_enabled": true, "__prefab": null, @@ -27940,13 +27881,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 966 + "__id__": 938 } ], "_prefab": null, @@ -27985,7 +27926,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 965 + "__id__": 937 }, "_enabled": true, "__prefab": null, @@ -28007,13 +27948,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 968 + "__id__": 940 } ], "_prefab": null, @@ -28052,7 +27993,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 967 + "__id__": 939 }, "_enabled": true, "__prefab": null, @@ -28074,13 +28015,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 970 + "__id__": 942 } ], "_prefab": null, @@ -28119,7 +28060,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 969 + "__id__": 941 }, "_enabled": true, "__prefab": null, @@ -28141,13 +28082,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 972 + "__id__": 944 } ], "_prefab": null, @@ -28186,7 +28127,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 971 + "__id__": 943 }, "_enabled": true, "__prefab": null, @@ -28208,13 +28149,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 974 + "__id__": 946 } ], "_prefab": null, @@ -28253,7 +28194,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 973 + "__id__": 945 }, "_enabled": true, "__prefab": null, @@ -28275,13 +28216,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 976 + "__id__": 948 } ], "_prefab": null, @@ -28320,7 +28261,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 975 + "__id__": 947 }, "_enabled": true, "__prefab": null, @@ -28342,13 +28283,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 978 + "__id__": 950 } ], "_prefab": null, @@ -28387,7 +28328,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 977 + "__id__": 949 }, "_enabled": true, "__prefab": null, @@ -28409,13 +28350,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 980 + "__id__": 952 } ], "_prefab": null, @@ -28454,7 +28395,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 979 + "__id__": 951 }, "_enabled": true, "__prefab": null, @@ -28476,13 +28417,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 982 + "__id__": 954 } ], "_prefab": null, @@ -28521,7 +28462,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 981 + "__id__": 953 }, "_enabled": true, "__prefab": null, @@ -28543,13 +28484,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 984 + "__id__": 956 } ], "_prefab": null, @@ -28588,7 +28529,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 983 + "__id__": 955 }, "_enabled": true, "__prefab": null, @@ -28610,13 +28551,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 986 + "__id__": 958 } ], "_prefab": null, @@ -28655,7 +28596,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 985 + "__id__": 957 }, "_enabled": true, "__prefab": null, @@ -28677,13 +28618,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 988 + "__id__": 960 } ], "_prefab": null, @@ -28722,7 +28663,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 987 + "__id__": 959 }, "_enabled": true, "__prefab": null, @@ -28744,13 +28685,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 990 + "__id__": 962 } ], "_prefab": null, @@ -28789,7 +28730,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 989 + "__id__": 961 }, "_enabled": true, "__prefab": null, @@ -28811,13 +28752,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 992 + "__id__": 964 } ], "_prefab": null, @@ -28856,7 +28797,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 991 + "__id__": 963 }, "_enabled": true, "__prefab": null, @@ -28878,13 +28819,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 994 + "__id__": 966 } ], "_prefab": null, @@ -28923,7 +28864,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 993 + "__id__": 965 }, "_enabled": true, "__prefab": null, @@ -28945,13 +28886,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 996 + "__id__": 968 } ], "_prefab": null, @@ -28990,7 +28931,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 995 + "__id__": 967 }, "_enabled": true, "__prefab": null, @@ -29012,13 +28953,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 998 + "__id__": 970 } ], "_prefab": null, @@ -29057,7 +28998,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 997 + "__id__": 969 }, "_enabled": true, "__prefab": null, @@ -29079,13 +29020,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1000 + "__id__": 972 } ], "_prefab": null, @@ -29124,7 +29065,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 999 + "__id__": 971 }, "_enabled": true, "__prefab": null, @@ -29146,13 +29087,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1002 + "__id__": 974 } ], "_prefab": null, @@ -29191,7 +29132,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1001 + "__id__": 973 }, "_enabled": true, "__prefab": null, @@ -29213,13 +29154,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1004 + "__id__": 976 } ], "_prefab": null, @@ -29258,7 +29199,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1003 + "__id__": 975 }, "_enabled": true, "__prefab": null, @@ -29280,13 +29221,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1006 + "__id__": 978 } ], "_prefab": null, @@ -29325,7 +29266,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1005 + "__id__": 977 }, "_enabled": true, "__prefab": null, @@ -29347,13 +29288,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1008 + "__id__": 980 } ], "_prefab": null, @@ -29392,7 +29333,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1007 + "__id__": 979 }, "_enabled": true, "__prefab": null, @@ -29414,13 +29355,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1010 + "__id__": 982 } ], "_prefab": null, @@ -29459,7 +29400,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1009 + "__id__": 981 }, "_enabled": true, "__prefab": null, @@ -29481,13 +29422,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1012 + "__id__": 984 } ], "_prefab": null, @@ -29526,7 +29467,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1011 + "__id__": 983 }, "_enabled": true, "__prefab": null, @@ -29548,13 +29489,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1014 + "__id__": 986 } ], "_prefab": null, @@ -29593,7 +29534,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1013 + "__id__": 985 }, "_enabled": true, "__prefab": null, @@ -29615,13 +29556,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1016 + "__id__": 988 } ], "_prefab": null, @@ -29660,7 +29601,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1015 + "__id__": 987 }, "_enabled": true, "__prefab": null, @@ -29682,13 +29623,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1018 + "__id__": 990 } ], "_prefab": null, @@ -29727,7 +29668,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1017 + "__id__": 989 }, "_enabled": true, "__prefab": null, @@ -29749,13 +29690,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1020 + "__id__": 992 } ], "_prefab": null, @@ -29794,7 +29735,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1019 + "__id__": 991 }, "_enabled": true, "__prefab": null, @@ -29816,13 +29757,13 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 894 + "__id__": 866 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1022 + "__id__": 994 } ], "_prefab": null, @@ -29861,7 +29802,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1021 + "__id__": 993 }, "_enabled": true, "__prefab": null, @@ -29883,7 +29824,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 894 + "__id__": 866 }, "_enabled": true, "__prefab": null, @@ -29905,48 +29846,90 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 894 + "__id__": 866 }, "_enabled": true, "__prefab": null, "_objects": [ { - "__id__": 1025 + "__id__": 997 }, { - "__id__": 1026 + "__id__": 998 }, { - "__id__": 1027 + "__id__": 999 }, { - "__id__": 1028 + "__id__": 1000 }, { - "__id__": 1029 + "__id__": 1001 }, { - "__id__": 1030 + "__id__": 1002 } ], "_boosters": [ { - "__id__": 1031 + "__id__": 1003 }, { - "__id__": 1032 + "__id__": 1004 }, { - "__id__": 1033 + "__id__": 1005 }, { - "__id__": 1034 + "__id__": 1006 }, { - "__id__": 1035 + "__id__": 1007 } ], "_spawnPoints": [ + { + "__id__": 867 + }, + { + "__id__": 869 + }, + { + "__id__": 871 + }, + { + "__id__": 873 + }, + { + "__id__": 875 + }, + { + "__id__": 877 + }, + { + "__id__": 879 + }, + { + "__id__": 881 + }, + { + "__id__": 883 + }, + { + "__id__": 885 + }, + { + "__id__": 887 + }, + { + "__id__": 889 + }, + { + "__id__": 891 + }, + { + "__id__": 893 + }, { "__id__": 895 }, @@ -30096,48 +30079,6 @@ }, { "__id__": 993 - }, - { - "__id__": 995 - }, - { - "__id__": 997 - }, - { - "__id__": 999 - }, - { - "__id__": 1001 - }, - { - "__id__": 1003 - }, - { - "__id__": 1005 - }, - { - "__id__": 1007 - }, - { - "__id__": 1009 - }, - { - "__id__": 1011 - }, - { - "__id__": 1013 - }, - { - "__id__": 1015 - }, - { - "__id__": 1017 - }, - { - "__id__": 1019 - }, - { - "__id__": 1021 } ], "_spawnTime": 1.5, @@ -30283,10 +30224,10 @@ "_active": true, "_components": [ { - "__id__": 1037 + "__id__": 1009 }, { - "__id__": 1038 + "__id__": 1010 } ], "_prefab": null, @@ -30325,7 +30266,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1036 + "__id__": 1008 }, "_enabled": true, "__prefab": null, @@ -30347,7 +30288,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1036 + "__id__": 1008 }, "_enabled": true, "__prefab": null, @@ -30392,7 +30333,7 @@ "_active": true, "_components": [ { - "__id__": 1040 + "__id__": 1012 } ], "_prefab": null, @@ -30431,7 +30372,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1039 + "__id__": 1011 }, "_enabled": true, "__prefab": null, @@ -30457,16 +30398,16 @@ }, "_children": [ { - "__id__": 1042 + "__id__": 1014 }, { - "__id__": 1177 + "__id__": 1149 } ], "_active": true, "_components": [ { - "__id__": 1312 + "__id__": 1284 } ], "_prefab": null, @@ -30505,26 +30446,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1041 + "__id__": 1013 }, "_children": [ { - "__id__": 1043 + "__id__": 1015 }, { - "__id__": 1048 + "__id__": 1020 } ], "_active": true, "_components": [ { - "__id__": 1174 + "__id__": 1146 }, { - "__id__": 1175 + "__id__": 1147 }, { - "__id__": 1176 + "__id__": 1148 } ], "_prefab": null, @@ -30563,22 +30504,22 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1042 + "__id__": 1014 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1044 + "__id__": 1016 }, { - "__id__": 1045 + "__id__": 1017 }, { - "__id__": 1046 + "__id__": 1018 }, { - "__id__": 1047 + "__id__": 1019 } ], "_prefab": null, @@ -30617,7 +30558,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1043 + "__id__": 1015 }, "_enabled": true, "__prefab": null, @@ -30639,7 +30580,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1043 + "__id__": 1015 }, "_enabled": true, "__prefab": null, @@ -30678,7 +30619,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1043 + "__id__": 1015 }, "_enabled": true, "__prefab": null, @@ -30706,7 +30647,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1043 + "__id__": 1015 }, "_enabled": true, "__prefab": null, @@ -30734,20 +30675,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1042 + "__id__": 1014 }, "_children": [ { - "__id__": 1049 + "__id__": 1021 }, { - "__id__": 1108 + "__id__": 1080 } ], "_active": false, "_components": [ { - "__id__": 1173 + "__id__": 1145 } ], "_prefab": null, @@ -30786,19 +30727,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1048 + "__id__": 1020 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1050 + "__id__": 1022 }, { - "__id__": 1106 + "__id__": 1078 }, { - "__id__": 1107 + "__id__": 1079 } ], "_prefab": null, @@ -30837,7 +30778,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1049 + "__id__": 1021 }, "_enabled": true, "__prefab": null, @@ -30850,60 +30791,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 1051 + "__id__": 1023 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 1052 + "__id__": 1024 }, "startSize": { - "__id__": 1052 + "__id__": 1024 }, "startSizeY": { - "__id__": 1053 + "__id__": 1025 }, "startSizeZ": { - "__id__": 1054 + "__id__": 1026 }, "startSpeed": { - "__id__": 1055 + "__id__": 1027 }, "startRotation3D": false, "startRotationX": { - "__id__": 1056 + "__id__": 1028 }, "startRotationY": { - "__id__": 1057 + "__id__": 1029 }, "startRotationZ": { - "__id__": 1058 + "__id__": 1030 }, "startRotation": { - "__id__": 1058 + "__id__": 1030 }, "startDelay": { - "__id__": 1059 + "__id__": 1031 }, "startLifetime": { - "__id__": 1060 + "__id__": 1032 }, "duration": 0.5, "loop": false, "simulationSpeed": 1, "playOnAwake": true, "gravityModifier": { - "__id__": 1061 + "__id__": 1033 }, "rateOverTime": { - "__id__": 1062 + "__id__": 1034 }, "rateOverDistance": { - "__id__": 1063 + "__id__": 1035 }, "bursts": [ { - "__id__": 1064 + "__id__": 1036 } ], "_renderCulling": false, @@ -30914,37 +30855,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 1066 + "__id__": 1038 }, "_shapeModule": { - "__id__": 1068 + "__id__": 1040 }, "_sizeOvertimeModule": { - "__id__": 1070 + "__id__": 1042 }, "_velocityOvertimeModule": { - "__id__": 1076 + "__id__": 1048 }, "_forceOvertimeModule": { - "__id__": 1082 + "__id__": 1054 }, "_limitVelocityOvertimeModule": { - "__id__": 1086 + "__id__": 1058 }, "_rotationOvertimeModule": { - "__id__": 1091 + "__id__": 1063 }, "_textureAnimationModule": { - "__id__": 1095 + "__id__": 1067 }, "_noiseModule": { - "__id__": 1099 + "__id__": 1071 }, "_trailModule": { - "__id__": 1100 + "__id__": 1072 }, "renderer": { - "__id__": 1105 + "__id__": 1077 }, "_prewarm": false, "_capacity": 8, @@ -31044,7 +30985,7 @@ "_repeatCount": 1, "repeatInterval": 0, "count": { - "__id__": 1065 + "__id__": 1037 } }, { @@ -31057,7 +30998,7 @@ "__type__": "cc.ColorOvertimeModule", "_enable": false, "color": { - "__id__": 1067 + "__id__": 1039 } }, { @@ -31086,7 +31027,7 @@ "arcMode": 0, "arcSpread": 11.4, "arcSpeed": { - "__id__": 1069 + "__id__": 1041 }, "length": 5, "boxThickness": { @@ -31127,23 +31068,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 1071 + "__id__": 1043 }, "x": { - "__id__": 1073 + "__id__": 1045 }, "y": { - "__id__": 1074 + "__id__": 1046 }, "z": { - "__id__": 1075 + "__id__": 1047 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1072 + "__id__": 1044 }, "multiplier": 1 }, @@ -31204,16 +31145,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": true, "x": { - "__id__": 1077 + "__id__": 1049 }, "y": { - "__id__": 1078 + "__id__": 1050 }, "z": { - "__id__": 1080 + "__id__": 1052 }, "speedModifier": { - "__id__": 1081 + "__id__": 1053 }, "space": 1 }, @@ -31227,7 +31168,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1079 + "__id__": 1051 }, "multiplier": 1 }, @@ -31282,13 +31223,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 1083 + "__id__": 1055 }, "y": { - "__id__": 1084 + "__id__": 1056 }, "z": { - "__id__": 1085 + "__id__": 1057 }, "space": 1 }, @@ -31314,16 +31255,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": false, "limitX": { - "__id__": 1087 + "__id__": 1059 }, "limitY": { - "__id__": 1088 + "__id__": 1060 }, "limitZ": { - "__id__": 1089 + "__id__": 1061 }, "limit": { - "__id__": 1090 + "__id__": 1062 }, "dampen": 3, "separateAxes": false, @@ -31358,13 +31299,13 @@ "_enable": true, "_separateAxes": false, "x": { - "__id__": 1092 + "__id__": 1064 }, "y": { - "__id__": 1093 + "__id__": 1065 }, "z": { - "__id__": 1094 + "__id__": 1066 } }, { @@ -31398,10 +31339,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 1096 + "__id__": 1068 }, "startFrame": { - "__id__": 1098 + "__id__": 1070 }, "cycleCount": 0, "_flipU": 0, @@ -31414,7 +31355,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1097 + "__id__": 1069 }, "multiplier": 1 }, @@ -31481,25 +31422,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 1101 + "__id__": 1073 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 1102 + "__id__": 1074 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 1103 + "__id__": 1075 }, "colorOvertime": { - "__id__": 1104 + "__id__": 1076 }, "_space": 0, "_particleSystem": { - "__id__": 1050 + "__id__": 1022 } }, { @@ -31560,7 +31501,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1049 + "__id__": 1021 }, "_enabled": true, "__prefab": null, @@ -31572,7 +31513,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1049 + "__id__": 1021 }, "_enabled": true, "__prefab": null, @@ -31594,19 +31535,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1048 + "__id__": 1020 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1109 + "__id__": 1081 }, { - "__id__": 1171 + "__id__": 1143 }, { - "__id__": 1172 + "__id__": 1144 } ], "_prefab": null, @@ -31645,7 +31586,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1108 + "__id__": 1080 }, "_enabled": true, "__prefab": null, @@ -31658,60 +31599,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 1110 + "__id__": 1082 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 1111 + "__id__": 1083 }, "startSize": { - "__id__": 1111 + "__id__": 1083 }, "startSizeY": { - "__id__": 1112 + "__id__": 1084 }, "startSizeZ": { - "__id__": 1113 + "__id__": 1085 }, "startSpeed": { - "__id__": 1114 + "__id__": 1086 }, "startRotation3D": false, "startRotationX": { - "__id__": 1115 + "__id__": 1087 }, "startRotationY": { - "__id__": 1116 + "__id__": 1088 }, "startRotationZ": { - "__id__": 1117 + "__id__": 1089 }, "startRotation": { - "__id__": 1117 + "__id__": 1089 }, "startDelay": { - "__id__": 1118 + "__id__": 1090 }, "startLifetime": { - "__id__": 1119 + "__id__": 1091 }, "duration": 0.5, "loop": false, "simulationSpeed": 1, "playOnAwake": true, "gravityModifier": { - "__id__": 1120 + "__id__": 1092 }, "rateOverTime": { - "__id__": 1121 + "__id__": 1093 }, "rateOverDistance": { - "__id__": 1122 + "__id__": 1094 }, "bursts": [ { - "__id__": 1123 + "__id__": 1095 } ], "_renderCulling": false, @@ -31722,37 +31663,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 1125 + "__id__": 1097 }, "_shapeModule": { - "__id__": 1134 + "__id__": 1106 }, "_sizeOvertimeModule": { - "__id__": 1136 + "__id__": 1108 }, "_velocityOvertimeModule": { - "__id__": 1142 + "__id__": 1114 }, "_forceOvertimeModule": { - "__id__": 1147 + "__id__": 1119 }, "_limitVelocityOvertimeModule": { - "__id__": 1151 + "__id__": 1123 }, "_rotationOvertimeModule": { - "__id__": 1156 + "__id__": 1128 }, "_textureAnimationModule": { - "__id__": 1160 + "__id__": 1132 }, "_noiseModule": { - "__id__": 1164 + "__id__": 1136 }, "_trailModule": { - "__id__": 1165 + "__id__": 1137 }, "renderer": { - "__id__": 1170 + "__id__": 1142 }, "_prewarm": false, "_capacity": 100, @@ -31850,7 +31791,7 @@ "_repeatCount": 1, "repeatInterval": 1, "count": { - "__id__": 1124 + "__id__": 1096 } }, { @@ -31863,38 +31804,38 @@ "__type__": "cc.ColorOvertimeModule", "_enable": true, "color": { - "__id__": 1126 + "__id__": 1098 } }, { "__type__": "cc.GradientRange", "_mode": 1, "gradient": { - "__id__": 1127 + "__id__": 1099 } }, { "__type__": "cc.Gradient", "colorKeys": [ { - "__id__": 1128 + "__id__": 1100 }, { - "__id__": 1129 + "__id__": 1101 }, { - "__id__": 1130 + "__id__": 1102 } ], "alphaKeys": [ { - "__id__": 1131 + "__id__": 1103 }, { - "__id__": 1132 + "__id__": 1104 }, { - "__id__": 1133 + "__id__": 1105 } ], "mode": 0 @@ -31962,7 +31903,7 @@ "arcMode": 0, "arcSpread": 0, "arcSpeed": { - "__id__": 1135 + "__id__": 1107 }, "length": 5, "boxThickness": { @@ -32003,23 +31944,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 1137 + "__id__": 1109 }, "x": { - "__id__": 1139 + "__id__": 1111 }, "y": { - "__id__": 1140 + "__id__": 1112 }, "z": { - "__id__": 1141 + "__id__": 1113 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1138 + "__id__": 1110 }, "multiplier": 1 }, @@ -32080,16 +32021,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": false, "x": { - "__id__": 1143 + "__id__": 1115 }, "y": { - "__id__": 1144 + "__id__": 1116 }, "z": { - "__id__": 1145 + "__id__": 1117 }, "speedModifier": { - "__id__": 1146 + "__id__": 1118 }, "space": 1 }, @@ -32121,13 +32062,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 1148 + "__id__": 1120 }, "y": { - "__id__": 1149 + "__id__": 1121 }, "z": { - "__id__": 1150 + "__id__": 1122 }, "space": 1 }, @@ -32153,16 +32094,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": true, "limitX": { - "__id__": 1152 + "__id__": 1124 }, "limitY": { - "__id__": 1153 + "__id__": 1125 }, "limitZ": { - "__id__": 1154 + "__id__": 1126 }, "limit": { - "__id__": 1155 + "__id__": 1127 }, "dampen": 0.05, "separateAxes": false, @@ -32197,13 +32138,13 @@ "_enable": true, "_separateAxes": false, "x": { - "__id__": 1157 + "__id__": 1129 }, "y": { - "__id__": 1158 + "__id__": 1130 }, "z": { - "__id__": 1159 + "__id__": 1131 } }, { @@ -32235,10 +32176,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 1161 + "__id__": 1133 }, "startFrame": { - "__id__": 1163 + "__id__": 1135 }, "cycleCount": 1, "_flipU": 0, @@ -32251,7 +32192,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1162 + "__id__": 1134 }, "multiplier": 1 }, @@ -32319,25 +32260,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 1166 + "__id__": 1138 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 1167 + "__id__": 1139 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 1168 + "__id__": 1140 }, "colorOvertime": { - "__id__": 1169 + "__id__": 1141 }, "_space": 0, "_particleSystem": { - "__id__": 1109 + "__id__": 1081 } }, { @@ -32398,7 +32339,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1108 + "__id__": 1080 }, "_enabled": true, "__prefab": null, @@ -32410,7 +32351,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1108 + "__id__": 1080 }, "_enabled": true, "__prefab": null, @@ -32432,7 +32373,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1048 + "__id__": 1020 }, "_enabled": true, "__prefab": null, @@ -32454,7 +32395,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1042 + "__id__": 1014 }, "_enabled": true, "__prefab": null, @@ -32476,15 +32417,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1042 + "__id__": 1014 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 1046 + "__id__": 1018 }, "_animation": { - "__id__": 1176 + "__id__": 1148 }, "_force": 40, "_soundFx": { @@ -32500,7 +32441,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1042 + "__id__": 1014 }, "_enabled": true, "__prefab": null, @@ -32523,26 +32464,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1041 + "__id__": 1013 }, "_children": [ { - "__id__": 1178 + "__id__": 1150 }, { - "__id__": 1183 + "__id__": 1155 } ], "_active": true, "_components": [ { - "__id__": 1309 + "__id__": 1281 }, { - "__id__": 1310 + "__id__": 1282 }, { - "__id__": 1311 + "__id__": 1283 } ], "_prefab": null, @@ -32581,22 +32522,22 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1177 + "__id__": 1149 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1179 + "__id__": 1151 }, { - "__id__": 1180 + "__id__": 1152 }, { - "__id__": 1181 + "__id__": 1153 }, { - "__id__": 1182 + "__id__": 1154 } ], "_prefab": null, @@ -32635,7 +32576,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1178 + "__id__": 1150 }, "_enabled": true, "__prefab": null, @@ -32657,7 +32598,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1178 + "__id__": 1150 }, "_enabled": true, "__prefab": null, @@ -32696,7 +32637,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1178 + "__id__": 1150 }, "_enabled": true, "__prefab": null, @@ -32724,7 +32665,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1178 + "__id__": 1150 }, "_enabled": true, "__prefab": null, @@ -32752,20 +32693,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1177 + "__id__": 1149 }, "_children": [ { - "__id__": 1184 + "__id__": 1156 }, { - "__id__": 1243 + "__id__": 1215 } ], "_active": false, "_components": [ { - "__id__": 1308 + "__id__": 1280 } ], "_prefab": null, @@ -32804,19 +32745,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1183 + "__id__": 1155 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1185 + "__id__": 1157 }, { - "__id__": 1241 + "__id__": 1213 }, { - "__id__": 1242 + "__id__": 1214 } ], "_prefab": null, @@ -32855,7 +32796,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1184 + "__id__": 1156 }, "_enabled": true, "__prefab": null, @@ -32868,60 +32809,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 1186 + "__id__": 1158 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 1187 + "__id__": 1159 }, "startSize": { - "__id__": 1187 + "__id__": 1159 }, "startSizeY": { - "__id__": 1188 + "__id__": 1160 }, "startSizeZ": { - "__id__": 1189 + "__id__": 1161 }, "startSpeed": { - "__id__": 1190 + "__id__": 1162 }, "startRotation3D": false, "startRotationX": { - "__id__": 1191 + "__id__": 1163 }, "startRotationY": { - "__id__": 1192 + "__id__": 1164 }, "startRotationZ": { - "__id__": 1193 + "__id__": 1165 }, "startRotation": { - "__id__": 1193 + "__id__": 1165 }, "startDelay": { - "__id__": 1194 + "__id__": 1166 }, "startLifetime": { - "__id__": 1195 + "__id__": 1167 }, "duration": 0.5, "loop": false, "simulationSpeed": 1, "playOnAwake": true, "gravityModifier": { - "__id__": 1196 + "__id__": 1168 }, "rateOverTime": { - "__id__": 1197 + "__id__": 1169 }, "rateOverDistance": { - "__id__": 1198 + "__id__": 1170 }, "bursts": [ { - "__id__": 1199 + "__id__": 1171 } ], "_renderCulling": false, @@ -32932,37 +32873,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 1201 + "__id__": 1173 }, "_shapeModule": { - "__id__": 1203 + "__id__": 1175 }, "_sizeOvertimeModule": { - "__id__": 1205 + "__id__": 1177 }, "_velocityOvertimeModule": { - "__id__": 1211 + "__id__": 1183 }, "_forceOvertimeModule": { - "__id__": 1217 + "__id__": 1189 }, "_limitVelocityOvertimeModule": { - "__id__": 1221 + "__id__": 1193 }, "_rotationOvertimeModule": { - "__id__": 1226 + "__id__": 1198 }, "_textureAnimationModule": { - "__id__": 1230 + "__id__": 1202 }, "_noiseModule": { - "__id__": 1234 + "__id__": 1206 }, "_trailModule": { - "__id__": 1235 + "__id__": 1207 }, "renderer": { - "__id__": 1240 + "__id__": 1212 }, "_prewarm": false, "_capacity": 8, @@ -33062,7 +33003,7 @@ "_repeatCount": 1, "repeatInterval": 0, "count": { - "__id__": 1200 + "__id__": 1172 } }, { @@ -33075,7 +33016,7 @@ "__type__": "cc.ColorOvertimeModule", "_enable": false, "color": { - "__id__": 1202 + "__id__": 1174 } }, { @@ -33104,7 +33045,7 @@ "arcMode": 0, "arcSpread": 11.4, "arcSpeed": { - "__id__": 1204 + "__id__": 1176 }, "length": 5, "boxThickness": { @@ -33145,23 +33086,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 1206 + "__id__": 1178 }, "x": { - "__id__": 1208 + "__id__": 1180 }, "y": { - "__id__": 1209 + "__id__": 1181 }, "z": { - "__id__": 1210 + "__id__": 1182 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1207 + "__id__": 1179 }, "multiplier": 1 }, @@ -33222,16 +33163,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": true, "x": { - "__id__": 1212 + "__id__": 1184 }, "y": { - "__id__": 1213 + "__id__": 1185 }, "z": { - "__id__": 1215 + "__id__": 1187 }, "speedModifier": { - "__id__": 1216 + "__id__": 1188 }, "space": 1 }, @@ -33245,7 +33186,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1214 + "__id__": 1186 }, "multiplier": 1 }, @@ -33300,13 +33241,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 1218 + "__id__": 1190 }, "y": { - "__id__": 1219 + "__id__": 1191 }, "z": { - "__id__": 1220 + "__id__": 1192 }, "space": 1 }, @@ -33332,16 +33273,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": false, "limitX": { - "__id__": 1222 + "__id__": 1194 }, "limitY": { - "__id__": 1223 + "__id__": 1195 }, "limitZ": { - "__id__": 1224 + "__id__": 1196 }, "limit": { - "__id__": 1225 + "__id__": 1197 }, "dampen": 3, "separateAxes": false, @@ -33376,13 +33317,13 @@ "_enable": true, "_separateAxes": false, "x": { - "__id__": 1227 + "__id__": 1199 }, "y": { - "__id__": 1228 + "__id__": 1200 }, "z": { - "__id__": 1229 + "__id__": 1201 } }, { @@ -33416,10 +33357,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 1231 + "__id__": 1203 }, "startFrame": { - "__id__": 1233 + "__id__": 1205 }, "cycleCount": 0, "_flipU": 0, @@ -33432,7 +33373,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1232 + "__id__": 1204 }, "multiplier": 1 }, @@ -33499,25 +33440,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 1236 + "__id__": 1208 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 1237 + "__id__": 1209 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 1238 + "__id__": 1210 }, "colorOvertime": { - "__id__": 1239 + "__id__": 1211 }, "_space": 0, "_particleSystem": { - "__id__": 1185 + "__id__": 1157 } }, { @@ -33578,7 +33519,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1184 + "__id__": 1156 }, "_enabled": true, "__prefab": null, @@ -33590,7 +33531,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1184 + "__id__": 1156 }, "_enabled": true, "__prefab": null, @@ -33612,19 +33553,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1183 + "__id__": 1155 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1244 + "__id__": 1216 }, { - "__id__": 1306 + "__id__": 1278 }, { - "__id__": 1307 + "__id__": 1279 } ], "_prefab": null, @@ -33663,7 +33604,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1243 + "__id__": 1215 }, "_enabled": true, "__prefab": null, @@ -33676,60 +33617,60 @@ ], "_visFlags": 0, "startColor": { - "__id__": 1245 + "__id__": 1217 }, "scaleSpace": 1, "startSize3D": false, "startSizeX": { - "__id__": 1246 + "__id__": 1218 }, "startSize": { - "__id__": 1246 + "__id__": 1218 }, "startSizeY": { - "__id__": 1247 + "__id__": 1219 }, "startSizeZ": { - "__id__": 1248 + "__id__": 1220 }, "startSpeed": { - "__id__": 1249 + "__id__": 1221 }, "startRotation3D": false, "startRotationX": { - "__id__": 1250 + "__id__": 1222 }, "startRotationY": { - "__id__": 1251 + "__id__": 1223 }, "startRotationZ": { - "__id__": 1252 + "__id__": 1224 }, "startRotation": { - "__id__": 1252 + "__id__": 1224 }, "startDelay": { - "__id__": 1253 + "__id__": 1225 }, "startLifetime": { - "__id__": 1254 + "__id__": 1226 }, "duration": 0.5, "loop": false, "simulationSpeed": 1, "playOnAwake": true, "gravityModifier": { - "__id__": 1255 + "__id__": 1227 }, "rateOverTime": { - "__id__": 1256 + "__id__": 1228 }, "rateOverDistance": { - "__id__": 1257 + "__id__": 1229 }, "bursts": [ { - "__id__": 1258 + "__id__": 1230 } ], "_renderCulling": false, @@ -33740,37 +33681,37 @@ "_dataCulling": false, "enableCulling": false, "_colorOverLifetimeModule": { - "__id__": 1260 + "__id__": 1232 }, "_shapeModule": { - "__id__": 1269 + "__id__": 1241 }, "_sizeOvertimeModule": { - "__id__": 1271 + "__id__": 1243 }, "_velocityOvertimeModule": { - "__id__": 1277 + "__id__": 1249 }, "_forceOvertimeModule": { - "__id__": 1282 + "__id__": 1254 }, "_limitVelocityOvertimeModule": { - "__id__": 1286 + "__id__": 1258 }, "_rotationOvertimeModule": { - "__id__": 1291 + "__id__": 1263 }, "_textureAnimationModule": { - "__id__": 1295 + "__id__": 1267 }, "_noiseModule": { - "__id__": 1299 + "__id__": 1271 }, "_trailModule": { - "__id__": 1300 + "__id__": 1272 }, "renderer": { - "__id__": 1305 + "__id__": 1277 }, "_prewarm": false, "_capacity": 100, @@ -33868,7 +33809,7 @@ "_repeatCount": 1, "repeatInterval": 1, "count": { - "__id__": 1259 + "__id__": 1231 } }, { @@ -33881,38 +33822,38 @@ "__type__": "cc.ColorOvertimeModule", "_enable": true, "color": { - "__id__": 1261 + "__id__": 1233 } }, { "__type__": "cc.GradientRange", "_mode": 1, "gradient": { - "__id__": 1262 + "__id__": 1234 } }, { "__type__": "cc.Gradient", "colorKeys": [ { - "__id__": 1263 + "__id__": 1235 }, { - "__id__": 1264 + "__id__": 1236 }, { - "__id__": 1265 + "__id__": 1237 } ], "alphaKeys": [ { - "__id__": 1266 + "__id__": 1238 }, { - "__id__": 1267 + "__id__": 1239 }, { - "__id__": 1268 + "__id__": 1240 } ], "mode": 0 @@ -33980,7 +33921,7 @@ "arcMode": 0, "arcSpread": 0, "arcSpeed": { - "__id__": 1270 + "__id__": 1242 }, "length": 5, "boxThickness": { @@ -34021,23 +33962,23 @@ "_enable": true, "separateAxes": false, "size": { - "__id__": 1272 + "__id__": 1244 }, "x": { - "__id__": 1274 + "__id__": 1246 }, "y": { - "__id__": 1275 + "__id__": 1247 }, "z": { - "__id__": 1276 + "__id__": 1248 } }, { "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1273 + "__id__": 1245 }, "multiplier": 1 }, @@ -34098,16 +34039,16 @@ "__type__": "cc.VelocityOvertimeModule", "_enable": false, "x": { - "__id__": 1278 + "__id__": 1250 }, "y": { - "__id__": 1279 + "__id__": 1251 }, "z": { - "__id__": 1280 + "__id__": 1252 }, "speedModifier": { - "__id__": 1281 + "__id__": 1253 }, "space": 1 }, @@ -34139,13 +34080,13 @@ "__type__": "cc.ForceOvertimeModule", "_enable": false, "x": { - "__id__": 1283 + "__id__": 1255 }, "y": { - "__id__": 1284 + "__id__": 1256 }, "z": { - "__id__": 1285 + "__id__": 1257 }, "space": 1 }, @@ -34171,16 +34112,16 @@ "__type__": "cc.LimitVelocityOvertimeModule", "_enable": true, "limitX": { - "__id__": 1287 + "__id__": 1259 }, "limitY": { - "__id__": 1288 + "__id__": 1260 }, "limitZ": { - "__id__": 1289 + "__id__": 1261 }, "limit": { - "__id__": 1290 + "__id__": 1262 }, "dampen": 0.05, "separateAxes": false, @@ -34215,13 +34156,13 @@ "_enable": true, "_separateAxes": false, "x": { - "__id__": 1292 + "__id__": 1264 }, "y": { - "__id__": 1293 + "__id__": 1265 }, "z": { - "__id__": 1294 + "__id__": 1266 } }, { @@ -34253,10 +34194,10 @@ "_mode": 0, "animation": 0, "frameOverTime": { - "__id__": 1296 + "__id__": 1268 }, "startFrame": { - "__id__": 1298 + "__id__": 1270 }, "cycleCount": 1, "_flipU": 0, @@ -34269,7 +34210,7 @@ "__type__": "cc.CurveRange", "mode": 1, "spline": { - "__id__": 1297 + "__id__": 1269 }, "multiplier": 1 }, @@ -34337,25 +34278,25 @@ "_enable": false, "mode": 0, "lifeTime": { - "__id__": 1301 + "__id__": 1273 }, "_minParticleDistance": 0.1, "existWithParticles": true, "textureMode": 0, "widthFromParticle": true, "widthRatio": { - "__id__": 1302 + "__id__": 1274 }, "colorFromParticle": false, "colorOverTrail": { - "__id__": 1303 + "__id__": 1275 }, "colorOvertime": { - "__id__": 1304 + "__id__": 1276 }, "_space": 0, "_particleSystem": { - "__id__": 1244 + "__id__": 1216 } }, { @@ -34416,7 +34357,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1243 + "__id__": 1215 }, "_enabled": true, "__prefab": null, @@ -34428,7 +34369,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1243 + "__id__": 1215 }, "_enabled": true, "__prefab": null, @@ -34450,7 +34391,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1183 + "__id__": 1155 }, "_enabled": true, "__prefab": null, @@ -34472,7 +34413,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1177 + "__id__": 1149 }, "_enabled": true, "__prefab": null, @@ -34494,15 +34435,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1177 + "__id__": 1149 }, "_enabled": true, "__prefab": null, "_collider": { - "__id__": 1181 + "__id__": 1153 }, "_animation": { - "__id__": 1311 + "__id__": 1283 }, "_force": 40, "_soundFx": { @@ -34518,7 +34459,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1177 + "__id__": 1149 }, "_enabled": true, "__prefab": null, @@ -34541,7 +34482,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1041 + "__id__": 1013 }, "_enabled": true, "__prefab": null, @@ -34567,19 +34508,19 @@ }, "_children": [ { - "__id__": 1314 + "__id__": 1286 }, { - "__id__": 1318 + "__id__": 1290 } ], "_active": true, "_components": [ { - "__id__": 1322 + "__id__": 1294 }, { - "__id__": 1323 + "__id__": 1295 } ], "_prefab": null, @@ -34618,19 +34559,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1313 + "__id__": 1285 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1315 + "__id__": 1287 }, { - "__id__": 1316 + "__id__": 1288 }, { - "__id__": 1317 + "__id__": 1289 } ], "_prefab": null, @@ -34669,7 +34610,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1314 + "__id__": 1286 }, "_enabled": true, "__prefab": null, @@ -34691,7 +34632,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1314 + "__id__": 1286 }, "_enabled": true, "__prefab": null, @@ -34730,7 +34671,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1314 + "__id__": 1286 }, "_enabled": true, "__prefab": null, @@ -34760,19 +34701,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1313 + "__id__": 1285 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1319 + "__id__": 1291 }, { - "__id__": 1320 + "__id__": 1292 }, { - "__id__": 1321 + "__id__": 1293 } ], "_prefab": null, @@ -34811,7 +34752,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1318 + "__id__": 1290 }, "_enabled": true, "__prefab": null, @@ -34833,7 +34774,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1318 + "__id__": 1290 }, "_enabled": true, "__prefab": null, @@ -34872,7 +34813,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1318 + "__id__": 1290 }, "_enabled": true, "__prefab": null, @@ -34902,7 +34843,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1313 + "__id__": 1285 }, "_enabled": true, "__prefab": null, @@ -34924,7 +34865,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1313 + "__id__": 1285 }, "_enabled": true, "__prefab": null, @@ -34958,19 +34899,19 @@ }, "_children": [ { - "__id__": 1325 + "__id__": 1297 }, { - "__id__": 1328 + "__id__": 1300 } ], "_active": true, "_components": [ { - "__id__": 1332 + "__id__": 1304 }, { - "__id__": 1333 + "__id__": 1305 } ], "_prefab": null, @@ -35009,16 +34950,16 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1324 + "__id__": 1296 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1326 + "__id__": 1298 }, { - "__id__": 1327 + "__id__": 1299 } ], "_prefab": null, @@ -35057,7 +34998,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1325 + "__id__": 1297 }, "_enabled": true, "__prefab": null, @@ -35079,7 +35020,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1325 + "__id__": 1297 }, "_enabled": true, "__prefab": null, @@ -35115,19 +35056,19 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1324 + "__id__": 1296 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1329 + "__id__": 1301 }, { - "__id__": 1330 + "__id__": 1302 }, { - "__id__": 1331 + "__id__": 1303 } ], "_prefab": null, @@ -35166,7 +35107,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1328 + "__id__": 1300 }, "_enabled": true, "__prefab": null, @@ -35188,7 +35129,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1328 + "__id__": 1300 }, "_enabled": true, "__prefab": null, @@ -35253,7 +35194,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1328 + "__id__": 1300 }, "_enabled": true, "__prefab": null, @@ -35283,7 +35224,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1324 + "__id__": 1296 }, "_enabled": true, "__prefab": null, @@ -35305,22 +35246,22 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1324 + "__id__": 1296 }, "_enabled": true, "__prefab": null, "_popup": { - "__id__": 1325 + "__id__": 1297 }, "_label": { - "__id__": 1330 + "__id__": 1302 }, "_stickers": [ { - "__id__": 1334 + "__id__": 1306 }, { - "__id__": 1335 + "__id__": 1307 } ], "_id": "ebx5eaCQhFnYEdDdBHEy9W" @@ -35380,10 +35321,10 @@ "__id__": 6 }, "_topContainer": { - "__id__": 1338 + "__id__": 1310 }, "_ballHolder": { - "__id__": 1039 + "__id__": 1011 }, "_ballSpawnPosition": { "__type__": "cc.Vec3", @@ -35426,7 +35367,7 @@ "_active": true, "_components": [ { - "__id__": 1339 + "__id__": 1311 } ], "_prefab": null, @@ -35465,7 +35406,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1338 + "__id__": 1310 }, "_enabled": true, "__prefab": null, @@ -35488,14 +35429,14 @@ "__id__": 9 }, "_prefab": { - "__id__": 1341 + "__id__": 1313 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 1340 + "__id__": 1312 }, "asset": { "__uuid__": "145777c0-32ee-4ce5-9a52-e905d12530e7", @@ -35503,7 +35444,7 @@ }, "fileId": "691jstaYRLv5H06TR/SBzT", "instance": { - "__id__": 1342 + "__id__": 1314 }, "targetOverrides": [], "nestedPrefabInstanceRoots": null @@ -35516,16 +35457,16 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 1343 + "__id__": 1315 }, { - "__id__": 1345 + "__id__": 1317 }, { - "__id__": 1346 + "__id__": 1318 }, { - "__id__": 1347 + "__id__": 1319 } ], "removedComponents": [] @@ -35533,7 +35474,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1344 + "__id__": 1316 }, "propertyPath": [ "_name" @@ -35549,7 +35490,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1344 + "__id__": 1316 }, "propertyPath": [ "_lpos" @@ -35564,7 +35505,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1344 + "__id__": 1316 }, "propertyPath": [ "_lrot" @@ -35580,7 +35521,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1344 + "__id__": 1316 }, "propertyPath": [ "_euler" @@ -35668,39 +35609,39 @@ "instance": null, "targetOverrides": [ { - "__id__": 1352 + "__id__": 1324 }, { - "__id__": 1354 + "__id__": 1326 }, { - "__id__": 1356 + "__id__": 1328 }, { - "__id__": 1358 + "__id__": 1330 }, { - "__id__": 1360 + "__id__": 1332 }, { - "__id__": 1362 + "__id__": 1334 } ], "nestedPrefabInstanceRoots": [ { - "__id__": 689 + "__id__": 661 }, { - "__id__": 708 + "__id__": 680 }, { - "__id__": 1340 + "__id__": 1312 }, { "__id__": 162 }, { - "__id__": 494 + "__id__": 466 }, { "__id__": 383 @@ -35709,17 +35650,17 @@ "__id__": 391 }, { - "__id__": 419 + "__id__": 399 }, { - "__id__": 427 + "__id__": 407 } ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 605 + "__id__": 577 }, "sourceInfo": null, "propertyPath": [ @@ -35729,7 +35670,7 @@ "__id__": 162 }, "targetInfo": { - "__id__": 1353 + "__id__": 1325 } }, { @@ -35741,17 +35682,17 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 556 + "__id__": 528 }, "sourceInfo": null, "propertyPath": [ "topScore" ], "target": { - "__id__": 485 + "__id__": 457 }, "targetInfo": { - "__id__": 1355 + "__id__": 1327 } }, { @@ -35763,7 +35704,7 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 457 + "__id__": 429 }, "sourceInfo": null, "propertyPath": [ @@ -35775,7 +35716,7 @@ "__id__": 383 }, "targetInfo": { - "__id__": 1357 + "__id__": 1329 } }, { @@ -35787,7 +35728,7 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 457 + "__id__": 429 }, "sourceInfo": null, "propertyPath": [ @@ -35799,7 +35740,7 @@ "__id__": 391 }, "targetInfo": { - "__id__": 1359 + "__id__": 1331 } }, { @@ -35811,7 +35752,7 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 457 + "__id__": 429 }, "sourceInfo": null, "propertyPath": [ @@ -35820,10 +35761,10 @@ "gacha" ], "target": { - "__id__": 427 + "__id__": 407 }, "targetInfo": { - "__id__": 1361 + "__id__": 1333 } }, { @@ -35835,7 +35776,7 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 457 + "__id__": 429 }, "sourceInfo": null, "propertyPath": [ @@ -35844,10 +35785,10 @@ "gacha" ], "target": { - "__id__": 419 + "__id__": 399 }, "targetInfo": { - "__id__": 1363 + "__id__": 1335 } }, { @@ -35859,28 +35800,28 @@ { "__type__": "cc.SceneGlobals", "ambient": { - "__id__": 1365 + "__id__": 1337 }, "shadows": { - "__id__": 1366 + "__id__": 1338 }, "_skybox": { - "__id__": 1367 + "__id__": 1339 }, "fog": { - "__id__": 1368 + "__id__": 1340 }, "octree": { - "__id__": 1369 + "__id__": 1341 }, "skin": { - "__id__": 1370 + "__id__": 1342 }, "lightProbeInfo": { - "__id__": 1371 + "__id__": 1343 }, "postSettings": { - "__id__": 1372 + "__id__": 1344 }, "bakedWithStationaryMainLight": false, "bakedWithHighpLightmap": false diff --git a/assets/_Game/Scripts/Environments/FloatingText.ts b/assets/_Game/Scripts/Environments/FloatingText.ts index 7ec1b8e..8bb6291 100644 --- a/assets/_Game/Scripts/Environments/FloatingText.ts +++ b/assets/_Game/Scripts/Environments/FloatingText.ts @@ -52,7 +52,7 @@ export class FloatingText extends Component { ) .call(() => { this._sprite.spriteFrame = null; - ObjectPool.release(this.node); + this.node.releaseToPool(); }) .start(); await Utils.delay(0.05); diff --git a/assets/_Game/Scripts/Gacha/FlipCard.ts b/assets/_Game/Scripts/Gacha/FlipCard.ts index 3401edc..a8916f3 100644 --- a/assets/_Game/Scripts/Gacha/FlipCard.ts +++ b/assets/_Game/Scripts/Gacha/FlipCard.ts @@ -1,6 +1,7 @@ -import { _decorator, Component, Node, Sprite } from 'cc'; +import { _decorator, AudioClip, Component, Node, Sprite } from 'cc'; import GachaBase from '../Base/GachaBase'; import SpineAnimationHandler from '../Base/SpineAnimationHandler'; +import AudioManager from '../Manager/AudioManager'; import GachaManager from '../Manager/GachaManager'; const { ccclass, property } = _decorator; @@ -13,6 +14,12 @@ export default class FlipCard extends GachaBase { private spineRoot: Node; @property(Sprite) private cards: Sprite[] = []; + @property(AudioClip) + private showSfx: AudioClip; + @property(AudioClip) + private selectCardSfx: AudioClip; + @property(AudioClip) + private openCardSfx: AudioClip; private _opened: boolean = false; @@ -21,15 +28,19 @@ export default class FlipCard extends GachaBase { switch (e.data.name) { case 'card1-active': this.cards[0].setNodeActive(true); + AudioManager.playSfx(this.openCardSfx); break; case 'card2-active': this.cards[1].setNodeActive(true); + AudioManager.playSfx(this.openCardSfx); break; case 'card3-active': this.cards[2].setNodeActive(true); + AudioManager.playSfx(this.openCardSfx); break; case 'card4-active': this.cards[3].setNodeActive(true); + AudioManager.playSfx(this.openCardSfx); break; } }); @@ -44,6 +55,7 @@ export default class FlipCard extends GachaBase { public async show(): Promise { this.spineRoot.setActive(true); this.animationHandler.clearTracks(); + AudioManager.playSfx(this.showSfx); await this.animationHandler.setAnimationAsync('appear'); this.animationHandler.addAnimation('idle', { loop: true }); } @@ -54,6 +66,7 @@ export default class FlipCard extends GachaBase { if (this.cards[+value - 1].node.active) return; const reward = await GachaManager.instance.getReward(); if (reward) { + AudioManager.playSfx(this.selectCardSfx); this.cards[+value - 1].spriteFrame = reward.icon; await this.animationHandler.setAnimationAsync(`card${value}-active`, { trackIndex: +value }); const pos = this.cards[+value - 1].node.worldPosition.clone(); diff --git a/assets/_Game/Scripts/Gacha/FreeReward.ts b/assets/_Game/Scripts/Gacha/FreeReward.ts index c754b29..df4228c 100644 --- a/assets/_Game/Scripts/Gacha/FreeReward.ts +++ b/assets/_Game/Scripts/Gacha/FreeReward.ts @@ -1,6 +1,7 @@ -import { _decorator, clamp01, Component, easing, game, Label, Node, Sprite, Vec3 } from 'cc'; +import { _decorator, AudioClip, clamp01, Component, easing, game, Label, Node, Sprite, Vec3 } from 'cc'; import GachaBase from '../Base/GachaBase'; import SpineAnimationHandler from '../Base/SpineAnimationHandler'; +import AudioManager from '../Manager/AudioManager'; import GachaManager, { RewardConfig } from '../Manager/GachaManager'; import Utils from '../Utilities'; @@ -18,6 +19,8 @@ export default class FreeReward extends GachaBase { private rewardSprite: Sprite; @property(Label) private rewardLabel: Label; + @property(AudioClip) + private openSound: AudioClip; private _opened: boolean = false; private _reward: RewardConfig; @@ -49,10 +52,16 @@ export default class FreeReward extends GachaBase { this._opened = true; this._reward = await GachaManager.instance.getReward(); if (this._reward) { + AudioManager.playSfx(this.openSound); this.rewardSprite.spriteFrame = this._reward.icon; this.rewardLabel.string = 'x' + this._reward.quantity; await this.animationHandler.setAnimationAsync('open'); this.rewardRoot.setActive(true); + GachaManager.instance.showFloatingText( + this._reward.quantity.toString(), + this.node.worldPosition, + this._reward.icon, + ); GachaManager.instance.gachaDone(); return; } diff --git a/assets/_Game/Scripts/Gacha/LuckyWheel.ts b/assets/_Game/Scripts/Gacha/LuckyWheel.ts index 0e70402..1123cad 100644 --- a/assets/_Game/Scripts/Gacha/LuckyWheel.ts +++ b/assets/_Game/Scripts/Gacha/LuckyWheel.ts @@ -1,5 +1,6 @@ import { _decorator, + AudioClip, CCFloat, CCInteger, CCString, @@ -14,6 +15,7 @@ import { } from 'cc'; import GachaBase from '../Base/GachaBase'; import SpineAnimationHandler from '../Base/SpineAnimationHandler'; +import AudioManager from '../Manager/AudioManager'; import GachaManager, { RewardConfig } from '../Manager/GachaManager'; const { ccclass, property } = _decorator; @@ -49,6 +51,14 @@ export default class LuckyWheel extends GachaBase { private wheelBoneName: string = ''; @property(CCInteger) private speed: number = 1; + @property(AudioClip) + private showSfx: AudioClip; + @property(AudioClip) + private btnSfx: AudioClip; + @property(AudioClip) + private spinSfx: AudioClip; + @property(AudioClip) + private stopSfx: AudioClip; @property(RealCurve) private spinCurve: RealCurve = new RealCurve(); @property(RewardDisplay) @@ -62,6 +72,7 @@ export default class LuckyWheel extends GachaBase { private _timer: number = 0; private _timeSpin: number = 0; private _maxAngle: number = 0; + private _preAngle: number = 0; private _allCards: RewardCard[]; private _random: number; @@ -83,8 +94,13 @@ export default class LuckyWheel extends GachaBase { const angle = this._maxAngle * this.spinCurve.evaluate(this._timer / this._timeSpin); this._wheel.rotation = this._targetAngle + angle; this._wheel.update(); + if (Math.abs(this._preAngle - angle) >= 36) { + this._preAngle = angle; + AudioManager.playSfx(this.spinSfx); + } if (this._timer >= this._timeSpin) { this._spinning = false; + AudioManager.playSfx(this.stopSfx); GachaManager.instance.showFloatingText( this._allCards[this._random].reward.quantity.toString(), this.node.worldPosition, @@ -106,19 +122,21 @@ export default class LuckyWheel extends GachaBase { public async show(): Promise { this.setReward(); this.spineRoot.setActive(true); + AudioManager.playSfx(this.showSfx); await this.animationHandler.setAnimationAsync('appear'); - this.animationHandler.addAnimation('idle', { loop: true }); } public async spin() { if (this._spinning) return; this._spinning = true; + AudioManager.playSfx(this.btnSfx); this._random = this._allCards.getRandomIndex(); this.animationHandler.clearTrack(0); this._targetAngle = -(360 / this.rewardDisplay.length) * this._random + this.offsetAngle; this._timer = 0; this._timeSpin = randomRangeInt(10, 15); this._maxAngle = 360 * this._timeSpin; + this._preAngle = this._maxAngle; } } diff --git a/assets/_Game/Scripts/Gizmos/Gizmos3D.ts b/assets/_Game/Scripts/Gizmos/Gizmos3D.ts index 5a10752..4cc9767 100644 --- a/assets/_Game/Scripts/Gizmos/Gizmos3D.ts +++ b/assets/_Game/Scripts/Gizmos/Gizmos3D.ts @@ -408,7 +408,7 @@ export default class Gizmos3D { public static drawDashLineList(node: Node, points: Vec3[], close: boolean = false) { const debugNode = this.getDebugNode(node); - debugNode?.drawLineList(points, close); + debugNode?.drawDashLineList(points, close); } public static drawCircle(node: Node, center: Vec3, radius: number, rot: Vec3 = Vec3.ZERO, segments: number = 32) { diff --git a/assets/_Game/Scripts/Manager/GachaManager.ts b/assets/_Game/Scripts/Manager/GachaManager.ts index ade8b92..bbf1c82 100644 --- a/assets/_Game/Scripts/Manager/GachaManager.ts +++ b/assets/_Game/Scripts/Manager/GachaManager.ts @@ -1,5 +1,6 @@ import { _decorator, + AudioClip, CCInteger, CCString, clamp01, @@ -24,6 +25,7 @@ import FloatingTextFactory from '../Factory/FloatingTextFactory'; import P4PSDK from '../P4PSDK'; import Singleton from '../Singleton'; import Utils from '../Utilities'; +import AudioManager from './AudioManager'; import { EventManger } from './EventManger'; import { GameManager } from './GameManager'; import { SpawnObjectManager } from './SpawnObjectManager'; @@ -78,6 +80,14 @@ export default class GachaManager extends Singleton() { private floatingScoreFactory: FloatingTextFactory; @property(Label) private countDownLabel: Label; + + @property(AudioClip) + private collectSfx: AudioClip; + @property(AudioClip) + private countDownSfx: AudioClip; + @property(AudioClip) + private readySfx: AudioClip; + @property(Gacha) private gachas: Gacha[] = []; @property(RewardConfig) @@ -123,6 +133,7 @@ export default class GachaManager extends Singleton() { public showFloatingText(text: string, position: Vec3, icon: SpriteFrame) { const floatingText = this.floatingScoreFactory.create(this.node); + AudioManager.playSfx(this.collectSfx); floatingText.show(`+${text}`, position, 3, 1, icon); } @@ -159,6 +170,7 @@ export default class GachaManager extends Singleton() { let count = 3; while (count >= 0) { this.countDownLabel.setString(count == 0 ? 'Ready' : count); + AudioManager.playSfx(count == 0 ? this.readySfx : this.countDownSfx); count--; await Utils.delay(0.5); } diff --git a/assets/_Game/Scripts/UI/TimeUI.ts b/assets/_Game/Scripts/UI/TimeUI.ts index 34f4543..078ca75 100644 --- a/assets/_Game/Scripts/UI/TimeUI.ts +++ b/assets/_Game/Scripts/UI/TimeUI.ts @@ -14,6 +14,10 @@ export class TimeUI extends Component { private _fill: Sprite; @property({ type: Node, visible: true }) private _timeIcon: Node; + @property(Color) + private normalColor: Color = new Color(); + @property(Color) + private warnColor: Color = new Color(); @property({ type: AudioClip, visible: true }) private _countDownSound: AudioClip; @@ -41,7 +45,7 @@ export class TimeUI extends Component { case GameState.Playing: AudioManager.stopSfx(this._countDownSound); Tween.stopAllByTarget(this._timeIcon); - this._fill.color = Color.GREEN; + this._fill.color = this.normalColor; this._timeLabel.color = Color.WHITE; break; case GameState.GameOver: @@ -62,7 +66,7 @@ export class TimeUI extends Component { private onWarningTime(warning: boolean) { if (warning) { AudioManager.playSfx(this._countDownSound, { loop: true }); - this._fill.color = Color.RED; + this._fill.color = this.warnColor; tween(this._timeIcon) .to(0.05, { position: new Vec3(3.117, 3.177) }) .to(0.08, { scale: new Vec3(0.9, 1.1) }) @@ -78,7 +82,7 @@ export class TimeUI extends Component { } else { AudioManager.stopSfx(this._countDownSound); Tween.stopAllByTarget(this._timeIcon); - this._fill.color = Color.GREEN; + this._fill.color = this.normalColor; this._timeLabel.color = Color.WHITE; } } diff --git a/assets/_Game/Sounds/Gacha.meta b/assets/_Game/Sounds/Gacha.meta new file mode 100644 index 0000000..51a300e --- /dev/null +++ b/assets/_Game/Sounds/Gacha.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "399eabc2-4bee-43d8-ae89-fb8e93e61de5", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/_Game/Sounds/Gacha/flipCard_show.mp3 b/assets/_Game/Sounds/Gacha/flipCard_show.mp3 new file mode 100644 index 0000000..74fb5c3 Binary files /dev/null and b/assets/_Game/Sounds/Gacha/flipCard_show.mp3 differ diff --git a/assets/_Game/Sounds/Gacha/flipCard_show.mp3.meta b/assets/_Game/Sounds/Gacha/flipCard_show.mp3.meta new file mode 100644 index 0000000..fefcbec --- /dev/null +++ b/assets/_Game/Sounds/Gacha/flipCard_show.mp3.meta @@ -0,0 +1,14 @@ +{ + "ver": "1.0.0", + "importer": "audio-clip", + "imported": true, + "uuid": "239a95de-d63b-48eb-be24-28ebec455f99", + "files": [ + ".json", + ".mp3" + ], + "subMetas": {}, + "userData": { + "downloadMode": 0 + } +} diff --git a/assets/_Game/Sounds/Gacha/flipcard_open.mp3 b/assets/_Game/Sounds/Gacha/flipcard_open.mp3 new file mode 100644 index 0000000..0364657 Binary files /dev/null and b/assets/_Game/Sounds/Gacha/flipcard_open.mp3 differ diff --git a/assets/_Game/Sounds/Gacha/flipcard_open.mp3.meta b/assets/_Game/Sounds/Gacha/flipcard_open.mp3.meta new file mode 100644 index 0000000..8c1a1cf --- /dev/null +++ b/assets/_Game/Sounds/Gacha/flipcard_open.mp3.meta @@ -0,0 +1,14 @@ +{ + "ver": "1.0.0", + "importer": "audio-clip", + "imported": true, + "uuid": "23a142a8-835d-4f43-8c3a-acbfadc56c23", + "files": [ + ".json", + ".mp3" + ], + "subMetas": {}, + "userData": { + "downloadMode": 0 + } +} diff --git a/assets/_Game/Sounds/Gacha/flipcard_select.mp3 b/assets/_Game/Sounds/Gacha/flipcard_select.mp3 new file mode 100644 index 0000000..94fca0d Binary files /dev/null and b/assets/_Game/Sounds/Gacha/flipcard_select.mp3 differ diff --git a/assets/_Game/Sounds/Gacha/flipcard_select.mp3.meta b/assets/_Game/Sounds/Gacha/flipcard_select.mp3.meta new file mode 100644 index 0000000..816a6c8 --- /dev/null +++ b/assets/_Game/Sounds/Gacha/flipcard_select.mp3.meta @@ -0,0 +1,14 @@ +{ + "ver": "1.0.0", + "importer": "audio-clip", + "imported": true, + "uuid": "2b5160a6-db5c-4925-9cb9-620c46695762", + "files": [ + ".json", + ".mp3" + ], + "subMetas": {}, + "userData": { + "downloadMode": 0 + } +} diff --git a/assets/_Game/Sounds/Gacha/luckywheel_button.mp3 b/assets/_Game/Sounds/Gacha/luckywheel_button.mp3 new file mode 100644 index 0000000..9a21c36 Binary files /dev/null and b/assets/_Game/Sounds/Gacha/luckywheel_button.mp3 differ diff --git a/assets/_Game/Sounds/Gacha/luckywheel_button.mp3.meta b/assets/_Game/Sounds/Gacha/luckywheel_button.mp3.meta new file mode 100644 index 0000000..901b598 --- /dev/null +++ b/assets/_Game/Sounds/Gacha/luckywheel_button.mp3.meta @@ -0,0 +1,14 @@ +{ + "ver": "1.0.0", + "importer": "audio-clip", + "imported": true, + "uuid": "4d36d11c-3612-4f53-a3fd-d3b55b73422c", + "files": [ + ".json", + ".mp3" + ], + "subMetas": {}, + "userData": { + "downloadMode": 0 + } +} diff --git a/assets/_Game/Sounds/Gacha/luckywheel_collect.mp3 b/assets/_Game/Sounds/Gacha/luckywheel_collect.mp3 new file mode 100644 index 0000000..0881d8e Binary files /dev/null and b/assets/_Game/Sounds/Gacha/luckywheel_collect.mp3 differ diff --git a/assets/_Game/Sounds/Gacha/luckywheel_collect.mp3.meta b/assets/_Game/Sounds/Gacha/luckywheel_collect.mp3.meta new file mode 100644 index 0000000..49b8dac --- /dev/null +++ b/assets/_Game/Sounds/Gacha/luckywheel_collect.mp3.meta @@ -0,0 +1,14 @@ +{ + "ver": "1.0.0", + "importer": "audio-clip", + "imported": true, + "uuid": "65a4db41-8617-4b1e-a465-e9aea50f5029", + "files": [ + ".json", + ".mp3" + ], + "subMetas": {}, + "userData": { + "downloadMode": 0 + } +} diff --git a/assets/_Game/Sounds/Gacha/luckywheel_countdown.mp3 b/assets/_Game/Sounds/Gacha/luckywheel_countdown.mp3 new file mode 100644 index 0000000..35ee2b5 Binary files /dev/null and b/assets/_Game/Sounds/Gacha/luckywheel_countdown.mp3 differ diff --git a/assets/_Game/Sounds/Gacha/luckywheel_countdown.mp3.meta b/assets/_Game/Sounds/Gacha/luckywheel_countdown.mp3.meta new file mode 100644 index 0000000..853d79d --- /dev/null +++ b/assets/_Game/Sounds/Gacha/luckywheel_countdown.mp3.meta @@ -0,0 +1,14 @@ +{ + "ver": "1.0.0", + "importer": "audio-clip", + "imported": true, + "uuid": "b03a6bbd-031f-451c-8a2c-cb6e6ec15464", + "files": [ + ".json", + ".mp3" + ], + "subMetas": {}, + "userData": { + "downloadMode": 0 + } +} diff --git a/assets/_Game/Sounds/Gacha/luckywheel_ready.mp3 b/assets/_Game/Sounds/Gacha/luckywheel_ready.mp3 new file mode 100644 index 0000000..a4c941d Binary files /dev/null and b/assets/_Game/Sounds/Gacha/luckywheel_ready.mp3 differ diff --git a/assets/_Game/Sounds/Gacha/luckywheel_ready.mp3.meta b/assets/_Game/Sounds/Gacha/luckywheel_ready.mp3.meta new file mode 100644 index 0000000..782748b --- /dev/null +++ b/assets/_Game/Sounds/Gacha/luckywheel_ready.mp3.meta @@ -0,0 +1,14 @@ +{ + "ver": "1.0.0", + "importer": "audio-clip", + "imported": true, + "uuid": "2e5f5592-b662-4477-b4f0-e4d22682d0d8", + "files": [ + ".json", + ".mp3" + ], + "subMetas": {}, + "userData": { + "downloadMode": 0 + } +} diff --git a/assets/_Game/Sounds/Gacha/luckywheel_show.mp3 b/assets/_Game/Sounds/Gacha/luckywheel_show.mp3 new file mode 100644 index 0000000..b66134e Binary files /dev/null and b/assets/_Game/Sounds/Gacha/luckywheel_show.mp3 differ diff --git a/assets/_Game/Sounds/Gacha/luckywheel_show.mp3.meta b/assets/_Game/Sounds/Gacha/luckywheel_show.mp3.meta new file mode 100644 index 0000000..37ac216 --- /dev/null +++ b/assets/_Game/Sounds/Gacha/luckywheel_show.mp3.meta @@ -0,0 +1,14 @@ +{ + "ver": "1.0.0", + "importer": "audio-clip", + "imported": true, + "uuid": "d03f0c89-dd68-4d13-af73-918b39cf7953", + "files": [ + ".json", + ".mp3" + ], + "subMetas": {}, + "userData": { + "downloadMode": 0 + } +} diff --git a/assets/_Game/Sounds/Gacha/luckywheel_spin.mp3 b/assets/_Game/Sounds/Gacha/luckywheel_spin.mp3 new file mode 100644 index 0000000..bafc620 Binary files /dev/null and b/assets/_Game/Sounds/Gacha/luckywheel_spin.mp3 differ diff --git a/assets/_Game/Sounds/Gacha/luckywheel_spin.mp3.meta b/assets/_Game/Sounds/Gacha/luckywheel_spin.mp3.meta new file mode 100644 index 0000000..786dc58 --- /dev/null +++ b/assets/_Game/Sounds/Gacha/luckywheel_spin.mp3.meta @@ -0,0 +1,14 @@ +{ + "ver": "1.0.0", + "importer": "audio-clip", + "imported": true, + "uuid": "d0d5f5b7-dd0a-46cc-8957-9270fece9d32", + "files": [ + ".json", + ".mp3" + ], + "subMetas": {}, + "userData": { + "downloadMode": 0 + } +} diff --git a/assets/_Game/Sounds/Gacha/luckywheel_stop.mp3 b/assets/_Game/Sounds/Gacha/luckywheel_stop.mp3 new file mode 100644 index 0000000..20e47c8 Binary files /dev/null and b/assets/_Game/Sounds/Gacha/luckywheel_stop.mp3 differ diff --git a/assets/_Game/Sounds/Gacha/luckywheel_stop.mp3.meta b/assets/_Game/Sounds/Gacha/luckywheel_stop.mp3.meta new file mode 100644 index 0000000..f045334 --- /dev/null +++ b/assets/_Game/Sounds/Gacha/luckywheel_stop.mp3.meta @@ -0,0 +1,14 @@ +{ + "ver": "1.0.0", + "importer": "audio-clip", + "imported": true, + "uuid": "f0506909-3673-4420-99d8-c2e45c9b72a7", + "files": [ + ".json", + ".mp3" + ], + "subMetas": {}, + "userData": { + "downloadMode": 0 + } +} diff --git a/assets/_Game/Sounds/Gacha/rewardchest.mp3 b/assets/_Game/Sounds/Gacha/rewardchest.mp3 new file mode 100644 index 0000000..82c236d Binary files /dev/null and b/assets/_Game/Sounds/Gacha/rewardchest.mp3 differ diff --git a/assets/_Game/Sounds/Gacha/rewardchest.mp3.meta b/assets/_Game/Sounds/Gacha/rewardchest.mp3.meta new file mode 100644 index 0000000..b015485 --- /dev/null +++ b/assets/_Game/Sounds/Gacha/rewardchest.mp3.meta @@ -0,0 +1,14 @@ +{ + "ver": "1.0.0", + "importer": "audio-clip", + "imported": true, + "uuid": "37e56b7e-d9f1-46d7-8df3-21766bd1c253", + "files": [ + ".json", + ".mp3" + ], + "subMetas": {}, + "userData": { + "downloadMode": 0 + } +} diff --git a/assets/_Game/Sounds/Theme/Vital Garden/secretbox_active.mp3 b/assets/_Game/Sounds/Gacha/secretbox_active.mp3 similarity index 100% rename from assets/_Game/Sounds/Theme/Vital Garden/secretbox_active.mp3 rename to assets/_Game/Sounds/Gacha/secretbox_active.mp3 diff --git a/assets/_Game/Sounds/Theme/Vital Garden/secretbox_active.mp3.meta b/assets/_Game/Sounds/Gacha/secretbox_active.mp3.meta similarity index 100% rename from assets/_Game/Sounds/Theme/Vital Garden/secretbox_active.mp3.meta rename to assets/_Game/Sounds/Gacha/secretbox_active.mp3.meta diff --git a/assets/_Game/Sounds/Theme/Vital Garden/secretbox_boxshow.mp3 b/assets/_Game/Sounds/Gacha/secretbox_boxshow.mp3 similarity index 100% rename from assets/_Game/Sounds/Theme/Vital Garden/secretbox_boxshow.mp3 rename to assets/_Game/Sounds/Gacha/secretbox_boxshow.mp3 diff --git a/assets/_Game/Sounds/Theme/Vital Garden/secretbox_boxshow.mp3.meta b/assets/_Game/Sounds/Gacha/secretbox_boxshow.mp3.meta similarity index 100% rename from assets/_Game/Sounds/Theme/Vital Garden/secretbox_boxshow.mp3.meta rename to assets/_Game/Sounds/Gacha/secretbox_boxshow.mp3.meta diff --git a/assets/_Game/Sounds/Theme/Vital Garden/secretbox_reward_select.mp3 b/assets/_Game/Sounds/Gacha/secretbox_reward_select.mp3 similarity index 100% rename from assets/_Game/Sounds/Theme/Vital Garden/secretbox_reward_select.mp3 rename to assets/_Game/Sounds/Gacha/secretbox_reward_select.mp3 diff --git a/assets/_Game/Sounds/Theme/Vital Garden/secretbox_reward_select.mp3.meta b/assets/_Game/Sounds/Gacha/secretbox_reward_select.mp3.meta similarity index 100% rename from assets/_Game/Sounds/Theme/Vital Garden/secretbox_reward_select.mp3.meta rename to assets/_Game/Sounds/Gacha/secretbox_reward_select.mp3.meta diff --git a/assets/_Game/Sounds/Theme/Vital Garden/secretbox_reward_switch.mp3 b/assets/_Game/Sounds/Gacha/secretbox_reward_switch.mp3 similarity index 100% rename from assets/_Game/Sounds/Theme/Vital Garden/secretbox_reward_switch.mp3 rename to assets/_Game/Sounds/Gacha/secretbox_reward_switch.mp3 diff --git a/assets/_Game/Sounds/Theme/Vital Garden/secretbox_reward_switch.mp3.meta b/assets/_Game/Sounds/Gacha/secretbox_reward_switch.mp3.meta similarity index 100% rename from assets/_Game/Sounds/Theme/Vital Garden/secretbox_reward_switch.mp3.meta rename to assets/_Game/Sounds/Gacha/secretbox_reward_switch.mp3.meta