From e7d3b71c9d6e441f87b45fe6bcf94556c393fedc Mon Sep 17 00:00:00 2001 From: TJH Date: Mon, 8 Jun 2026 13:51:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=87=BB=E4=BD=99=E9=A2=9D=E6=A0=8F?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E5=BD=93=E5=89=8D=E4=BD=99=E9=A2=9D=EF=BC=8C?= =?UTF-8?q?=E4=B8=8B=E6=B3=A8=E6=97=B6=E4=BD=99=E9=A2=9D=E4=B8=8D=E8=B6=B3?= =?UTF-8?q?=E5=9C=A8=E6=9C=AC=E5=9C=B0=E7=9B=B4=E6=8E=A5=E6=8B=A6=E6=88=AA?= =?UTF-8?q?=E4=B8=8D=E8=B5=B0spin=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Game/Scripts/SlotBar.ts | 7 +- assets/Game/Scripts/SlotScene.ts | 9 + assets/Game/SlotScene.prefab | 1661 ++++++++++++++++-------------- assets/Main/Scripts/main/comm.ts | 23 + 4 files changed, 905 insertions(+), 795 deletions(-) diff --git a/assets/Game/Scripts/SlotBar.ts b/assets/Game/Scripts/SlotBar.ts index 8906aef..01eb181 100644 --- a/assets/Game/Scripts/SlotBar.ts +++ b/assets/Game/Scripts/SlotBar.ts @@ -1,6 +1,6 @@ import { _decorator, Animation, Button, Component, Label, Node, sp, Sprite, tween, Tween, UIOpacity, Vec3, } from "cc"; import { SLOT_BAR_EVENT } from "./Define"; -import { gold2cash } from "../../Main/Scripts/main/comm"; +import { callGameBalanceApi, getGameId, gold2cash } from "../../Main/Scripts/main/comm"; import { AudioManager } from "../../Main/Scripts/managers/AudioManager"; import { GameDataManager } from "../../Main/Scripts/managers/GameDataManager"; import { I18nManager } from "../../Main/Scripts/managers/I18nManager"; @@ -537,6 +537,11 @@ export class SlotBar extends Component { }); } + async onClickBalance() { + let balacneData = await callGameBalanceApi({ GameId: getGameId() }); + this.setBalance(balacneData.Balance) + } + setLeftAutoCount(count: number) { let num = this.getBtnNode(Btn_Key.StopAutoSpinBtn) .getChildByName("num") diff --git a/assets/Game/Scripts/SlotScene.ts b/assets/Game/Scripts/SlotScene.ts index 07be64d..b1428ae 100644 --- a/assets/Game/Scripts/SlotScene.ts +++ b/assets/Game/Scripts/SlotScene.ts @@ -220,6 +220,13 @@ export class SlotScene extends Component { this.slotBar.setWin(0); } + if (this.slotBar.getBalance() < this.slotBar.getBet()) { + //余额不足不经过服务器,在客户端拦截 + this.showErrorTip(2, ""); + this.handleErrSpin(); + return + } + let msg = !this.isFeatureBuySpin && buyType == 0 ? { Bet: this.slotBar.getBet(), IsDouble: this.isDoubleWin, } : { Bet: this.slotBar.getBet(), IsBuy: true, BuyType: buyType, IsDouble: this.isDoubleWin, }; @@ -944,6 +951,8 @@ export class SlotScene extends Component { this.spinData.SpinScore = 0; this.slotGame.stopScroll(this.spinData); this.slotBar.setBalance(this.spinInfo.Balance); + this.slotBar.closeAutoSpin(); + } openFirstChooseDiff() { diff --git a/assets/Game/SlotScene.prefab b/assets/Game/SlotScene.prefab index 5326c33..296ea3e 100644 --- a/assets/Game/SlotScene.prefab +++ b/assets/Game/SlotScene.prefab @@ -25,26 +25,26 @@ "__id__": 650 }, { - "__id__": 1157 + "__id__": 1160 }, { - "__id__": 1176 + "__id__": 1179 } ], "_active": true, "_components": [ { - "__id__": 1191 + "__id__": 1194 }, { - "__id__": 1193 + "__id__": 1196 }, { - "__id__": 1195 + "__id__": 1198 } ], "_prefab": { - "__id__": 1197 + "__id__": 1200 }, "_lpos": { "__type__": "cc.Vec3", @@ -6937,7 +6937,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 150, + "y": 149.9999999999999, "z": 0 }, "_lrot": { @@ -10229,7 +10229,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 1080, - "height": 1920 + "height": 1919.9999999999995 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -13303,7 +13303,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 1080, - "height": 1920 + "height": 1919.9999999999998 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -13414,35 +13414,35 @@ "__id__": 651 }, { - "__id__": 747 + "__id__": 750 }, { - "__id__": 877 + "__id__": 880 }, { - "__id__": 1007 + "__id__": 1010 }, { - "__id__": 1037 + "__id__": 1040 }, { - "__id__": 1127 + "__id__": 1130 } ], "_active": true, "_components": [ { - "__id__": 1136 + "__id__": 1139 }, { - "__id__": 1138 + "__id__": 1141 }, { - "__id__": 1140 + "__id__": 1143 } ], "_prefab": { - "__id__": 1156 + "__id__": 1159 }, "_lpos": { "__type__": "cc.Vec3", @@ -13486,17 +13486,17 @@ "__id__": 652 }, { - "__id__": 692 + "__id__": 695 } ], "_active": true, "_components": [ { - "__id__": 744 + "__id__": 747 } ], "_prefab": { - "__id__": 746 + "__id__": 749 }, "_lpos": { "__type__": "cc.Vec3", @@ -13543,17 +13543,17 @@ "__id__": 665 }, { - "__id__": 677 + "__id__": 680 } ], "_active": true, "_components": [ { - "__id__": 689 + "__id__": 692 } ], "_prefab": { - "__id__": 691 + "__id__": 694 }, "_lpos": { "__type__": "cc.Vec3", @@ -13880,10 +13880,13 @@ }, { "__id__": 674 + }, + { + "__id__": 676 } ], "_prefab": { - "__id__": 676 + "__id__": 679 }, "_lpos": { "__type__": "cc.Vec3", @@ -14123,6 +14126,76 @@ "__type__": "cc.CompPrefabInfo", "fileId": "74LKA/+EdKD5RQFt6Gj/tM" }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 665 + }, + "_enabled": true, + "__prefab": { + "__id__": 677 + }, + "clickEvents": [ + { + "__id__": 678 + } + ], + "_interactable": true, + "_transition": 0, + "_normalColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "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": null, + "_hoverSprite": null, + "_pressedSprite": null, + "_disabledSprite": null, + "_duration": 0.1, + "_zoomScale": 1.2, + "_target": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "8295dAkSFGzImGFcFigq0c" + }, + { + "__type__": "cc.ClickEvent", + "target": { + "__id__": 650 + }, + "component": "", + "_componentId": "b95476QoaZH66hYtUhlIWhd", + "handler": "onClickBalance", + "customEventData": "" + }, { "__type__": "cc.PrefabInfo", "root": { @@ -14146,20 +14219,20 @@ }, "_children": [ { - "__id__": 678 + "__id__": 681 } ], "_active": true, "_components": [ { - "__id__": 684 + "__id__": 687 }, { - "__id__": 686 + "__id__": 689 } ], "_prefab": { - "__id__": 688 + "__id__": 691 }, "_lpos": { "__type__": "cc.Vec3", @@ -14196,20 +14269,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 677 + "__id__": 680 }, "_children": [], "_active": true, "_components": [ { - "__id__": 679 + "__id__": 682 }, { - "__id__": 681 + "__id__": 684 } ], "_prefab": { - "__id__": 683 + "__id__": 686 }, "_lpos": { "__type__": "cc.Vec3", @@ -14246,11 +14319,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 678 + "__id__": 681 }, "_enabled": true, "__prefab": { - "__id__": 680 + "__id__": 683 }, "_contentSize": { "__type__": "cc.Size", @@ -14274,11 +14347,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 678 + "__id__": 681 }, "_enabled": true, "__prefab": { - "__id__": 682 + "__id__": 685 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14332,11 +14405,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 677 + "__id__": 680 }, "_enabled": true, "__prefab": { - "__id__": 685 + "__id__": 688 }, "_contentSize": { "__type__": "cc.Size", @@ -14360,11 +14433,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 677 + "__id__": 680 }, "_enabled": true, "__prefab": { - "__id__": 687 + "__id__": 690 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14422,7 +14495,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 690 + "__id__": 693 }, "_contentSize": { "__type__": "cc.Size", @@ -14463,32 +14536,32 @@ }, "_children": [ { - "__id__": 693 + "__id__": 696 }, { - "__id__": 703 + "__id__": 706 }, { - "__id__": 713 + "__id__": 716 }, { - "__id__": 723 + "__id__": 726 }, { - "__id__": 729 + "__id__": 732 }, { - "__id__": 735 + "__id__": 738 } ], "_active": true, "_components": [ { - "__id__": 741 + "__id__": 744 } ], "_prefab": { - "__id__": 743 + "__id__": 746 }, "_lpos": { "__type__": "cc.Vec3", @@ -14525,26 +14598,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 692 + "__id__": 695 }, "_children": [], "_active": true, "_components": [ { - "__id__": 694 + "__id__": 697 }, { - "__id__": 696 + "__id__": 699 }, { - "__id__": 698 + "__id__": 701 }, { - "__id__": 700 + "__id__": 703 } ], "_prefab": { - "__id__": 702 + "__id__": 705 }, "_lpos": { "__type__": "cc.Vec3", @@ -14581,11 +14654,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 693 + "__id__": 696 }, "_enabled": true, "__prefab": { - "__id__": 695 + "__id__": 698 }, "_contentSize": { "__type__": "cc.Size", @@ -14609,11 +14682,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 693 + "__id__": 696 }, "_enabled": true, "__prefab": { - "__id__": 697 + "__id__": 700 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14680,11 +14753,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 693 + "__id__": 696 }, "_enabled": true, "__prefab": { - "__id__": 699 + "__id__": 702 }, "key": "AID_MAIN_SHOW_BALANCE", "_id": "" @@ -14699,11 +14772,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 693 + "__id__": 696 }, "_enabled": true, "__prefab": { - "__id__": 701 + "__id__": 704 }, "isBold": true, "fontOther": { @@ -14755,26 +14828,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 692 + "__id__": 695 }, "_children": [], "_active": true, "_components": [ { - "__id__": 704 + "__id__": 707 }, { - "__id__": 706 + "__id__": 709 }, { - "__id__": 708 + "__id__": 711 }, { - "__id__": 710 + "__id__": 713 } ], "_prefab": { - "__id__": 712 + "__id__": 715 }, "_lpos": { "__type__": "cc.Vec3", @@ -14811,11 +14884,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 703 + "__id__": 706 }, "_enabled": true, "__prefab": { - "__id__": 705 + "__id__": 708 }, "_contentSize": { "__type__": "cc.Size", @@ -14839,11 +14912,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 703 + "__id__": 706 }, "_enabled": true, "__prefab": { - "__id__": 707 + "__id__": 710 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14910,11 +14983,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 703 + "__id__": 706 }, "_enabled": true, "__prefab": { - "__id__": 709 + "__id__": 712 }, "key": "AID_MAIN_SHOW_BET", "_id": "" @@ -14929,11 +15002,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 703 + "__id__": 706 }, "_enabled": true, "__prefab": { - "__id__": 711 + "__id__": 714 }, "isBold": true, "fontOther": { @@ -14985,26 +15058,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 692 + "__id__": 695 }, "_children": [], "_active": true, "_components": [ { - "__id__": 714 + "__id__": 717 }, { - "__id__": 716 + "__id__": 719 }, { - "__id__": 718 + "__id__": 721 }, { - "__id__": 720 + "__id__": 723 } ], "_prefab": { - "__id__": 722 + "__id__": 725 }, "_lpos": { "__type__": "cc.Vec3", @@ -15041,11 +15114,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 713 + "__id__": 716 }, "_enabled": true, "__prefab": { - "__id__": 715 + "__id__": 718 }, "_contentSize": { "__type__": "cc.Size", @@ -15069,11 +15142,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 713 + "__id__": 716 }, "_enabled": true, "__prefab": { - "__id__": 717 + "__id__": 720 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15140,11 +15213,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 713 + "__id__": 716 }, "_enabled": true, "__prefab": { - "__id__": 719 + "__id__": 722 }, "key": "AID_MAIN_SHOW_WIN", "_id": "" @@ -15159,11 +15232,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 713 + "__id__": 716 }, "_enabled": true, "__prefab": { - "__id__": 721 + "__id__": 724 }, "isBold": true, "fontOther": { @@ -15215,20 +15288,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 692 + "__id__": 695 }, "_children": [], "_active": true, "_components": [ { - "__id__": 724 + "__id__": 727 }, { - "__id__": 726 + "__id__": 729 } ], "_prefab": { - "__id__": 728 + "__id__": 731 }, "_lpos": { "__type__": "cc.Vec3", @@ -15265,11 +15338,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 723 + "__id__": 726 }, "_enabled": true, "__prefab": { - "__id__": 725 + "__id__": 728 }, "_contentSize": { "__type__": "cc.Size", @@ -15293,11 +15366,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 723 + "__id__": 726 }, "_enabled": true, "__prefab": { - "__id__": 727 + "__id__": 730 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15377,20 +15450,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 692 + "__id__": 695 }, "_children": [], "_active": true, "_components": [ { - "__id__": 730 + "__id__": 733 }, { - "__id__": 732 + "__id__": 735 } ], "_prefab": { - "__id__": 734 + "__id__": 737 }, "_lpos": { "__type__": "cc.Vec3", @@ -15427,11 +15500,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 729 + "__id__": 732 }, "_enabled": true, "__prefab": { - "__id__": 731 + "__id__": 734 }, "_contentSize": { "__type__": "cc.Size", @@ -15455,11 +15528,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 729 + "__id__": 732 }, "_enabled": true, "__prefab": { - "__id__": 733 + "__id__": 736 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15539,20 +15612,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 692 + "__id__": 695 }, "_children": [], "_active": true, "_components": [ { - "__id__": 736 + "__id__": 739 }, { - "__id__": 738 + "__id__": 741 } ], "_prefab": { - "__id__": 740 + "__id__": 743 }, "_lpos": { "__type__": "cc.Vec3", @@ -15589,11 +15662,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 735 + "__id__": 738 }, "_enabled": true, "__prefab": { - "__id__": 737 + "__id__": 740 }, "_contentSize": { "__type__": "cc.Size", @@ -15617,11 +15690,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 735 + "__id__": 738 }, "_enabled": true, "__prefab": { - "__id__": 739 + "__id__": 742 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15701,11 +15774,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 692 + "__id__": 695 }, "_enabled": true, "__prefab": { - "__id__": 742 + "__id__": 745 }, "_contentSize": { "__type__": "cc.Size", @@ -15746,7 +15819,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 745 + "__id__": 748 }, "_contentSize": { "__type__": "cc.Size", @@ -15787,41 +15860,41 @@ }, "_children": [ { - "__id__": 748 + "__id__": 751 }, { - "__id__": 763 + "__id__": 766 }, { - "__id__": 778 + "__id__": 781 }, { - "__id__": 789 + "__id__": 792 }, { - "__id__": 800 + "__id__": 803 }, { - "__id__": 815 + "__id__": 818 }, { - "__id__": 830 + "__id__": 833 }, { - "__id__": 845 + "__id__": 848 } ], "_active": true, "_components": [ { - "__id__": 872 + "__id__": 875 }, { - "__id__": 874 + "__id__": 877 } ], "_prefab": { - "__id__": 876 + "__id__": 879 }, "_lpos": { "__type__": "cc.Vec3", @@ -15858,27 +15931,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 747 + "__id__": 750 }, "_children": [ { - "__id__": 749 + "__id__": 752 } ], "_active": true, "_components": [ { - "__id__": 755 - }, - { - "__id__": 757 + "__id__": 758 }, { "__id__": 760 + }, + { + "__id__": 763 } ], "_prefab": { - "__id__": 762 + "__id__": 765 }, "_lpos": { "__type__": "cc.Vec3", @@ -15915,20 +15988,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 748 + "__id__": 751 }, "_children": [], "_active": true, "_components": [ { - "__id__": 750 + "__id__": 753 }, { - "__id__": 752 + "__id__": 755 } ], "_prefab": { - "__id__": 754 + "__id__": 757 }, "_lpos": { "__type__": "cc.Vec3", @@ -15965,11 +16038,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 749 + "__id__": 752 }, "_enabled": true, "__prefab": { - "__id__": 751 + "__id__": 754 }, "_contentSize": { "__type__": "cc.Size", @@ -15993,11 +16066,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 749 + "__id__": 752 }, "_enabled": true, "__prefab": { - "__id__": 753 + "__id__": 756 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16051,11 +16124,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 748 + "__id__": 751 }, "_enabled": true, "__prefab": { - "__id__": 756 + "__id__": 759 }, "_contentSize": { "__type__": "cc.Size", @@ -16079,15 +16152,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 748 + "__id__": 751 }, "_enabled": true, "__prefab": { - "__id__": 758 + "__id__": 761 }, "clickEvents": [ { - "__id__": 759 + "__id__": 762 } ], "_interactable": true, @@ -16139,7 +16212,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 748 + "__id__": 751 }, "_id": "" }, @@ -16163,11 +16236,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 748 + "__id__": 751 }, "_enabled": true, "__prefab": { - "__id__": 761 + "__id__": 764 }, "_opacity": 255, "_id": "" @@ -16195,27 +16268,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 747 + "__id__": 750 }, "_children": [ { - "__id__": 764 + "__id__": 767 } ], "_active": false, "_components": [ { - "__id__": 770 + "__id__": 773 }, { - "__id__": 772 + "__id__": 775 }, { - "__id__": 774 + "__id__": 777 } ], "_prefab": { - "__id__": 777 + "__id__": 780 }, "_lpos": { "__type__": "cc.Vec3", @@ -16252,20 +16325,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 763 + "__id__": 766 }, "_children": [], "_active": true, "_components": [ { - "__id__": 765 + "__id__": 768 }, { - "__id__": 767 + "__id__": 770 } ], "_prefab": { - "__id__": 769 + "__id__": 772 }, "_lpos": { "__type__": "cc.Vec3", @@ -16302,11 +16375,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 764 + "__id__": 767 }, "_enabled": true, "__prefab": { - "__id__": 766 + "__id__": 769 }, "_contentSize": { "__type__": "cc.Size", @@ -16330,11 +16403,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 764 + "__id__": 767 }, "_enabled": true, "__prefab": { - "__id__": 768 + "__id__": 771 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16414,11 +16487,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 763 + "__id__": 766 }, "_enabled": true, "__prefab": { - "__id__": 771 + "__id__": 774 }, "_contentSize": { "__type__": "cc.Size", @@ -16442,11 +16515,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 763 + "__id__": 766 }, "_enabled": true, "__prefab": { - "__id__": 773 + "__id__": 776 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16487,15 +16560,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 763 + "__id__": 766 }, "_enabled": true, "__prefab": { - "__id__": 775 + "__id__": 778 }, "clickEvents": [ { - "__id__": 776 + "__id__": 779 } ], "_interactable": true, @@ -16570,26 +16643,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 747 + "__id__": 750 }, "_children": [], "_active": true, "_components": [ { - "__id__": 779 + "__id__": 782 }, { - "__id__": 781 - }, - { - "__id__": 783 + "__id__": 784 }, { "__id__": 786 + }, + { + "__id__": 789 } ], "_prefab": { - "__id__": 788 + "__id__": 791 }, "_lpos": { "__type__": "cc.Vec3", @@ -16626,11 +16699,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 778 + "__id__": 781 }, "_enabled": true, "__prefab": { - "__id__": 780 + "__id__": 783 }, "_contentSize": { "__type__": "cc.Size", @@ -16654,11 +16727,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 778 + "__id__": 781 }, "_enabled": true, "__prefab": { - "__id__": 782 + "__id__": 785 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16699,15 +16772,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 778 + "__id__": 781 }, "_enabled": true, "__prefab": { - "__id__": 784 + "__id__": 787 }, "clickEvents": [ { - "__id__": 785 + "__id__": 788 } ], "_interactable": true, @@ -16769,11 +16842,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 778 + "__id__": 781 }, "_enabled": true, "__prefab": { - "__id__": 787 + "__id__": 790 }, "_opacity": 255, "_id": "" @@ -16801,26 +16874,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 747 + "__id__": 750 }, "_children": [], "_active": true, "_components": [ { - "__id__": 790 + "__id__": 793 }, { - "__id__": 792 - }, - { - "__id__": 794 + "__id__": 795 }, { "__id__": 797 + }, + { + "__id__": 800 } ], "_prefab": { - "__id__": 799 + "__id__": 802 }, "_lpos": { "__type__": "cc.Vec3", @@ -16857,11 +16930,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 789 + "__id__": 792 }, "_enabled": true, "__prefab": { - "__id__": 791 + "__id__": 794 }, "_contentSize": { "__type__": "cc.Size", @@ -16885,11 +16958,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 789 + "__id__": 792 }, "_enabled": true, "__prefab": { - "__id__": 793 + "__id__": 796 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16930,15 +17003,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 789 + "__id__": 792 }, "_enabled": true, "__prefab": { - "__id__": 795 + "__id__": 798 }, "clickEvents": [ { - "__id__": 796 + "__id__": 799 } ], "_interactable": true, @@ -17000,11 +17073,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 789 + "__id__": 792 }, "_enabled": true, "__prefab": { - "__id__": 798 + "__id__": 801 }, "_opacity": 255, "_id": "" @@ -17032,27 +17105,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 747 + "__id__": 750 }, "_children": [ { - "__id__": 801 + "__id__": 804 } ], "_active": true, "_components": [ { - "__id__": 807 - }, - { - "__id__": 809 + "__id__": 810 }, { "__id__": 812 + }, + { + "__id__": 815 } ], "_prefab": { - "__id__": 814 + "__id__": 817 }, "_lpos": { "__type__": "cc.Vec3", @@ -17089,20 +17162,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 800 + "__id__": 803 }, "_children": [], "_active": true, "_components": [ { - "__id__": 802 + "__id__": 805 }, { - "__id__": 804 + "__id__": 807 } ], "_prefab": { - "__id__": 806 + "__id__": 809 }, "_lpos": { "__type__": "cc.Vec3", @@ -17139,11 +17212,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 801 + "__id__": 804 }, "_enabled": true, "__prefab": { - "__id__": 803 + "__id__": 806 }, "_contentSize": { "__type__": "cc.Size", @@ -17167,11 +17240,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 801 + "__id__": 804 }, "_enabled": true, "__prefab": { - "__id__": 805 + "__id__": 808 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17225,11 +17298,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 800 + "__id__": 803 }, "_enabled": true, "__prefab": { - "__id__": 808 + "__id__": 811 }, "_contentSize": { "__type__": "cc.Size", @@ -17253,15 +17326,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 800 + "__id__": 803 }, "_enabled": true, "__prefab": { - "__id__": 810 + "__id__": 813 }, "clickEvents": [ { - "__id__": 811 + "__id__": 814 } ], "_interactable": true, @@ -17323,11 +17396,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 800 + "__id__": 803 }, "_enabled": true, "__prefab": { - "__id__": 813 + "__id__": 816 }, "_opacity": 255, "_id": "" @@ -17353,17 +17426,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 747 + "__id__": 750 }, "_prefab": { - "__id__": 816 + "__id__": 819 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 815 + "__id__": 818 }, "asset": { "__uuid__": "5f59d76b-2bb8-429d-88ff-59ca11f5cc86", @@ -17371,7 +17444,7 @@ }, "fileId": "4bE1J8xTZFH7iCEqkhoCQD", "instance": { - "__id__": 817 + "__id__": 820 }, "targetOverrides": null }, @@ -17384,29 +17457,29 @@ "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 818 - }, - { - "__id__": 820 - }, { "__id__": 821 }, - { - "__id__": 822 - }, { "__id__": 823 }, + { + "__id__": 824 + }, { "__id__": 825 }, { - "__id__": 827 + "__id__": 826 }, { "__id__": 828 + }, + { + "__id__": 830 + }, + { + "__id__": 831 } ], "removedComponents": [] @@ -17414,7 +17487,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 819 + "__id__": 822 }, "propertyPath": [ "_name" @@ -17430,7 +17503,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 819 + "__id__": 822 }, "propertyPath": [ "_lpos" @@ -17445,7 +17518,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 819 + "__id__": 822 }, "propertyPath": [ "_lrot" @@ -17461,7 +17534,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 819 + "__id__": 822 }, "propertyPath": [ "_euler" @@ -17476,7 +17549,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 824 + "__id__": 827 }, "propertyPath": [ "clickEvents", @@ -17493,14 +17566,14 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 824 + "__id__": 827 }, "propertyPath": [ "clickEvents", "0" ], "value": { - "__id__": 826 + "__id__": 829 } }, { @@ -17516,19 +17589,19 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 824 + "__id__": 827 }, "propertyPath": [ "_target" ], "value": { - "__id__": 815 + "__id__": 818 } }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 829 + "__id__": 832 }, "propertyPath": [ "_defaultClip" @@ -17548,17 +17621,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 747 + "__id__": 750 }, "_prefab": { - "__id__": 831 + "__id__": 834 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 830 + "__id__": 833 }, "asset": { "__uuid__": "b4e13e9b-1ee9-4811-8216-79bd4eeec776", @@ -17566,7 +17639,7 @@ }, "fileId": "a3vI+eIBhPnLnuNgWtjMLe", "instance": { - "__id__": 832 + "__id__": 835 }, "targetOverrides": null }, @@ -17579,29 +17652,29 @@ "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 833 - }, - { - "__id__": 835 - }, { "__id__": 836 }, - { - "__id__": 837 - }, { "__id__": 838 }, + { + "__id__": 839 + }, { "__id__": 840 }, { - "__id__": 842 + "__id__": 841 }, { "__id__": 843 + }, + { + "__id__": 845 + }, + { + "__id__": 846 } ], "removedComponents": [] @@ -17609,7 +17682,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 834 + "__id__": 837 }, "propertyPath": [ "_name" @@ -17625,7 +17698,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 834 + "__id__": 837 }, "propertyPath": [ "_lpos" @@ -17640,7 +17713,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 834 + "__id__": 837 }, "propertyPath": [ "_lrot" @@ -17656,7 +17729,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 834 + "__id__": 837 }, "propertyPath": [ "_euler" @@ -17671,7 +17744,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 839 + "__id__": 842 }, "propertyPath": [ "clickEvents", @@ -17688,14 +17761,14 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 839 + "__id__": 842 }, "propertyPath": [ "clickEvents", "0" ], "value": { - "__id__": 841 + "__id__": 844 } }, { @@ -17711,19 +17784,19 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 839 + "__id__": 842 }, "propertyPath": [ "_target" ], "value": { - "__id__": 830 + "__id__": 833 } }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 844 + "__id__": 847 }, "propertyPath": [ "_defaultClip" @@ -17745,33 +17818,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 747 + "__id__": 750 }, "_children": [ { - "__id__": 846 + "__id__": 849 }, { - "__id__": 852 + "__id__": 855 }, { - "__id__": 858 + "__id__": 861 } ], "_active": true, "_components": [ { - "__id__": 864 - }, - { - "__id__": 866 + "__id__": 867 }, { "__id__": 869 + }, + { + "__id__": 872 } ], "_prefab": { - "__id__": 871 + "__id__": 874 }, "_lpos": { "__type__": "cc.Vec3", @@ -17808,20 +17881,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 845 + "__id__": 848 }, "_children": [], "_active": true, "_components": [ { - "__id__": 847 + "__id__": 850 }, { - "__id__": 849 + "__id__": 852 } ], "_prefab": { - "__id__": 851 + "__id__": 854 }, "_lpos": { "__type__": "cc.Vec3", @@ -17858,11 +17931,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 846 + "__id__": 849 }, "_enabled": true, "__prefab": { - "__id__": 848 + "__id__": 851 }, "_contentSize": { "__type__": "cc.Size", @@ -17886,11 +17959,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 846 + "__id__": 849 }, "_enabled": true, "__prefab": { - "__id__": 850 + "__id__": 853 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17944,20 +18017,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 845 + "__id__": 848 }, "_children": [], "_active": false, "_components": [ { - "__id__": 853 + "__id__": 856 }, { - "__id__": 855 + "__id__": 858 } ], "_prefab": { - "__id__": 857 + "__id__": 860 }, "_lpos": { "__type__": "cc.Vec3", @@ -17994,11 +18067,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 852 + "__id__": 855 }, "_enabled": true, "__prefab": { - "__id__": 854 + "__id__": 857 }, "_contentSize": { "__type__": "cc.Size", @@ -18022,11 +18095,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 852 + "__id__": 855 }, "_enabled": true, "__prefab": { - "__id__": 856 + "__id__": 859 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -18080,20 +18153,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 845 + "__id__": 848 }, "_children": [], "_active": false, "_components": [ { - "__id__": 859 + "__id__": 862 }, { - "__id__": 861 + "__id__": 864 } ], "_prefab": { - "__id__": 863 + "__id__": 866 }, "_lpos": { "__type__": "cc.Vec3", @@ -18130,11 +18203,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 858 + "__id__": 861 }, "_enabled": true, "__prefab": { - "__id__": 860 + "__id__": 863 }, "_contentSize": { "__type__": "cc.Size", @@ -18158,11 +18231,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 858 + "__id__": 861 }, "_enabled": true, "__prefab": { - "__id__": 862 + "__id__": 865 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -18216,11 +18289,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 845 + "__id__": 848 }, "_enabled": true, "__prefab": { - "__id__": 865 + "__id__": 868 }, "_contentSize": { "__type__": "cc.Size", @@ -18244,15 +18317,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 845 + "__id__": 848 }, "_enabled": true, "__prefab": { - "__id__": 867 + "__id__": 870 }, "clickEvents": [ { - "__id__": 868 + "__id__": 871 } ], "_interactable": true, @@ -18314,11 +18387,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 845 + "__id__": 848 }, "_enabled": true, "__prefab": { - "__id__": 870 + "__id__": 873 }, "_opacity": 255, "_id": "" @@ -18346,11 +18419,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 747 + "__id__": 750 }, "_enabled": true, "__prefab": { - "__id__": 873 + "__id__": 876 }, "_contentSize": { "__type__": "cc.Size", @@ -18374,11 +18447,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 747 + "__id__": 750 }, "_enabled": true, "__prefab": { - "__id__": 875 + "__id__": 878 }, "_opacity": 255, "_id": "" @@ -18410,35 +18483,35 @@ }, "_children": [ { - "__id__": 878 + "__id__": 881 }, { - "__id__": 897 + "__id__": 900 }, { - "__id__": 926 + "__id__": 929 }, { - "__id__": 945 + "__id__": 948 }, { - "__id__": 964 + "__id__": 967 }, { - "__id__": 983 + "__id__": 986 } ], "_active": false, "_components": [ { - "__id__": 1002 + "__id__": 1005 }, { - "__id__": 1004 + "__id__": 1007 } ], "_prefab": { - "__id__": 1006 + "__id__": 1009 }, "_lpos": { "__type__": "cc.Vec3", @@ -18475,27 +18548,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 877 + "__id__": 880 }, "_children": [ { - "__id__": 879 + "__id__": 882 } ], "_active": true, "_components": [ { - "__id__": 889 + "__id__": 892 }, { - "__id__": 891 + "__id__": 894 }, { - "__id__": 893 + "__id__": 896 } ], "_prefab": { - "__id__": 896 + "__id__": 899 }, "_lpos": { "__type__": "cc.Vec3", @@ -18532,26 +18605,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 878 + "__id__": 881 }, "_children": [], "_active": true, "_components": [ { - "__id__": 880 + "__id__": 883 }, { - "__id__": 882 + "__id__": 885 }, { - "__id__": 884 + "__id__": 887 }, { - "__id__": 886 + "__id__": 889 } ], "_prefab": { - "__id__": 888 + "__id__": 891 }, "_lpos": { "__type__": "cc.Vec3", @@ -18588,11 +18661,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 879 + "__id__": 882 }, "_enabled": true, "__prefab": { - "__id__": 881 + "__id__": 884 }, "_contentSize": { "__type__": "cc.Size", @@ -18616,11 +18689,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 879 + "__id__": 882 }, "_enabled": true, "__prefab": { - "__id__": 883 + "__id__": 886 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -18687,11 +18760,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 879 + "__id__": 882 }, "_enabled": true, "__prefab": { - "__id__": 885 + "__id__": 888 }, "key": "AID_MAIN_OPERATE_QUIT", "_id": "" @@ -18706,11 +18779,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 879 + "__id__": 882 }, "_enabled": true, "__prefab": { - "__id__": 887 + "__id__": 890 }, "isBold": false, "fontOther": { @@ -18762,11 +18835,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 878 + "__id__": 881 }, "_enabled": true, "__prefab": { - "__id__": 890 + "__id__": 893 }, "_contentSize": { "__type__": "cc.Size", @@ -18790,11 +18863,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 878 + "__id__": 881 }, "_enabled": true, "__prefab": { - "__id__": 892 + "__id__": 895 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -18835,15 +18908,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 878 + "__id__": 881 }, "_enabled": true, "__prefab": { - "__id__": 894 + "__id__": 897 }, "clickEvents": [ { - "__id__": 895 + "__id__": 898 } ], "_interactable": true, @@ -18918,30 +18991,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 877 + "__id__": 880 }, "_children": [ { - "__id__": 898 + "__id__": 901 }, { - "__id__": 904 + "__id__": 907 }, { - "__id__": 910 + "__id__": 913 } ], "_active": true, "_components": [ { - "__id__": 920 + "__id__": 923 }, { - "__id__": 922 + "__id__": 925 } ], "_prefab": { - "__id__": 925 + "__id__": 928 }, "_lpos": { "__type__": "cc.Vec3", @@ -18978,20 +19051,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 897 + "__id__": 900 }, "_children": [], "_active": true, "_components": [ { - "__id__": 899 + "__id__": 902 }, { - "__id__": 901 + "__id__": 904 } ], "_prefab": { - "__id__": 903 + "__id__": 906 }, "_lpos": { "__type__": "cc.Vec3", @@ -19028,11 +19101,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 898 + "__id__": 901 }, "_enabled": true, "__prefab": { - "__id__": 900 + "__id__": 903 }, "_contentSize": { "__type__": "cc.Size", @@ -19056,11 +19129,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 898 + "__id__": 901 }, "_enabled": true, "__prefab": { - "__id__": 902 + "__id__": 905 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19114,20 +19187,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 897 + "__id__": 900 }, "_children": [], "_active": false, "_components": [ { - "__id__": 905 + "__id__": 908 }, { - "__id__": 907 + "__id__": 910 } ], "_prefab": { - "__id__": 909 + "__id__": 912 }, "_lpos": { "__type__": "cc.Vec3", @@ -19164,11 +19237,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 904 + "__id__": 907 }, "_enabled": true, "__prefab": { - "__id__": 906 + "__id__": 909 }, "_contentSize": { "__type__": "cc.Size", @@ -19192,11 +19265,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 904 + "__id__": 907 }, "_enabled": true, "__prefab": { - "__id__": 908 + "__id__": 911 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19250,26 +19323,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 897 + "__id__": 900 }, "_children": [], "_active": true, "_components": [ { - "__id__": 911 + "__id__": 914 }, { - "__id__": 913 + "__id__": 916 }, { - "__id__": 915 + "__id__": 918 }, { - "__id__": 917 + "__id__": 920 } ], "_prefab": { - "__id__": 919 + "__id__": 922 }, "_lpos": { "__type__": "cc.Vec3", @@ -19306,11 +19379,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 910 + "__id__": 913 }, "_enabled": true, "__prefab": { - "__id__": 912 + "__id__": 915 }, "_contentSize": { "__type__": "cc.Size", @@ -19334,11 +19407,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 910 + "__id__": 913 }, "_enabled": true, "__prefab": { - "__id__": 914 + "__id__": 917 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19405,11 +19478,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 910 + "__id__": 913 }, "_enabled": true, "__prefab": { - "__id__": 916 + "__id__": 919 }, "key": "AID_MAIN_OPERATE_SOUND", "_id": "" @@ -19424,11 +19497,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 910 + "__id__": 913 }, "_enabled": true, "__prefab": { - "__id__": 918 + "__id__": 921 }, "isBold": false, "fontOther": { @@ -19480,11 +19553,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 897 + "__id__": 900 }, "_enabled": true, "__prefab": { - "__id__": 921 + "__id__": 924 }, "_contentSize": { "__type__": "cc.Size", @@ -19508,15 +19581,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 897 + "__id__": 900 }, "_enabled": true, "__prefab": { - "__id__": 923 + "__id__": 926 }, "clickEvents": [ { - "__id__": 924 + "__id__": 927 } ], "_interactable": true, @@ -19591,27 +19664,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 877 + "__id__": 880 }, "_children": [ { - "__id__": 927 + "__id__": 930 } ], "_active": true, "_components": [ { - "__id__": 937 + "__id__": 940 }, { - "__id__": 939 + "__id__": 942 }, { - "__id__": 941 + "__id__": 944 } ], "_prefab": { - "__id__": 944 + "__id__": 947 }, "_lpos": { "__type__": "cc.Vec3", @@ -19648,26 +19721,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 926 + "__id__": 929 }, "_children": [], "_active": true, "_components": [ { - "__id__": 928 + "__id__": 931 }, { - "__id__": 930 + "__id__": 933 }, { - "__id__": 932 + "__id__": 935 }, { - "__id__": 934 + "__id__": 937 } ], "_prefab": { - "__id__": 936 + "__id__": 939 }, "_lpos": { "__type__": "cc.Vec3", @@ -19704,11 +19777,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 927 + "__id__": 930 }, "_enabled": true, "__prefab": { - "__id__": 929 + "__id__": 932 }, "_contentSize": { "__type__": "cc.Size", @@ -19732,11 +19805,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 927 + "__id__": 930 }, "_enabled": true, "__prefab": { - "__id__": 931 + "__id__": 934 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19803,11 +19876,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 927 + "__id__": 930 }, "_enabled": true, "__prefab": { - "__id__": 933 + "__id__": 936 }, "key": "AID_MAIN_OPERATE_PAYTABLE", "_id": "" @@ -19822,11 +19895,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 927 + "__id__": 930 }, "_enabled": true, "__prefab": { - "__id__": 935 + "__id__": 938 }, "isBold": false, "fontOther": { @@ -19878,11 +19951,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 926 + "__id__": 929 }, "_enabled": true, "__prefab": { - "__id__": 938 + "__id__": 941 }, "_contentSize": { "__type__": "cc.Size", @@ -19906,11 +19979,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 926 + "__id__": 929 }, "_enabled": true, "__prefab": { - "__id__": 940 + "__id__": 943 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19951,15 +20024,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 926 + "__id__": 929 }, "_enabled": true, "__prefab": { - "__id__": 942 + "__id__": 945 }, "clickEvents": [ { - "__id__": 943 + "__id__": 946 } ], "_interactable": true, @@ -20034,27 +20107,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 877 + "__id__": 880 }, "_children": [ { - "__id__": 946 + "__id__": 949 } ], "_active": true, "_components": [ { - "__id__": 956 + "__id__": 959 }, { - "__id__": 958 + "__id__": 961 }, { - "__id__": 960 + "__id__": 963 } ], "_prefab": { - "__id__": 963 + "__id__": 966 }, "_lpos": { "__type__": "cc.Vec3", @@ -20091,26 +20164,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 945 + "__id__": 948 }, "_children": [], "_active": true, "_components": [ { - "__id__": 947 + "__id__": 950 }, { - "__id__": 949 + "__id__": 952 }, { - "__id__": 951 + "__id__": 954 }, { - "__id__": 953 + "__id__": 956 } ], "_prefab": { - "__id__": 955 + "__id__": 958 }, "_lpos": { "__type__": "cc.Vec3", @@ -20147,11 +20220,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 946 + "__id__": 949 }, "_enabled": true, "__prefab": { - "__id__": 948 + "__id__": 951 }, "_contentSize": { "__type__": "cc.Size", @@ -20175,11 +20248,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 946 + "__id__": 949 }, "_enabled": true, "__prefab": { - "__id__": 950 + "__id__": 953 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -20246,11 +20319,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 946 + "__id__": 949 }, "_enabled": true, "__prefab": { - "__id__": 952 + "__id__": 955 }, "key": "AID_MAIN_OPERATE_RULES", "_id": "" @@ -20265,11 +20338,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 946 + "__id__": 949 }, "_enabled": true, "__prefab": { - "__id__": 954 + "__id__": 957 }, "isBold": false, "fontOther": { @@ -20321,11 +20394,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 945 + "__id__": 948 }, "_enabled": true, "__prefab": { - "__id__": 957 + "__id__": 960 }, "_contentSize": { "__type__": "cc.Size", @@ -20349,11 +20422,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 945 + "__id__": 948 }, "_enabled": true, "__prefab": { - "__id__": 959 + "__id__": 962 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -20394,15 +20467,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 945 + "__id__": 948 }, "_enabled": true, "__prefab": { - "__id__": 961 + "__id__": 964 }, "clickEvents": [ { - "__id__": 962 + "__id__": 965 } ], "_interactable": true, @@ -20477,27 +20550,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 877 + "__id__": 880 }, "_children": [ { - "__id__": 965 + "__id__": 968 } ], "_active": true, "_components": [ { - "__id__": 975 + "__id__": 978 }, { - "__id__": 977 + "__id__": 980 }, { - "__id__": 979 + "__id__": 982 } ], "_prefab": { - "__id__": 982 + "__id__": 985 }, "_lpos": { "__type__": "cc.Vec3", @@ -20534,26 +20607,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 964 + "__id__": 967 }, "_children": [], "_active": true, "_components": [ { - "__id__": 966 + "__id__": 969 }, { - "__id__": 968 + "__id__": 971 }, { - "__id__": 970 + "__id__": 973 }, { - "__id__": 972 + "__id__": 975 } ], "_prefab": { - "__id__": 974 + "__id__": 977 }, "_lpos": { "__type__": "cc.Vec3", @@ -20590,11 +20663,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 965 + "__id__": 968 }, "_enabled": true, "__prefab": { - "__id__": 967 + "__id__": 970 }, "_contentSize": { "__type__": "cc.Size", @@ -20618,11 +20691,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 965 + "__id__": 968 }, "_enabled": true, "__prefab": { - "__id__": 969 + "__id__": 972 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -20689,11 +20762,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 965 + "__id__": 968 }, "_enabled": true, "__prefab": { - "__id__": 971 + "__id__": 974 }, "key": "AID_MAIN_OPERATE_HISTORY", "_id": "" @@ -20708,11 +20781,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 965 + "__id__": 968 }, "_enabled": true, "__prefab": { - "__id__": 973 + "__id__": 976 }, "isBold": false, "fontOther": { @@ -20764,11 +20837,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 964 + "__id__": 967 }, "_enabled": true, "__prefab": { - "__id__": 976 + "__id__": 979 }, "_contentSize": { "__type__": "cc.Size", @@ -20792,11 +20865,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 964 + "__id__": 967 }, "_enabled": true, "__prefab": { - "__id__": 978 + "__id__": 981 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -20837,15 +20910,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 964 + "__id__": 967 }, "_enabled": true, "__prefab": { - "__id__": 980 + "__id__": 983 }, "clickEvents": [ { - "__id__": 981 + "__id__": 984 } ], "_interactable": true, @@ -20920,27 +20993,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 877 + "__id__": 880 }, "_children": [ { - "__id__": 984 + "__id__": 987 } ], "_active": true, "_components": [ { - "__id__": 994 + "__id__": 997 }, { - "__id__": 996 + "__id__": 999 }, { - "__id__": 998 + "__id__": 1001 } ], "_prefab": { - "__id__": 1001 + "__id__": 1004 }, "_lpos": { "__type__": "cc.Vec3", @@ -20977,26 +21050,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 983 + "__id__": 986 }, "_children": [], "_active": true, "_components": [ { - "__id__": 985 + "__id__": 988 }, { - "__id__": 987 + "__id__": 990 }, { - "__id__": 989 + "__id__": 992 }, { - "__id__": 991 + "__id__": 994 } ], "_prefab": { - "__id__": 993 + "__id__": 996 }, "_lpos": { "__type__": "cc.Vec3", @@ -21033,11 +21106,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 984 + "__id__": 987 }, "_enabled": true, "__prefab": { - "__id__": 986 + "__id__": 989 }, "_contentSize": { "__type__": "cc.Size", @@ -21061,11 +21134,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 984 + "__id__": 987 }, "_enabled": true, "__prefab": { - "__id__": 988 + "__id__": 991 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -21132,11 +21205,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 984 + "__id__": 987 }, "_enabled": true, "__prefab": { - "__id__": 990 + "__id__": 993 }, "key": "AID_MAIN_OPERATE_CLOSE", "_id": "" @@ -21151,11 +21224,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 984 + "__id__": 987 }, "_enabled": true, "__prefab": { - "__id__": 992 + "__id__": 995 }, "isBold": false, "fontOther": { @@ -21207,11 +21280,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 983 + "__id__": 986 }, "_enabled": true, "__prefab": { - "__id__": 995 + "__id__": 998 }, "_contentSize": { "__type__": "cc.Size", @@ -21235,11 +21308,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 983 + "__id__": 986 }, "_enabled": true, "__prefab": { - "__id__": 997 + "__id__": 1000 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -21280,15 +21353,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 983 + "__id__": 986 }, "_enabled": true, "__prefab": { - "__id__": 999 + "__id__": 1002 }, "clickEvents": [ { - "__id__": 1000 + "__id__": 1003 } ], "_interactable": true, @@ -21363,11 +21436,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 877 + "__id__": 880 }, "_enabled": true, "__prefab": { - "__id__": 1003 + "__id__": 1006 }, "_contentSize": { "__type__": "cc.Size", @@ -21391,11 +21464,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 877 + "__id__": 880 }, "_enabled": true, "__prefab": { - "__id__": 1005 + "__id__": 1008 }, "_opacity": 255, "_id": "" @@ -21427,20 +21500,20 @@ }, "_children": [ { - "__id__": 1008 + "__id__": 1011 }, { - "__id__": 1016 + "__id__": 1019 } ], "_active": false, "_components": [ { - "__id__": 1034 + "__id__": 1037 } ], "_prefab": { - "__id__": 1036 + "__id__": 1039 }, "_lpos": { "__type__": "cc.Vec3", @@ -21477,23 +21550,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1007 + "__id__": 1010 }, "_children": [], "_active": false, "_components": [ { - "__id__": 1009 + "__id__": 1012 }, { - "__id__": 1011 + "__id__": 1014 }, { - "__id__": 1013 + "__id__": 1016 } ], "_prefab": { - "__id__": 1015 + "__id__": 1018 }, "_lpos": { "__type__": "cc.Vec3", @@ -21530,11 +21603,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1008 + "__id__": 1011 }, "_enabled": true, "__prefab": { - "__id__": 1010 + "__id__": 1013 }, "_contentSize": { "__type__": "cc.Size", @@ -21558,11 +21631,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1008 + "__id__": 1011 }, "_enabled": true, "__prefab": { - "__id__": 1012 + "__id__": 1015 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -21603,11 +21676,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1008 + "__id__": 1011 }, "_enabled": true, "__prefab": { - "__id__": 1014 + "__id__": 1017 }, "spriteName": "Free1", "_id": "" @@ -21635,24 +21708,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1007 + "__id__": 1010 }, "_children": [ { - "__id__": 1017 + "__id__": 1020 }, { - "__id__": 1025 + "__id__": 1028 } ], "_active": true, "_components": [ { - "__id__": 1031 + "__id__": 1034 } ], "_prefab": { - "__id__": 1033 + "__id__": 1036 }, "_lpos": { "__type__": "cc.Vec3", @@ -21689,23 +21762,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1016 + "__id__": 1019 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1018 + "__id__": 1021 }, { - "__id__": 1020 + "__id__": 1023 }, { - "__id__": 1022 + "__id__": 1025 } ], "_prefab": { - "__id__": 1024 + "__id__": 1027 }, "_lpos": { "__type__": "cc.Vec3", @@ -21742,11 +21815,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1017 + "__id__": 1020 }, "_enabled": true, "__prefab": { - "__id__": 1019 + "__id__": 1022 }, "_contentSize": { "__type__": "cc.Size", @@ -21770,11 +21843,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1017 + "__id__": 1020 }, "_enabled": true, "__prefab": { - "__id__": 1021 + "__id__": 1024 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -21815,11 +21888,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1017 + "__id__": 1020 }, "_enabled": true, "__prefab": { - "__id__": 1023 + "__id__": 1026 }, "spriteName": "Free", "_id": "" @@ -21847,20 +21920,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1016 + "__id__": 1019 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1026 + "__id__": 1029 }, { - "__id__": 1028 + "__id__": 1031 } ], "_prefab": { - "__id__": 1030 + "__id__": 1033 }, "_lpos": { "__type__": "cc.Vec3", @@ -21897,11 +21970,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1025 + "__id__": 1028 }, "_enabled": true, "__prefab": { - "__id__": 1027 + "__id__": 1030 }, "_contentSize": { "__type__": "cc.Size", @@ -21925,11 +21998,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1025 + "__id__": 1028 }, "_enabled": true, "__prefab": { - "__id__": 1029 + "__id__": 1032 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -22009,11 +22082,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1016 + "__id__": 1019 }, "_enabled": true, "__prefab": { - "__id__": 1032 + "__id__": 1035 }, "_contentSize": { "__type__": "cc.Size", @@ -22050,11 +22123,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1007 + "__id__": 1010 }, "_enabled": true, "__prefab": { - "__id__": 1035 + "__id__": 1038 }, "_contentSize": { "__type__": "cc.Size", @@ -22095,20 +22168,20 @@ }, "_children": [ { - "__id__": 1038 + "__id__": 1041 }, { - "__id__": 1078 + "__id__": 1081 } ], "_active": false, "_components": [ { - "__id__": 1124 + "__id__": 1127 } ], "_prefab": { - "__id__": 1126 + "__id__": 1129 }, "_lpos": { "__type__": "cc.Vec3", @@ -22145,27 +22218,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1037 + "__id__": 1040 }, "_children": [ { - "__id__": 1039 + "__id__": 1042 }, { - "__id__": 1051 + "__id__": 1054 }, { - "__id__": 1063 + "__id__": 1066 } ], "_active": true, "_components": [ { - "__id__": 1075 + "__id__": 1078 } ], "_prefab": { - "__id__": 1077 + "__id__": 1080 }, "_lpos": { "__type__": "cc.Vec3", @@ -22202,24 +22275,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1038 + "__id__": 1041 }, "_children": [ { - "__id__": 1040 + "__id__": 1043 } ], "_active": true, "_components": [ { - "__id__": 1046 + "__id__": 1049 }, { - "__id__": 1048 + "__id__": 1051 } ], "_prefab": { - "__id__": 1050 + "__id__": 1053 }, "_lpos": { "__type__": "cc.Vec3", @@ -22256,20 +22329,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1039 + "__id__": 1042 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1041 + "__id__": 1044 }, { - "__id__": 1043 + "__id__": 1046 } ], "_prefab": { - "__id__": 1045 + "__id__": 1048 }, "_lpos": { "__type__": "cc.Vec3", @@ -22306,11 +22379,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1040 + "__id__": 1043 }, "_enabled": true, "__prefab": { - "__id__": 1042 + "__id__": 1045 }, "_contentSize": { "__type__": "cc.Size", @@ -22334,11 +22407,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1040 + "__id__": 1043 }, "_enabled": true, "__prefab": { - "__id__": 1044 + "__id__": 1047 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -22392,11 +22465,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1039 + "__id__": 1042 }, "_enabled": true, "__prefab": { - "__id__": 1047 + "__id__": 1050 }, "_contentSize": { "__type__": "cc.Size", @@ -22420,11 +22493,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1039 + "__id__": 1042 }, "_enabled": true, "__prefab": { - "__id__": 1049 + "__id__": 1052 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -22478,24 +22551,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1038 + "__id__": 1041 }, "_children": [ { - "__id__": 1052 + "__id__": 1055 } ], "_active": true, "_components": [ { - "__id__": 1058 + "__id__": 1061 }, { - "__id__": 1060 + "__id__": 1063 } ], "_prefab": { - "__id__": 1062 + "__id__": 1065 }, "_lpos": { "__type__": "cc.Vec3", @@ -22532,20 +22605,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1051 + "__id__": 1054 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1053 + "__id__": 1056 }, { - "__id__": 1055 + "__id__": 1058 } ], "_prefab": { - "__id__": 1057 + "__id__": 1060 }, "_lpos": { "__type__": "cc.Vec3", @@ -22582,11 +22655,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1052 + "__id__": 1055 }, "_enabled": true, "__prefab": { - "__id__": 1054 + "__id__": 1057 }, "_contentSize": { "__type__": "cc.Size", @@ -22610,11 +22683,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1052 + "__id__": 1055 }, "_enabled": true, "__prefab": { - "__id__": 1056 + "__id__": 1059 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -22668,11 +22741,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1051 + "__id__": 1054 }, "_enabled": true, "__prefab": { - "__id__": 1059 + "__id__": 1062 }, "_contentSize": { "__type__": "cc.Size", @@ -22696,11 +22769,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1051 + "__id__": 1054 }, "_enabled": true, "__prefab": { - "__id__": 1061 + "__id__": 1064 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -22754,24 +22827,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1038 + "__id__": 1041 }, "_children": [ { - "__id__": 1064 + "__id__": 1067 } ], "_active": true, "_components": [ { - "__id__": 1070 + "__id__": 1073 }, { - "__id__": 1072 + "__id__": 1075 } ], "_prefab": { - "__id__": 1074 + "__id__": 1077 }, "_lpos": { "__type__": "cc.Vec3", @@ -22808,20 +22881,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1063 + "__id__": 1066 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1065 + "__id__": 1068 }, { - "__id__": 1067 + "__id__": 1070 } ], "_prefab": { - "__id__": 1069 + "__id__": 1072 }, "_lpos": { "__type__": "cc.Vec3", @@ -22858,11 +22931,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1064 + "__id__": 1067 }, "_enabled": true, "__prefab": { - "__id__": 1066 + "__id__": 1069 }, "_contentSize": { "__type__": "cc.Size", @@ -22886,11 +22959,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1064 + "__id__": 1067 }, "_enabled": true, "__prefab": { - "__id__": 1068 + "__id__": 1071 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -22944,11 +23017,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1063 + "__id__": 1066 }, "_enabled": true, "__prefab": { - "__id__": 1071 + "__id__": 1074 }, "_contentSize": { "__type__": "cc.Size", @@ -22972,11 +23045,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1063 + "__id__": 1066 }, "_enabled": true, "__prefab": { - "__id__": 1073 + "__id__": 1076 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -23030,11 +23103,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1038 + "__id__": 1041 }, "_enabled": true, "__prefab": { - "__id__": 1076 + "__id__": 1079 }, "_contentSize": { "__type__": "cc.Size", @@ -23071,36 +23144,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1037 + "__id__": 1040 }, "_children": [ { - "__id__": 1079 + "__id__": 1082 }, { - "__id__": 1087 + "__id__": 1090 }, { - "__id__": 1095 + "__id__": 1098 }, { - "__id__": 1103 + "__id__": 1106 }, { - "__id__": 1109 + "__id__": 1112 }, { - "__id__": 1115 + "__id__": 1118 } ], "_active": true, "_components": [ { - "__id__": 1121 + "__id__": 1124 } ], "_prefab": { - "__id__": 1123 + "__id__": 1126 }, "_lpos": { "__type__": "cc.Vec3", @@ -23137,23 +23210,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1078 + "__id__": 1081 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1080 + "__id__": 1083 }, { - "__id__": 1082 + "__id__": 1085 }, { - "__id__": 1084 + "__id__": 1087 } ], "_prefab": { - "__id__": 1086 + "__id__": 1089 }, "_lpos": { "__type__": "cc.Vec3", @@ -23190,11 +23263,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1079 + "__id__": 1082 }, "_enabled": true, "__prefab": { - "__id__": 1081 + "__id__": 1084 }, "_contentSize": { "__type__": "cc.Size", @@ -23218,11 +23291,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1079 + "__id__": 1082 }, "_enabled": true, "__prefab": { - "__id__": 1083 + "__id__": 1086 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -23289,11 +23362,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1079 + "__id__": 1082 }, "_enabled": true, "__prefab": { - "__id__": 1085 + "__id__": 1088 }, "key": "AID_MAIN_SHOW_BALANCE", "_id": "" @@ -23321,23 +23394,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1078 + "__id__": 1081 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1088 + "__id__": 1091 }, { - "__id__": 1090 + "__id__": 1093 }, { - "__id__": 1092 + "__id__": 1095 } ], "_prefab": { - "__id__": 1094 + "__id__": 1097 }, "_lpos": { "__type__": "cc.Vec3", @@ -23374,11 +23447,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1087 + "__id__": 1090 }, "_enabled": true, "__prefab": { - "__id__": 1089 + "__id__": 1092 }, "_contentSize": { "__type__": "cc.Size", @@ -23402,11 +23475,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1087 + "__id__": 1090 }, "_enabled": true, "__prefab": { - "__id__": 1091 + "__id__": 1094 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -23473,11 +23546,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1087 + "__id__": 1090 }, "_enabled": true, "__prefab": { - "__id__": 1093 + "__id__": 1096 }, "key": "AID_MAIN_SHOW_BET", "_id": "" @@ -23505,23 +23578,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1078 + "__id__": 1081 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1096 + "__id__": 1099 }, { - "__id__": 1098 + "__id__": 1101 }, { - "__id__": 1100 + "__id__": 1103 } ], "_prefab": { - "__id__": 1102 + "__id__": 1105 }, "_lpos": { "__type__": "cc.Vec3", @@ -23558,11 +23631,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1095 + "__id__": 1098 }, "_enabled": true, "__prefab": { - "__id__": 1097 + "__id__": 1100 }, "_contentSize": { "__type__": "cc.Size", @@ -23586,11 +23659,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1095 + "__id__": 1098 }, "_enabled": true, "__prefab": { - "__id__": 1099 + "__id__": 1102 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -23657,11 +23730,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1095 + "__id__": 1098 }, "_enabled": true, "__prefab": { - "__id__": 1101 + "__id__": 1104 }, "key": "AID_MAIN_SHOW_WIN", "_id": "" @@ -23689,20 +23762,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1078 + "__id__": 1081 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1104 + "__id__": 1107 }, { - "__id__": 1106 + "__id__": 1109 } ], "_prefab": { - "__id__": 1108 + "__id__": 1111 }, "_lpos": { "__type__": "cc.Vec3", @@ -23739,11 +23812,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1103 + "__id__": 1106 }, "_enabled": true, "__prefab": { - "__id__": 1105 + "__id__": 1108 }, "_contentSize": { "__type__": "cc.Size", @@ -23767,11 +23840,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1103 + "__id__": 1106 }, "_enabled": true, "__prefab": { - "__id__": 1107 + "__id__": 1110 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -23851,20 +23924,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1078 + "__id__": 1081 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1110 + "__id__": 1113 }, { - "__id__": 1112 + "__id__": 1115 } ], "_prefab": { - "__id__": 1114 + "__id__": 1117 }, "_lpos": { "__type__": "cc.Vec3", @@ -23901,11 +23974,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1109 + "__id__": 1112 }, "_enabled": true, "__prefab": { - "__id__": 1111 + "__id__": 1114 }, "_contentSize": { "__type__": "cc.Size", @@ -23929,11 +24002,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1109 + "__id__": 1112 }, "_enabled": true, "__prefab": { - "__id__": 1113 + "__id__": 1116 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -24013,20 +24086,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1078 + "__id__": 1081 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1116 + "__id__": 1119 }, { - "__id__": 1118 + "__id__": 1121 } ], "_prefab": { - "__id__": 1120 + "__id__": 1123 }, "_lpos": { "__type__": "cc.Vec3", @@ -24063,11 +24136,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1115 + "__id__": 1118 }, "_enabled": true, "__prefab": { - "__id__": 1117 + "__id__": 1120 }, "_contentSize": { "__type__": "cc.Size", @@ -24091,11 +24164,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1115 + "__id__": 1118 }, "_enabled": true, "__prefab": { - "__id__": 1119 + "__id__": 1122 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -24175,11 +24248,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1078 + "__id__": 1081 }, "_enabled": true, "__prefab": { - "__id__": 1122 + "__id__": 1125 }, "_contentSize": { "__type__": "cc.Size", @@ -24216,11 +24289,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1037 + "__id__": 1040 }, "_enabled": true, "__prefab": { - "__id__": 1125 + "__id__": 1128 }, "_contentSize": { "__type__": "cc.Size", @@ -24263,22 +24336,22 @@ "_active": true, "_components": [ { - "__id__": 1128 - }, - { - "__id__": 1130 + "__id__": 1131 }, { "__id__": 1133 + }, + { + "__id__": 1136 } ], "_prefab": { - "__id__": 1135 + "__id__": 1138 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 286.5440000000001, + "y": 286.54400000000004, "z": 0 }, "_lrot": { @@ -24310,16 +24383,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1127 + "__id__": 1130 }, "_enabled": true, "__prefab": { - "__id__": 1129 + "__id__": 1132 }, "_contentSize": { "__type__": "cc.Size", "width": 1080, - "height": 926.3720000000003 + "height": 926.372 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -24338,15 +24411,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1127 + "__id__": 1130 }, "_enabled": true, "__prefab": { - "__id__": 1131 + "__id__": 1134 }, "clickEvents": [ { - "__id__": 1132 + "__id__": 1135 } ], "_interactable": true, @@ -24398,7 +24471,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 1127 + "__id__": 1130 }, "_id": "" }, @@ -24422,11 +24495,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1127 + "__id__": 1130 }, "_enabled": true, "__prefab": { - "__id__": 1134 + "__id__": 1137 }, "_alignFlags": 45, "_target": null, @@ -24475,12 +24548,12 @@ }, "_enabled": true, "__prefab": { - "__id__": 1137 + "__id__": 1140 }, "_contentSize": { "__type__": "cc.Size", "width": 1080, - "height": 1920 + "height": 1919.9999999999998 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -24503,7 +24576,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 1139 + "__id__": 1142 }, "_alignFlags": 45, "_target": null, @@ -24539,18 +24612,9 @@ }, "_enabled": true, "__prefab": { - "__id__": 1141 + "__id__": 1144 }, "btnTable": [ - { - "__id__": 1142 - }, - { - "__id__": 1143 - }, - { - "__id__": 1144 - }, { "__id__": 1145 }, @@ -24583,6 +24647,15 @@ }, { "__id__": 1155 + }, + { + "__id__": 1156 + }, + { + "__id__": 1157 + }, + { + "__id__": 1158 } ], "_id": "" @@ -24595,98 +24668,98 @@ "__type__": "BtnConfig", "key": "SpinBtn", "btnNode": { - "__id__": 748 + "__id__": 751 } }, { "__type__": "BtnConfig", "key": "AddBetBtn", "btnNode": { - "__id__": 778 + "__id__": 781 } }, { "__type__": "BtnConfig", "key": "SubBetBtn", "btnNode": { - "__id__": 789 + "__id__": 792 } }, { "__type__": "BtnConfig", "key": "FastSpinBtn", "btnNode": { - "__id__": 830 + "__id__": 833 } }, { "__type__": "BtnConfig", "key": "AutoSpinBtn", "btnNode": { - "__id__": 815 + "__id__": 818 } }, { "__type__": "BtnConfig", "key": "MenuBtn", "btnNode": { - "__id__": 800 + "__id__": 803 } }, { "__type__": "BtnConfig", "key": "QuitBtn", "btnNode": { - "__id__": 878 + "__id__": 881 } }, { "__type__": "BtnConfig", "key": "SoundBtn", "btnNode": { - "__id__": 897 + "__id__": 900 } }, { "__type__": "BtnConfig", "key": "PaytableBtn", "btnNode": { - "__id__": 926 + "__id__": 929 } }, { "__type__": "BtnConfig", "key": "RuleBtn", "btnNode": { - "__id__": 945 + "__id__": 948 } }, { "__type__": "BtnConfig", "key": "HistoryBtn", "btnNode": { - "__id__": 964 + "__id__": 967 } }, { "__type__": "BtnConfig", "key": "CloseL2Btn", "btnNode": { - "__id__": 983 + "__id__": 986 } }, { "__type__": "BtnConfig", "key": "StopAutoSpinBtn", "btnNode": { - "__id__": 763 + "__id__": 766 } }, { "__type__": "BtnConfig", "key": "ChooseDiffBtn", "btnNode": { - "__id__": 845 + "__id__": 848 } }, { @@ -24709,14 +24782,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 1158 + "__id__": 1161 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 1157 + "__id__": 1160 }, "asset": { "__uuid__": "29fb0a1e-a12f-4c41-9000-815327a25730", @@ -24724,7 +24797,7 @@ }, "fileId": "c9QEC2alVDUrRXVFfYng3l", "instance": { - "__id__": 1159 + "__id__": 1162 }, "targetOverrides": null }, @@ -24737,35 +24810,35 @@ "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 1160 - }, - { - "__id__": 1162 - }, { "__id__": 1163 }, - { - "__id__": 1164 - }, { "__id__": 1165 }, { "__id__": 1166 }, + { + "__id__": 1167 + }, { "__id__": 1168 }, { - "__id__": 1170 + "__id__": 1169 }, { - "__id__": 1172 + "__id__": 1171 }, { - "__id__": 1174 + "__id__": 1173 + }, + { + "__id__": 1175 + }, + { + "__id__": 1177 } ], "removedComponents": [] @@ -24773,7 +24846,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1161 + "__id__": 1164 }, "propertyPath": [ "_name" @@ -24789,7 +24862,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1161 + "__id__": 1164 }, "propertyPath": [ "_lpos" @@ -24804,7 +24877,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1161 + "__id__": 1164 }, "propertyPath": [ "_lrot" @@ -24820,7 +24893,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1161 + "__id__": 1164 }, "propertyPath": [ "_euler" @@ -24835,7 +24908,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1161 + "__id__": 1164 }, "propertyPath": [ "_active" @@ -24845,7 +24918,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1167 + "__id__": 1170 }, "propertyPath": [ "_active" @@ -24861,7 +24934,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1169 + "__id__": 1172 }, "propertyPath": [ "_active" @@ -24877,7 +24950,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1171 + "__id__": 1174 }, "propertyPath": [ "_active" @@ -24893,7 +24966,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1173 + "__id__": 1176 }, "propertyPath": [ "_contentSize" @@ -24913,7 +24986,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1175 + "__id__": 1178 }, "propertyPath": [ "_active" @@ -24933,14 +25006,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 1177 + "__id__": 1180 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 1176 + "__id__": 1179 }, "asset": { "__uuid__": "93f49f19-92c8-468b-a67d-b423f3be55f9", @@ -24948,7 +25021,7 @@ }, "fileId": "0d6YCKuIdEs4y/XDNnFU5x", "instance": { - "__id__": 1178 + "__id__": 1181 }, "targetOverrides": [] }, @@ -24961,29 +25034,29 @@ "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 1179 - }, - { - "__id__": 1181 - }, { "__id__": 1182 }, - { - "__id__": 1183 - }, { "__id__": 1184 }, { "__id__": 1185 }, + { + "__id__": 1186 + }, { "__id__": 1187 }, { - "__id__": 1189 + "__id__": 1188 + }, + { + "__id__": 1190 + }, + { + "__id__": 1192 } ], "removedComponents": [] @@ -24991,7 +25064,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1180 + "__id__": 1183 }, "propertyPath": [ "_name" @@ -25007,7 +25080,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1180 + "__id__": 1183 }, "propertyPath": [ "_lpos" @@ -25022,7 +25095,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1180 + "__id__": 1183 }, "propertyPath": [ "_lrot" @@ -25038,7 +25111,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1180 + "__id__": 1183 }, "propertyPath": [ "_euler" @@ -25053,7 +25126,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1180 + "__id__": 1183 }, "propertyPath": [ "_active" @@ -25063,7 +25136,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1186 + "__id__": 1189 }, "propertyPath": [ "_active" @@ -25079,7 +25152,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1188 + "__id__": 1191 }, "propertyPath": [ "_active" @@ -25095,7 +25168,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1190 + "__id__": 1193 }, "propertyPath": [ "_contentSize" @@ -25122,12 +25195,12 @@ }, "_enabled": true, "__prefab": { - "__id__": 1192 + "__id__": 1195 }, "_contentSize": { "__type__": "cc.Size", "width": 1080, - "height": 1920 + "height": 1919.9999999999998 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -25150,7 +25223,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 1194 + "__id__": 1197 }, "_alignFlags": 45, "_target": null, @@ -25186,7 +25259,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 1196 + "__id__": 1199 }, "slotGame": { "__id__": 647 @@ -25195,7 +25268,7 @@ "__id__": 509 }, "slotBar": { - "__id__": 1140 + "__id__": 1143 }, "sysGift": null, "slotRanking": null, @@ -25217,27 +25290,27 @@ "instance": null, "targetOverrides": [ { - "__id__": 1198 + "__id__": 1201 }, { - "__id__": 1200 + "__id__": 1203 }, { - "__id__": 1202 + "__id__": 1205 } ], "nestedPrefabInstanceRoots": [ { - "__id__": 1176 + "__id__": 1179 }, { - "__id__": 1157 + "__id__": 1160 }, { - "__id__": 830 + "__id__": 833 }, { - "__id__": 815 + "__id__": 818 }, { "__id__": 243 @@ -25339,10 +25412,10 @@ "sysGift" ], "target": { - "__id__": 1157 + "__id__": 1160 }, "targetInfo": { - "__id__": 1199 + "__id__": 1202 } }, { @@ -25354,17 +25427,17 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 1195 + "__id__": 1198 }, "sourceInfo": null, "propertyPath": [ "sysGift" ], "target": { - "__id__": 1157 + "__id__": 1160 }, "targetInfo": { - "__id__": 1201 + "__id__": 1204 } }, { @@ -25376,17 +25449,17 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 1195 + "__id__": 1198 }, "sourceInfo": null, "propertyPath": [ "slotRanking" ], "target": { - "__id__": 1176 + "__id__": 1179 }, "targetInfo": { - "__id__": 1203 + "__id__": 1206 } }, { diff --git a/assets/Main/Scripts/main/comm.ts b/assets/Main/Scripts/main/comm.ts index d333910..b3e6df9 100644 --- a/assets/Main/Scripts/main/comm.ts +++ b/assets/Main/Scripts/main/comm.ts @@ -135,6 +135,29 @@ export async function callGamePendingApi(argsObj: any) { return obj } +export async function callGameBalanceApi(argsObj: any) { + const url = apiaddr + path.join("/gameapi/getPlayerBalance") + const payload = JSON.stringify(argsObj) + + const res = await fetch(url, { + signal: AbortSignal.timeout(10000), + headers: { + "Content-Type": "application/json", + "X-Rp-Token": token, + }, + method: "POST", + body: payload, + mode: 'cors', + }) + + if (res.status != 200) { + const errstr = await res.text() + throw new Error(errstr || res.statusText) + } + const obj = await res.json() + return obj +} + export async function callGameApi(action: string, argsObj: any) { const url = apiaddr + path.join("/gameapi/", GameDataManager.instance.gamePending, action) const payload = JSON.stringify(argsObj)