diff --git a/assets/Scripts/chat18x/ui/panels/PurchasePanel.ts b/assets/Scripts/chat18x/ui/panels/PurchasePanel.ts index 32679eee..c19317ae 100644 --- a/assets/Scripts/chat18x/ui/panels/PurchasePanel.ts +++ b/assets/Scripts/chat18x/ui/panels/PurchasePanel.ts @@ -265,6 +265,13 @@ export class PurchasePanel extends li_BaseView { walletData.balance = Number(resData.balance); walletData.vipExpire = Number(resData.vipExpire); // 刷新界面 + + TipsPanel.show(LanguageUtils.getText("payment.succeed")); + } else { + if (res && res.code) { + const key = "error_code_" + res.code; + TipsPanel.show(LanguageUtils.getText(key)); + } } } diff --git a/assets/Scripts/chat18x/ui/panels/SettingPanel.ts b/assets/Scripts/chat18x/ui/panels/SettingPanel.ts index 47af0505..0e130ab9 100644 --- a/assets/Scripts/chat18x/ui/panels/SettingPanel.ts +++ b/assets/Scripts/chat18x/ui/panels/SettingPanel.ts @@ -167,6 +167,7 @@ export class SettingPanel extends li_BaseView { // GButton.BandClick(this._nodeTab.Language2, this.swithcToHi, this); GButton.BandClick(this._nodeTab.closeBtn, this.onClickClose, this); + GButton.BandClick(this._nodeTab.bgClicker, this.onClickClose, this); this.languageButtons.forEach((langBtn) => { if (langBtn.button) { diff --git a/assets/Scripts/chat18x/uiitems/PurchasePanelItem.ts b/assets/Scripts/chat18x/uiitems/PurchasePanelItem.ts index abbdf078..4e894db6 100644 --- a/assets/Scripts/chat18x/uiitems/PurchasePanelItem.ts +++ b/assets/Scripts/chat18x/uiitems/PurchasePanelItem.ts @@ -36,7 +36,7 @@ export class PurchasePanelItem extends Component { const count = shopData.getCountById(this.goodId); this.count.string = count.toString(); const price = shopData.getOriginalPriceById(this.goodId); - this.price.string = price.toString(); + this.price.string = "$" + price.toString(); let path = ""; if (type == 1) { @@ -52,6 +52,9 @@ export class PurchasePanelItem extends Component { } async onClickThis() { - this.baseView.purchaseGood(this.goodId,this.baseView.getDefaultNetworkType()); + this.baseView.purchaseGood( + this.goodId, + this.baseView.getDefaultNetworkType() + ); } } diff --git a/assets/bundles/Chat18x/SettingPanel.prefab b/assets/bundles/Chat18x/SettingPanel.prefab index fc7805a4..be827449 100644 --- a/assets/bundles/Chat18x/SettingPanel.prefab +++ b/assets/bundles/Chat18x/SettingPanel.prefab @@ -22,31 +22,25 @@ "__id__": 2 }, { - "__id__": 20 - }, - { - "__id__": 28 - }, - { - "__id__": 272 + "__id__": 12 } ], "_active": true, "_components": [ { - "__id__": 280 + "__id__": 290 }, { - "__id__": 282 + "__id__": 292 } ], "_prefab": { - "__id__": 284 + "__id__": 294 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 115.62400000000002, + "y": 0, "z": 0 }, "_lrot": { @@ -72,6 +66,254 @@ }, "_id": "" }, + { + "__type__": "cc.Node", + "_name": "bgClicker", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 3 + }, + { + "__id__": 5 + }, + { + "__id__": 7 + }, + { + "__id__": 9 + } + ], + "_prefab": { + "__id__": 11 + }, + "_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": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 4 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 1080, + "height": 2115 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e5mbQAooRFY6z72BypJ3/m" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 6 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 0 + }, + "_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": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "d5H6FDr4xOHY46yQ/I/pR7" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 8 + }, + "clickEvents": [], + "_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__": 2 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f1HM1+On9H8Yw7SwCC7ORa" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 10 + }, + "_alignFlags": 45, + "_target": null, + "_left": 0, + "_right": 0, + "_top": 0, + "_bottom": 0, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 100, + "_originalHeight": 40, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "faKmbqVvNAmrdc/H+lFivh" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "14844INjZGN6NPfH3+4iap", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, { "__type__": "cc.Node", "_name": "bg", @@ -82,23 +324,32 @@ }, "_children": [ { - "__id__": 3 + "__id__": 13 }, { - "__id__": 9 + "__id__": 19 + }, + { + "__id__": 25 + }, + { + "__id__": 33 + }, + { + "__id__": 277 } ], "_active": true, "_components": [ { - "__id__": 15 + "__id__": 285 }, { - "__id__": 17 + "__id__": 287 } ], "_prefab": { - "__id__": 19 + "__id__": 289 }, "_lpos": { "__type__": "cc.Vec3", @@ -135,20 +386,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2 + "__id__": 12 }, "_children": [], "_active": true, "_components": [ { - "__id__": 4 + "__id__": 14 }, { - "__id__": 6 + "__id__": 16 } ], "_prefab": { - "__id__": 8 + "__id__": 18 }, "_lpos": { "__type__": "cc.Vec3", @@ -185,11 +436,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3 + "__id__": 13 }, "_enabled": true, "__prefab": { - "__id__": 5 + "__id__": 15 }, "_contentSize": { "__type__": "cc.Size", @@ -213,11 +464,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3 + "__id__": 13 }, "_enabled": true, "__prefab": { - "__id__": 7 + "__id__": 17 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -271,20 +522,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2 + "__id__": 12 }, "_children": [], "_active": true, "_components": [ { - "__id__": 10 + "__id__": 20 }, { - "__id__": 12 + "__id__": 22 } ], "_prefab": { - "__id__": 14 + "__id__": 24 }, "_lpos": { "__type__": "cc.Vec3", @@ -321,11 +572,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 9 + "__id__": 19 }, "_enabled": true, "__prefab": { - "__id__": 11 + "__id__": 21 }, "_contentSize": { "__type__": "cc.Size", @@ -349,11 +600,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 9 + "__id__": 19 }, "_enabled": true, "__prefab": { - "__id__": 13 + "__id__": 23 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -401,106 +652,29 @@ "targetOverrides": null, "nestedPrefabInstanceRoots": null }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 2 - }, - "_enabled": true, - "__prefab": { - "__id__": 16 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 865, - "height": 900 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "2e1albMRFCg6gt+C0PdQkS" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 2 - }, - "_enabled": true, - "__prefab": { - "__id__": 18 - }, - "_alignFlags": 45, - "_target": null, - "_left": 0, - "_right": 0, - "_top": 0, - "_bottom": 0, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 100, - "_originalHeight": 100, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "51c3bZr4hMF7Ssi82fx/QR" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "22QBQZDU5G142RSjlDv8cU", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, { "__type__": "cc.Node", "_name": "title", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1 + "__id__": 12 }, "_children": [], "_active": true, "_components": [ { - "__id__": 21 + "__id__": 26 }, { - "__id__": 23 + "__id__": 28 }, { - "__id__": 25 + "__id__": 30 } ], "_prefab": { - "__id__": 27 + "__id__": 32 }, "_lpos": { "__type__": "cc.Vec3", @@ -537,11 +711,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 20 + "__id__": 25 }, "_enabled": true, "__prefab": { - "__id__": 22 + "__id__": 27 }, "_contentSize": { "__type__": "cc.Size", @@ -565,11 +739,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 20 + "__id__": 25 }, "_enabled": true, "__prefab": { - "__id__": 24 + "__id__": 29 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -633,11 +807,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 20 + "__id__": 25 }, "_enabled": true, "__prefab": { - "__id__": 26 + "__id__": 31 }, "languageKey": "settingpanel.title", "defaultText": "", @@ -667,27 +841,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1 + "__id__": 12 }, "_children": [ { - "__id__": 29 + "__id__": 34 }, { - "__id__": 95 + "__id__": 100 }, { - "__id__": 153 + "__id__": 158 } ], "_active": true, "_components": [ { - "__id__": 269 + "__id__": 274 } ], "_prefab": { - "__id__": 271 + "__id__": 276 }, "_lpos": { "__type__": "cc.Vec3", @@ -724,27 +898,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 28 + "__id__": 33 }, "_children": [ { - "__id__": 30 + "__id__": 35 }, { - "__id__": 82 + "__id__": 87 } ], "_active": true, "_components": [ { - "__id__": 90 + "__id__": 95 }, { - "__id__": 92 + "__id__": 97 } ], "_prefab": { - "__id__": 94 + "__id__": 99 }, "_lpos": { "__type__": "cc.Vec3", @@ -781,30 +955,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 29 + "__id__": 34 }, "_children": [ { - "__id__": 31 + "__id__": 36 }, { - "__id__": 53 + "__id__": 58 } ], "_active": true, "_components": [ { - "__id__": 75 + "__id__": 80 }, { - "__id__": 77 + "__id__": 82 }, { - "__id__": 79 + "__id__": 84 } ], "_prefab": { - "__id__": 81 + "__id__": 86 }, "_lpos": { "__type__": "cc.Vec3", @@ -841,27 +1015,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 30 + "__id__": 35 }, "_children": [ { - "__id__": 32 + "__id__": 37 }, { - "__id__": 40 + "__id__": 45 } ], "_active": true, "_components": [ { - "__id__": 48 + "__id__": 53 }, { - "__id__": 50 + "__id__": 55 } ], "_prefab": { - "__id__": 52 + "__id__": 57 }, "_lpos": { "__type__": "cc.Vec3", @@ -898,23 +1072,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 31 + "__id__": 36 }, "_children": [], "_active": true, "_components": [ { - "__id__": 33 + "__id__": 38 }, { - "__id__": 35 + "__id__": 40 }, { - "__id__": 37 + "__id__": 42 } ], "_prefab": { - "__id__": 39 + "__id__": 44 }, "_lpos": { "__type__": "cc.Vec3", @@ -951,11 +1125,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 32 + "__id__": 37 }, "_enabled": true, "__prefab": { - "__id__": 34 + "__id__": 39 }, "_contentSize": { "__type__": "cc.Size", @@ -979,11 +1153,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 32 + "__id__": 37 }, "_enabled": true, "__prefab": { - "__id__": 36 + "__id__": 41 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1050,11 +1224,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 32 + "__id__": 37 }, "_enabled": true, "__prefab": { - "__id__": 38 + "__id__": 43 }, "languageKey": "settingpanel.on", "defaultText": "", @@ -1084,23 +1258,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 31 + "__id__": 36 }, "_children": [], "_active": true, "_components": [ { - "__id__": 41 + "__id__": 46 }, { - "__id__": 43 + "__id__": 48 }, { - "__id__": 45 + "__id__": 50 } ], "_prefab": { - "__id__": 47 + "__id__": 52 }, "_lpos": { "__type__": "cc.Vec3", @@ -1137,11 +1311,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 40 + "__id__": 45 }, "_enabled": true, "__prefab": { - "__id__": 42 + "__id__": 47 }, "_contentSize": { "__type__": "cc.Size", @@ -1165,11 +1339,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 40 + "__id__": 45 }, "_enabled": true, "__prefab": { - "__id__": 44 + "__id__": 49 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1236,11 +1410,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 40 + "__id__": 45 }, "_enabled": true, "__prefab": { - "__id__": 46 + "__id__": 51 }, "languageKey": "settingpanel.off", "defaultText": "", @@ -1270,11 +1444,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 31 + "__id__": 36 }, "_enabled": true, "__prefab": { - "__id__": 49 + "__id__": 54 }, "_contentSize": { "__type__": "cc.Size", @@ -1298,11 +1472,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 31 + "__id__": 36 }, "_enabled": true, "__prefab": { - "__id__": 51 + "__id__": 56 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1356,27 +1530,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 30 + "__id__": 35 }, "_children": [ { - "__id__": 54 + "__id__": 59 }, { - "__id__": 62 + "__id__": 67 } ], "_active": true, "_components": [ { - "__id__": 70 + "__id__": 75 }, { - "__id__": 72 + "__id__": 77 } ], "_prefab": { - "__id__": 74 + "__id__": 79 }, "_lpos": { "__type__": "cc.Vec3", @@ -1413,23 +1587,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 53 + "__id__": 58 }, "_children": [], "_active": true, "_components": [ { - "__id__": 55 + "__id__": 60 }, { - "__id__": 57 + "__id__": 62 }, { - "__id__": 59 + "__id__": 64 } ], "_prefab": { - "__id__": 61 + "__id__": 66 }, "_lpos": { "__type__": "cc.Vec3", @@ -1466,11 +1640,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 54 + "__id__": 59 }, "_enabled": true, "__prefab": { - "__id__": 56 + "__id__": 61 }, "_contentSize": { "__type__": "cc.Size", @@ -1494,11 +1668,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 54 + "__id__": 59 }, "_enabled": true, "__prefab": { - "__id__": 58 + "__id__": 63 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1565,11 +1739,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 54 + "__id__": 59 }, "_enabled": true, "__prefab": { - "__id__": 60 + "__id__": 65 }, "languageKey": "settingpanel.on", "defaultText": "", @@ -1599,23 +1773,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 53 + "__id__": 58 }, "_children": [], "_active": true, "_components": [ { - "__id__": 63 + "__id__": 68 }, { - "__id__": 65 + "__id__": 70 }, { - "__id__": 67 + "__id__": 72 } ], "_prefab": { - "__id__": 69 + "__id__": 74 }, "_lpos": { "__type__": "cc.Vec3", @@ -1652,11 +1826,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 62 + "__id__": 67 }, "_enabled": true, "__prefab": { - "__id__": 64 + "__id__": 69 }, "_contentSize": { "__type__": "cc.Size", @@ -1680,11 +1854,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 62 + "__id__": 67 }, "_enabled": true, "__prefab": { - "__id__": 66 + "__id__": 71 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1751,11 +1925,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 62 + "__id__": 67 }, "_enabled": true, "__prefab": { - "__id__": 68 + "__id__": 73 }, "languageKey": "settingpanel.off", "defaultText": "", @@ -1785,11 +1959,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 53 + "__id__": 58 }, "_enabled": true, "__prefab": { - "__id__": 71 + "__id__": 76 }, "_contentSize": { "__type__": "cc.Size", @@ -1813,11 +1987,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 53 + "__id__": 58 }, "_enabled": true, "__prefab": { - "__id__": 73 + "__id__": 78 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1871,11 +2045,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 30 + "__id__": 35 }, "_enabled": true, "__prefab": { - "__id__": 76 + "__id__": 81 }, "_contentSize": { "__type__": "cc.Size", @@ -1899,11 +2073,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 30 + "__id__": 35 }, "_enabled": true, "__prefab": { - "__id__": 78 + "__id__": 83 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1944,11 +2118,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 30 + "__id__": 35 }, "_enabled": true, "__prefab": { - "__id__": 80 + "__id__": 85 }, "clickEvents": [], "_interactable": true, @@ -2013,23 +2187,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 29 + "__id__": 34 }, "_children": [], "_active": true, "_components": [ { - "__id__": 83 + "__id__": 88 }, { - "__id__": 85 + "__id__": 90 }, { - "__id__": 87 + "__id__": 92 } ], "_prefab": { - "__id__": 89 + "__id__": 94 }, "_lpos": { "__type__": "cc.Vec3", @@ -2066,11 +2240,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 82 + "__id__": 87 }, "_enabled": true, "__prefab": { - "__id__": 84 + "__id__": 89 }, "_contentSize": { "__type__": "cc.Size", @@ -2094,11 +2268,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 82 + "__id__": 87 }, "_enabled": true, "__prefab": { - "__id__": 86 + "__id__": 91 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2165,11 +2339,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 82 + "__id__": 87 }, "_enabled": true, "__prefab": { - "__id__": 88 + "__id__": 93 }, "languageKey": "settingpanel.music", "defaultText": "", @@ -2199,11 +2373,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 29 + "__id__": 34 }, "_enabled": true, "__prefab": { - "__id__": 91 + "__id__": 96 }, "_contentSize": { "__type__": "cc.Size", @@ -2227,11 +2401,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 29 + "__id__": 34 }, "_enabled": false, "__prefab": { - "__id__": 93 + "__id__": 98 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2285,27 +2459,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 28 + "__id__": 33 }, "_children": [ { - "__id__": 96 + "__id__": 101 }, { - "__id__": 140 + "__id__": 145 } ], "_active": true, "_components": [ { - "__id__": 148 + "__id__": 153 }, { - "__id__": 150 + "__id__": 155 } ], "_prefab": { - "__id__": 152 + "__id__": 157 }, "_lpos": { "__type__": "cc.Vec3", @@ -2342,30 +2516,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 95 + "__id__": 100 }, "_children": [ { - "__id__": 97 + "__id__": 102 }, { - "__id__": 115 + "__id__": 120 } ], "_active": true, "_components": [ { - "__id__": 133 + "__id__": 138 }, { - "__id__": 135 + "__id__": 140 }, { - "__id__": 137 + "__id__": 142 } ], "_prefab": { - "__id__": 139 + "__id__": 144 }, "_lpos": { "__type__": "cc.Vec3", @@ -2402,27 +2576,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 96 + "__id__": 101 }, "_children": [ { - "__id__": 98 + "__id__": 103 }, { - "__id__": 104 + "__id__": 109 } ], "_active": true, "_components": [ { - "__id__": 110 + "__id__": 115 }, { - "__id__": 112 + "__id__": 117 } ], "_prefab": { - "__id__": 114 + "__id__": 119 }, "_lpos": { "__type__": "cc.Vec3", @@ -2459,20 +2633,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 97 + "__id__": 102 }, "_children": [], "_active": true, "_components": [ { - "__id__": 99 + "__id__": 104 }, { - "__id__": 101 + "__id__": 106 } ], "_prefab": { - "__id__": 103 + "__id__": 108 }, "_lpos": { "__type__": "cc.Vec3", @@ -2509,11 +2683,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 98 + "__id__": 103 }, "_enabled": true, "__prefab": { - "__id__": 100 + "__id__": 105 }, "_contentSize": { "__type__": "cc.Size", @@ -2537,11 +2711,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 98 + "__id__": 103 }, "_enabled": true, "__prefab": { - "__id__": 102 + "__id__": 107 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2621,20 +2795,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 97 + "__id__": 102 }, "_children": [], "_active": true, "_components": [ { - "__id__": 105 + "__id__": 110 }, { - "__id__": 107 + "__id__": 112 } ], "_prefab": { - "__id__": 109 + "__id__": 114 }, "_lpos": { "__type__": "cc.Vec3", @@ -2671,11 +2845,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 104 + "__id__": 109 }, "_enabled": true, "__prefab": { - "__id__": 106 + "__id__": 111 }, "_contentSize": { "__type__": "cc.Size", @@ -2699,11 +2873,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 104 + "__id__": 109 }, "_enabled": true, "__prefab": { - "__id__": 108 + "__id__": 113 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2783,11 +2957,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 97 + "__id__": 102 }, "_enabled": true, "__prefab": { - "__id__": 111 + "__id__": 116 }, "_contentSize": { "__type__": "cc.Size", @@ -2811,11 +2985,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 97 + "__id__": 102 }, "_enabled": true, "__prefab": { - "__id__": 113 + "__id__": 118 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2869,27 +3043,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 96 + "__id__": 101 }, "_children": [ { - "__id__": 116 + "__id__": 121 }, { - "__id__": 122 + "__id__": 127 } ], "_active": true, "_components": [ { - "__id__": 128 + "__id__": 133 }, { - "__id__": 130 + "__id__": 135 } ], "_prefab": { - "__id__": 132 + "__id__": 137 }, "_lpos": { "__type__": "cc.Vec3", @@ -2926,20 +3100,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 115 + "__id__": 120 }, "_children": [], "_active": true, "_components": [ { - "__id__": 117 + "__id__": 122 }, { - "__id__": 119 + "__id__": 124 } ], "_prefab": { - "__id__": 121 + "__id__": 126 }, "_lpos": { "__type__": "cc.Vec3", @@ -2976,11 +3150,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 116 + "__id__": 121 }, "_enabled": true, "__prefab": { - "__id__": 118 + "__id__": 123 }, "_contentSize": { "__type__": "cc.Size", @@ -3004,11 +3178,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 116 + "__id__": 121 }, "_enabled": true, "__prefab": { - "__id__": 120 + "__id__": 125 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3088,20 +3262,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 115 + "__id__": 120 }, "_children": [], "_active": true, "_components": [ { - "__id__": 123 + "__id__": 128 }, { - "__id__": 125 + "__id__": 130 } ], "_prefab": { - "__id__": 127 + "__id__": 132 }, "_lpos": { "__type__": "cc.Vec3", @@ -3138,11 +3312,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 122 + "__id__": 127 }, "_enabled": true, "__prefab": { - "__id__": 124 + "__id__": 129 }, "_contentSize": { "__type__": "cc.Size", @@ -3166,11 +3340,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 122 + "__id__": 127 }, "_enabled": true, "__prefab": { - "__id__": 126 + "__id__": 131 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3250,11 +3424,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 115 + "__id__": 120 }, "_enabled": true, "__prefab": { - "__id__": 129 + "__id__": 134 }, "_contentSize": { "__type__": "cc.Size", @@ -3278,11 +3452,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 115 + "__id__": 120 }, "_enabled": true, "__prefab": { - "__id__": 131 + "__id__": 136 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3336,11 +3510,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 96 + "__id__": 101 }, "_enabled": true, "__prefab": { - "__id__": 134 + "__id__": 139 }, "_contentSize": { "__type__": "cc.Size", @@ -3364,11 +3538,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 96 + "__id__": 101 }, "_enabled": true, "__prefab": { - "__id__": 136 + "__id__": 141 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3409,11 +3583,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 96 + "__id__": 101 }, "_enabled": true, "__prefab": { - "__id__": 138 + "__id__": 143 }, "clickEvents": [], "_interactable": true, @@ -3478,23 +3652,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 95 + "__id__": 100 }, "_children": [], "_active": true, "_components": [ { - "__id__": 141 + "__id__": 146 }, { - "__id__": 143 + "__id__": 148 }, { - "__id__": 145 + "__id__": 150 } ], "_prefab": { - "__id__": 147 + "__id__": 152 }, "_lpos": { "__type__": "cc.Vec3", @@ -3531,11 +3705,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 140 + "__id__": 145 }, "_enabled": true, "__prefab": { - "__id__": 142 + "__id__": 147 }, "_contentSize": { "__type__": "cc.Size", @@ -3559,11 +3733,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 140 + "__id__": 145 }, "_enabled": true, "__prefab": { - "__id__": 144 + "__id__": 149 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3630,11 +3804,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 140 + "__id__": 145 }, "_enabled": true, "__prefab": { - "__id__": 146 + "__id__": 151 }, "languageKey": "settingpanel.sound", "defaultText": "", @@ -3664,11 +3838,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 95 + "__id__": 100 }, "_enabled": true, "__prefab": { - "__id__": 149 + "__id__": 154 }, "_contentSize": { "__type__": "cc.Size", @@ -3692,11 +3866,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 95 + "__id__": 100 }, "_enabled": false, "__prefab": { - "__id__": 151 + "__id__": 156 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3750,30 +3924,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 28 + "__id__": 33 }, "_children": [ { - "__id__": 154 + "__id__": 159 }, { - "__id__": 194 + "__id__": 199 }, { - "__id__": 202 + "__id__": 207 } ], "_active": true, "_components": [ { - "__id__": 264 + "__id__": 269 }, { - "__id__": 266 + "__id__": 271 } ], "_prefab": { - "__id__": 268 + "__id__": 273 }, "_lpos": { "__type__": "cc.Vec3", @@ -3810,33 +3984,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 153 + "__id__": 158 }, "_children": [ { - "__id__": 155 + "__id__": 160 }, { - "__id__": 171 + "__id__": 176 }, { - "__id__": 177 + "__id__": 182 }, { - "__id__": 183 + "__id__": 188 } ], "_active": true, "_components": [ { - "__id__": 189 + "__id__": 194 }, { - "__id__": 191 + "__id__": 196 } ], "_prefab": { - "__id__": 193 + "__id__": 198 }, "_lpos": { "__type__": "cc.Vec3", @@ -3873,24 +4047,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 154 + "__id__": 159 }, "_children": [ { - "__id__": 156 + "__id__": 161 }, { - "__id__": 162 + "__id__": 167 } ], "_active": true, "_components": [ { - "__id__": 168 + "__id__": 173 } ], "_prefab": { - "__id__": 170 + "__id__": 175 }, "_lpos": { "__type__": "cc.Vec3", @@ -3927,20 +4101,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 155 + "__id__": 160 }, "_children": [], "_active": true, "_components": [ { - "__id__": 157 + "__id__": 162 }, { - "__id__": 159 + "__id__": 164 } ], "_prefab": { - "__id__": 161 + "__id__": 166 }, "_lpos": { "__type__": "cc.Vec3", @@ -3977,11 +4151,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 156 + "__id__": 161 }, "_enabled": true, "__prefab": { - "__id__": 158 + "__id__": 163 }, "_contentSize": { "__type__": "cc.Size", @@ -4005,11 +4179,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 156 + "__id__": 161 }, "_enabled": true, "__prefab": { - "__id__": 160 + "__id__": 165 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4063,20 +4237,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 155 + "__id__": 160 }, "_children": [], "_active": true, "_components": [ { - "__id__": 163 + "__id__": 168 }, { - "__id__": 165 + "__id__": 170 } ], "_prefab": { - "__id__": 167 + "__id__": 172 }, "_lpos": { "__type__": "cc.Vec3", @@ -4113,11 +4287,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 162 + "__id__": 167 }, "_enabled": true, "__prefab": { - "__id__": 164 + "__id__": 169 }, "_contentSize": { "__type__": "cc.Size", @@ -4141,11 +4315,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 162 + "__id__": 167 }, "_enabled": true, "__prefab": { - "__id__": 166 + "__id__": 171 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4199,11 +4373,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 155 + "__id__": 160 }, "_enabled": true, "__prefab": { - "__id__": 169 + "__id__": 174 }, "_contentSize": { "__type__": "cc.Size", @@ -4240,20 +4414,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 154 + "__id__": 159 }, "_children": [], "_active": true, "_components": [ { - "__id__": 172 + "__id__": 177 }, { - "__id__": 174 + "__id__": 179 } ], "_prefab": { - "__id__": 176 + "__id__": 181 }, "_lpos": { "__type__": "cc.Vec3", @@ -4290,11 +4464,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 171 + "__id__": 176 }, "_enabled": true, "__prefab": { - "__id__": 173 + "__id__": 178 }, "_contentSize": { "__type__": "cc.Size", @@ -4318,11 +4492,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 171 + "__id__": 176 }, "_enabled": true, "__prefab": { - "__id__": 175 + "__id__": 180 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4376,20 +4550,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 154 + "__id__": 159 }, "_children": [], "_active": false, "_components": [ { - "__id__": 178 + "__id__": 183 }, { - "__id__": 180 + "__id__": 185 } ], "_prefab": { - "__id__": 182 + "__id__": 187 }, "_lpos": { "__type__": "cc.Vec3", @@ -4426,11 +4600,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 177 + "__id__": 182 }, "_enabled": true, "__prefab": { - "__id__": 179 + "__id__": 184 }, "_contentSize": { "__type__": "cc.Size", @@ -4454,11 +4628,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 177 + "__id__": 182 }, "_enabled": true, "__prefab": { - "__id__": 181 + "__id__": 186 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4512,20 +4686,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 154 + "__id__": 159 }, "_children": [], "_active": true, "_components": [ { - "__id__": 184 + "__id__": 189 }, { - "__id__": 186 + "__id__": 191 } ], "_prefab": { - "__id__": 188 + "__id__": 193 }, "_lpos": { "__type__": "cc.Vec3", @@ -4562,11 +4736,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 183 + "__id__": 188 }, "_enabled": true, "__prefab": { - "__id__": 185 + "__id__": 190 }, "_contentSize": { "__type__": "cc.Size", @@ -4590,11 +4764,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 183 + "__id__": 188 }, "_enabled": true, "__prefab": { - "__id__": 187 + "__id__": 192 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4671,11 +4845,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 154 + "__id__": 159 }, "_enabled": true, "__prefab": { - "__id__": 190 + "__id__": 195 }, "_contentSize": { "__type__": "cc.Size", @@ -4699,11 +4873,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 154 + "__id__": 159 }, "_enabled": true, "__prefab": { - "__id__": 192 + "__id__": 197 }, "clickEvents": [], "_interactable": true, @@ -4768,23 +4942,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 153 + "__id__": 158 }, "_children": [], "_active": true, "_components": [ { - "__id__": 195 + "__id__": 200 }, { - "__id__": 197 + "__id__": 202 }, { - "__id__": 199 + "__id__": 204 } ], "_prefab": { - "__id__": 201 + "__id__": 206 }, "_lpos": { "__type__": "cc.Vec3", @@ -4821,11 +4995,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 194 + "__id__": 199 }, "_enabled": true, "__prefab": { - "__id__": 196 + "__id__": 201 }, "_contentSize": { "__type__": "cc.Size", @@ -4849,11 +5023,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 194 + "__id__": 199 }, "_enabled": true, "__prefab": { - "__id__": 198 + "__id__": 203 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4920,11 +5094,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 194 + "__id__": 199 }, "_enabled": true, "__prefab": { - "__id__": 200 + "__id__": 205 }, "languageKey": "settingpanel.language", "defaultText": "", @@ -4954,39 +5128,39 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 153 + "__id__": 158 }, "_children": [ { - "__id__": 203 + "__id__": 208 }, { - "__id__": 217 + "__id__": 222 }, { - "__id__": 223 + "__id__": 228 }, { - "__id__": 237 + "__id__": 242 }, { - "__id__": 243 + "__id__": 248 } ], "_active": true, "_components": [ { - "__id__": 257 + "__id__": 262 }, { - "__id__": 259 + "__id__": 264 }, { - "__id__": 261 + "__id__": 266 } ], "_prefab": { - "__id__": 263 + "__id__": 268 }, "_lpos": { "__type__": "cc.Vec3", @@ -5023,27 +5197,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 202 + "__id__": 207 }, "_children": [ { - "__id__": 204 + "__id__": 209 } ], "_active": true, "_components": [ { - "__id__": 210 + "__id__": 215 }, { - "__id__": 212 + "__id__": 217 }, { - "__id__": 214 + "__id__": 219 } ], "_prefab": { - "__id__": 216 + "__id__": 221 }, "_lpos": { "__type__": "cc.Vec3", @@ -5080,20 +5254,20 @@ "_objFlags": 512, "__editorExtras__": {}, "_parent": { - "__id__": 203 + "__id__": 208 }, "_children": [], "_active": true, "_components": [ { - "__id__": 205 + "__id__": 210 }, { - "__id__": 207 + "__id__": 212 } ], "_prefab": { - "__id__": 209 + "__id__": 214 }, "_lpos": { "__type__": "cc.Vec3", @@ -5130,11 +5304,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 204 + "__id__": 209 }, "_enabled": true, "__prefab": { - "__id__": 206 + "__id__": 211 }, "_contentSize": { "__type__": "cc.Size", @@ -5158,11 +5332,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 204 + "__id__": 209 }, "_enabled": true, "__prefab": { - "__id__": 208 + "__id__": 213 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5239,11 +5413,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 203 + "__id__": 208 }, "_enabled": true, "__prefab": { - "__id__": 211 + "__id__": 216 }, "_contentSize": { "__type__": "cc.Size", @@ -5267,11 +5441,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 203 + "__id__": 208 }, "_enabled": false, "__prefab": { - "__id__": 213 + "__id__": 218 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5312,11 +5486,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 203 + "__id__": 208 }, "_enabled": true, "__prefab": { - "__id__": 215 + "__id__": 220 }, "clickEvents": [], "_interactable": true, @@ -5368,7 +5542,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 203 + "__id__": 208 }, "_id": "" }, @@ -5395,20 +5569,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 202 + "__id__": 207 }, "_children": [], "_active": true, "_components": [ { - "__id__": 218 + "__id__": 223 }, { - "__id__": 220 + "__id__": 225 } ], "_prefab": { - "__id__": 222 + "__id__": 227 }, "_lpos": { "__type__": "cc.Vec3", @@ -5445,11 +5619,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 217 + "__id__": 222 }, "_enabled": true, "__prefab": { - "__id__": 219 + "__id__": 224 }, "_contentSize": { "__type__": "cc.Size", @@ -5473,11 +5647,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 217 + "__id__": 222 }, "_enabled": true, "__prefab": { - "__id__": 221 + "__id__": 226 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5531,27 +5705,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 202 + "__id__": 207 }, "_children": [ { - "__id__": 224 + "__id__": 229 } ], "_active": true, "_components": [ { - "__id__": 230 + "__id__": 235 }, { - "__id__": 232 + "__id__": 237 }, { - "__id__": 234 + "__id__": 239 } ], "_prefab": { - "__id__": 236 + "__id__": 241 }, "_lpos": { "__type__": "cc.Vec3", @@ -5588,20 +5762,20 @@ "_objFlags": 512, "__editorExtras__": {}, "_parent": { - "__id__": 223 + "__id__": 228 }, "_children": [], "_active": true, "_components": [ { - "__id__": 225 + "__id__": 230 }, { - "__id__": 227 + "__id__": 232 } ], "_prefab": { - "__id__": 229 + "__id__": 234 }, "_lpos": { "__type__": "cc.Vec3", @@ -5638,11 +5812,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 224 + "__id__": 229 }, "_enabled": true, "__prefab": { - "__id__": 226 + "__id__": 231 }, "_contentSize": { "__type__": "cc.Size", @@ -5666,11 +5840,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 224 + "__id__": 229 }, "_enabled": true, "__prefab": { - "__id__": 228 + "__id__": 233 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5747,11 +5921,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 223 + "__id__": 228 }, "_enabled": true, "__prefab": { - "__id__": 231 + "__id__": 236 }, "_contentSize": { "__type__": "cc.Size", @@ -5775,11 +5949,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 223 + "__id__": 228 }, "_enabled": false, "__prefab": { - "__id__": 233 + "__id__": 238 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5820,11 +5994,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 223 + "__id__": 228 }, "_enabled": true, "__prefab": { - "__id__": 235 + "__id__": 240 }, "clickEvents": [], "_interactable": true, @@ -5876,7 +6050,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 223 + "__id__": 228 }, "_id": "" }, @@ -5903,20 +6077,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 202 + "__id__": 207 }, "_children": [], "_active": true, "_components": [ { - "__id__": 238 + "__id__": 243 }, { - "__id__": 240 + "__id__": 245 } ], "_prefab": { - "__id__": 242 + "__id__": 247 }, "_lpos": { "__type__": "cc.Vec3", @@ -5953,11 +6127,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 237 + "__id__": 242 }, "_enabled": true, "__prefab": { - "__id__": 239 + "__id__": 244 }, "_contentSize": { "__type__": "cc.Size", @@ -5981,11 +6155,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 237 + "__id__": 242 }, "_enabled": true, "__prefab": { - "__id__": 241 + "__id__": 246 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6039,27 +6213,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 202 + "__id__": 207 }, "_children": [ { - "__id__": 244 + "__id__": 249 } ], "_active": true, "_components": [ { - "__id__": 250 + "__id__": 255 }, { - "__id__": 252 + "__id__": 257 }, { - "__id__": 254 + "__id__": 259 } ], "_prefab": { - "__id__": 256 + "__id__": 261 }, "_lpos": { "__type__": "cc.Vec3", @@ -6096,20 +6270,20 @@ "_objFlags": 512, "__editorExtras__": {}, "_parent": { - "__id__": 243 + "__id__": 248 }, "_children": [], "_active": true, "_components": [ { - "__id__": 245 + "__id__": 250 }, { - "__id__": 247 + "__id__": 252 } ], "_prefab": { - "__id__": 249 + "__id__": 254 }, "_lpos": { "__type__": "cc.Vec3", @@ -6146,11 +6320,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 244 + "__id__": 249 }, "_enabled": true, "__prefab": { - "__id__": 246 + "__id__": 251 }, "_contentSize": { "__type__": "cc.Size", @@ -6174,11 +6348,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 244 + "__id__": 249 }, "_enabled": true, "__prefab": { - "__id__": 248 + "__id__": 253 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6255,11 +6429,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 243 + "__id__": 248 }, "_enabled": true, "__prefab": { - "__id__": 251 + "__id__": 256 }, "_contentSize": { "__type__": "cc.Size", @@ -6283,11 +6457,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 243 + "__id__": 248 }, "_enabled": false, "__prefab": { - "__id__": 253 + "__id__": 258 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6328,11 +6502,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 243 + "__id__": 248 }, "_enabled": true, "__prefab": { - "__id__": 255 + "__id__": 260 }, "clickEvents": [], "_interactable": true, @@ -6384,7 +6558,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 243 + "__id__": 248 }, "_id": "" }, @@ -6411,11 +6585,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 202 + "__id__": 207 }, "_enabled": true, "__prefab": { - "__id__": 258 + "__id__": 263 }, "_contentSize": { "__type__": "cc.Size", @@ -6439,11 +6613,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 202 + "__id__": 207 }, "_enabled": true, "__prefab": { - "__id__": 260 + "__id__": 265 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6484,11 +6658,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 202 + "__id__": 207 }, "_enabled": true, "__prefab": { - "__id__": 262 + "__id__": 267 }, "_resizeMode": 1, "_layoutType": 2, @@ -6535,11 +6709,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 153 + "__id__": 158 }, "_enabled": true, "__prefab": { - "__id__": 265 + "__id__": 270 }, "_contentSize": { "__type__": "cc.Size", @@ -6563,11 +6737,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 153 + "__id__": 158 }, "_enabled": false, "__prefab": { - "__id__": 267 + "__id__": 272 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6621,11 +6795,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 28 + "__id__": 33 }, "_enabled": true, "__prefab": { - "__id__": 270 + "__id__": 275 }, "_contentSize": { "__type__": "cc.Size", @@ -6662,23 +6836,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1 + "__id__": 12 }, "_children": [], "_active": true, "_components": [ { - "__id__": 273 + "__id__": 278 }, { - "__id__": 275 + "__id__": 280 }, { - "__id__": 277 + "__id__": 282 } ], "_prefab": { - "__id__": 279 + "__id__": 284 }, "_lpos": { "__type__": "cc.Vec3", @@ -6715,11 +6889,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 272 + "__id__": 277 }, "_enabled": true, "__prefab": { - "__id__": 274 + "__id__": 279 }, "_contentSize": { "__type__": "cc.Size", @@ -6743,11 +6917,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 272 + "__id__": 277 }, "_enabled": true, "__prefab": { - "__id__": 276 + "__id__": 281 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6788,11 +6962,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 272 + "__id__": 277 }, "_enabled": true, "__prefab": { - "__id__": 278 + "__id__": 283 }, "clickEvents": [], "_interactable": true, @@ -6857,16 +7031,93 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1 + "__id__": 12 }, "_enabled": true, "__prefab": { - "__id__": 281 + "__id__": 286 }, "_contentSize": { "__type__": "cc.Size", "width": 865, - "height": 900 + "height": 1000 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "2e1albMRFCg6gt+C0PdQkS" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 12 + }, + "_enabled": true, + "__prefab": { + "__id__": 288 + }, + "_alignFlags": 18, + "_target": null, + "_left": 382.5, + "_right": 382.5, + "_top": 400, + "_bottom": 400, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 100, + "_originalHeight": 100, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "51c3bZr4hMF7Ssi82fx/QR" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "22QBQZDU5G142RSjlDv8cU", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 291 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 1080, + "height": 2115 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -6889,14 +7140,14 @@ }, "_enabled": true, "__prefab": { - "__id__": 283 + "__id__": 293 }, "m_rootNode": null, "titleLabel": { - "__id__": 23 + "__id__": 28 }, "panelBg": { - "__id__": 2 + "__id__": 12 }, "_id": "" },