From c6710e7dfad14fd00e96a5bb99dbdf3743d57ea1 Mon Sep 17 00:00:00 2001 From: "PC-20230316NUNE\\Administrator" <2858626794@qq.com> Date: Sat, 20 Jan 2024 19:01:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DataTables/Datas/__tables__.xlsx | Bin 11029 -> 11029 bytes DataTables/Datas/礼包/商店/商店礼包布局.xlsx | Bin 10217 -> 10287 bytes DataTables/Datas/礼包/礼包.xlsx | Bin 13574 -> 13733 bytes .../assets/resources/UICanvas.prefab | 87 +- .../assets/resources/WorldCanvas.prefab | 8 +- .../assets/resources/config/json/tbggift.json | 72 +- .../assets/resources/config/json/tbgshop.json | 11 +- .../prefab/battle/mode/GDungeonMode.prefab | 3 + .../prefab/ui/Debugger/Debugger.prefab | 18 +- .../resources/prefab/ui/主页/MainView.prefab | 7405 +++++++++-------- .../prefab/ui/主页/子组件/玩家信息.prefab | 48 +- .../prefab/ui/主页/挂机/主页挂机页面.prefab | 6 +- .../prefab/ui/主页/聊天/MainChatView.prefab | 32 +- .../prefab/ui/主页/聊天/聊天框.prefab | 54 +- .../prefab/ui/主页/野怪/野怪列表.prefab | 60 +- .../prefab/ui/副本页面/副本页面.prefab | 26 +- .../prefab/ui/加载页面/LoadingView.prefab | 12 +- .../assets/resources/prefab/ui/商店.meta | 9 + .../resources/prefab/ui/商店/商店礼包.prefab | 1463 ++++ .../prefab/ui/商店/商店礼包.prefab.meta | 13 + .../resources/prefab/ui/商店/商店页面.prefab | 2686 ++++++ .../prefab/ui/商店/商店页面.prefab.meta | 13 + .../prefab/ui/宠物/宠物升星页面.prefab | 6 +- .../prefab/ui/宠物/宠物单选页面.prefab | 6 +- .../ui/宠物装备/宠物装备背包页面.prefab | 26 +- .../ui/宠物装备/弹出锻造装备页面.prefab | 6 +- .../奖励/缩放动画列表奖励ICON.prefab | 268 + .../奖励/缩放动画列表奖励ICON.prefab.meta | 13 + .../ui/常用预制体/奖励/领取奖励页面.prefab | 457 +- .../prefab/ui/常用预制体/游戏/难度.prefab | 52 +- .../ui/新手引导页面/NoviceNamingView.prefab | 15 +- .../新手引导页面/NoviceSelectPetView.prefab | 25 +- .../模式/CampGuardian/阵营守护战斗页面.prefab | 22 +- .../prefab/ui/模式/OnHook/OnHook排行榜.prefab | 520 +- .../prefab/ui/模式/PVP/PVP匹配页面.prefab | 6 +- .../prefab/ui/系统页面/LoginView.prefab | 6 +- .../prefab/ui/系统页面/提示/TipsView.prefab | 10 +- .../ui/系统页面/选择提示/SelectionBox.prefab | 8 +- .../prefab/ui/资源/资源背包页面.prefab | 44 +- .../prefab/ui/阵法/阵法选择页面.prefab | 62 +- .../assets/resources/renders/WorldCamera.rt | 4 +- .../resources/renders/WorldCamera.rt.meta | 8 +- JisolGameCocos/assets/script/AppData.ts | 2 + .../script/battle/modes/GDungeonMode.ts | 1 + .../assets/script/battle/modes/GOnHookMode.ts | 9 +- .../battle/modes/default/GDefaultMode.ts | 2 +- .../battle/modes/default/GNormalModeBase.ts | 10 +- .../assets/script/config/data/schema.ts | 8 +- JisolGameCocos/assets/script/consts/API.ts | 24 + JisolGameCocos/assets/script/data/GiftData.ts | 45 + .../assets/script/data/GiftData.ts.meta | 9 + .../script/ui/Consts/Game/ModeRender.ts | 2 +- .../ui/Consts/Pet/table/TablePetIcon.ts | 4 - .../ui/Consts/Reward/RewardClaimView.ts | 12 +- .../Reward/RewardIconScrollScaleAnim.ts | 30 + .../Reward/RewardIconScrollScaleAnim.ts.meta | 9 + .../assets/script/ui/Home/MainView.ts | 5 + JisolGameCocos/assets/script/ui/Shop.meta | 9 + .../assets/script/ui/Shop/ShopGiftItem.ts | 53 + .../script/ui/Shop/ShopGiftItem.ts.meta | 9 + .../assets/script/ui/Shop/ShopView.ts | 43 + .../assets/script/ui/Shop/ShopView.ts.meta | 9 + JisolGameCocos/assets/script/ui/UIConfig.ts | 28 +- .../assets/tbresource/icon/资源/90007.png | Bin 0 -> 22070 bytes .../tbresource/icon/资源/90007.png.meta | 134 + JisolGameCocos/extensions/ngame | 2 +- .../settings/v2/packages/project.json | 6 +- .../Main/src/main/java/cfg/TB/TbGGift.java | 8 +- .../game/GPlayerEquipController.java | 2 +- .../game/controller/game/GiftController.java | 21 +- .../cn/jisol/game/entity/data/GResource.java | 28 + .../cn/jisol/game/entity/data/GReward.java | 34 + .../jisol/game/entity/table/GiftRecord.java | 14 +- .../jisol/game/service/ResourceService.java | 2 +- .../service/impl/ResourceServiceImpl.java | 26 +- .../Main/src/main/resources/application.yml | 4 +- .../Main/src/main/resources/json/tbggift.json | 72 +- .../Main/src/main/resources/json/tbgshop.json | 11 +- 78 files changed, 10027 insertions(+), 4250 deletions(-) create mode 100644 JisolGameCocos/assets/resources/prefab/ui/商店.meta create mode 100644 JisolGameCocos/assets/resources/prefab/ui/商店/商店礼包.prefab create mode 100644 JisolGameCocos/assets/resources/prefab/ui/商店/商店礼包.prefab.meta create mode 100644 JisolGameCocos/assets/resources/prefab/ui/商店/商店页面.prefab create mode 100644 JisolGameCocos/assets/resources/prefab/ui/商店/商店页面.prefab.meta create mode 100644 JisolGameCocos/assets/resources/prefab/ui/常用预制体/奖励/缩放动画列表奖励ICON.prefab create mode 100644 JisolGameCocos/assets/resources/prefab/ui/常用预制体/奖励/缩放动画列表奖励ICON.prefab.meta create mode 100644 JisolGameCocos/assets/script/data/GiftData.ts create mode 100644 JisolGameCocos/assets/script/data/GiftData.ts.meta create mode 100644 JisolGameCocos/assets/script/ui/Consts/Reward/RewardIconScrollScaleAnim.ts create mode 100644 JisolGameCocos/assets/script/ui/Consts/Reward/RewardIconScrollScaleAnim.ts.meta create mode 100644 JisolGameCocos/assets/script/ui/Shop.meta create mode 100644 JisolGameCocos/assets/script/ui/Shop/ShopGiftItem.ts create mode 100644 JisolGameCocos/assets/script/ui/Shop/ShopGiftItem.ts.meta create mode 100644 JisolGameCocos/assets/script/ui/Shop/ShopView.ts create mode 100644 JisolGameCocos/assets/script/ui/Shop/ShopView.ts.meta create mode 100644 JisolGameCocos/assets/tbresource/icon/资源/90007.png create mode 100644 JisolGameCocos/assets/tbresource/icon/资源/90007.png.meta create mode 100644 JisolGameServer/Main/src/main/java/cn/jisol/game/entity/data/GResource.java create mode 100644 JisolGameServer/Main/src/main/java/cn/jisol/game/entity/data/GReward.java diff --git a/DataTables/Datas/__tables__.xlsx b/DataTables/Datas/__tables__.xlsx index 0cf876558a77776f68400078f62e8907fe67f543..1ead771783b400c91f44c797d6ab2b964378b63f 100644 GIT binary patch delta 317 zcmV-D0mA;3R+Uz;lmP^K?9FJCm;o#Vb~0vYlgI%yf5Lzu4-_v&u2u ztSA*EXbT2S)8nIQciehZ|8YDA;YbX~kOD&moOTEGs zC0HhyWw-(QRZm1aq~JZWdeB7+5FA4R5|lMK3_|?VwV^FW&nnliWB z%Dri)e>-Fg-i3X8WAeUO*L6^jS`FtP;@kP7NdqCQHAO45*8&FFF1e0JW8nYw= P2PFi0?9FJiFDT{$z}b+Q delta 317 zcmV-D0mA;3R+Uz;lmP@qgP2y6m;o#VbRt`6lgI%ye`r9E2a1;>SE~dqvY9_dp0P{` zR+I`7v;~8v>G4s_tB98xu5?*}wmBHjk(7yem7uk?RfMtOYmm$YuAyAGEVX3TE%gdl zjNh{r;E<40EWt9tEW-`ZuX-ZdAqDS|)q^ftfZ!Mkkf5x=G@$sWYe7r%=YcjEG-YnL zm3z}pe|N|hybJsG#^immuIr#4wHnT!;@kPXP_22#1K~NBs59RuH>2~5Y=+X1gw!WvpM)71 zMKp{Exohq|IN!K+8**pxKk>vT)Tfh-(#S!>5XpeJ2c)g{;eSZK0Z>Z=1e0JW8nYw= P2PFhWgP2ycFDT{$&3l+8 diff --git a/DataTables/Datas/礼包/商店/商店礼包布局.xlsx b/DataTables/Datas/礼包/商店/商店礼包布局.xlsx index 4bbdd505d9f98dea53d5dc2c140503be0dab8302..28528986cf3558a4406806be2bec4aa13c9540ef 100644 GIT binary patch delta 2451 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 F{{c?skL~~f delta 6210 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 diff --git a/JisolGameCocos/assets/resources/UICanvas.prefab b/JisolGameCocos/assets/resources/UICanvas.prefab index d0189e1a..be4ff4c3 100644 --- a/JisolGameCocos/assets/resources/UICanvas.prefab +++ b/JisolGameCocos/assets/resources/UICanvas.prefab @@ -27,9 +27,6 @@ ], "_active": true, "_components": [ - { - "__id__": 14 - }, { "__id__": 16 }, @@ -48,8 +45,8 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 360, - "y": 640, + "x": 640, + "y": 360.00000000000006, "z": 0 }, "_lrot": { @@ -138,7 +135,7 @@ "_priority": 1, "_fov": 45, "_fovAxis": 0, - "_orthoHeight": 640, + "_orthoHeight": 360, "_near": 0, "_far": 1000, "_color": { @@ -206,10 +203,13 @@ }, { "__id__": 11 + }, + { + "__id__": 13 } ], "_prefab": { - "__id__": 13 + "__id__": 15 }, "_lpos": { "__type__": "cc.Vec3", @@ -254,8 +254,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -336,6 +336,42 @@ "__type__": "cc.CompPrefabInfo", "fileId": "4dAbnesxlMxI5/HwZJY6FE" }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 6 + }, + "_enabled": true, + "__prefab": { + "__id__": 14 + }, + "_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": 1280, + "_originalHeight": 720, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "4fmrucoylPyLBP/KmW1F2R" + }, { "__type__": "cc.PrefabInfo", "root": { @@ -359,12 +395,12 @@ }, "_enabled": true, "__prefab": { - "__id__": 15 + "__id__": 17 }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -387,7 +423,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 17 + "__id__": 19 }, "_cameraComponent": { "__id__": 3 @@ -409,7 +445,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 19 + "__id__": 21 }, "_alignFlags": 45, "_target": null, @@ -445,7 +481,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 21 + "__id__": 23 }, "root": { "__id__": 6 @@ -456,27 +492,6 @@ "__type__": "cc.CompPrefabInfo", "fileId": "a5cWASUqZFWbJeQJ2MLLd6" }, - { - "__type__": "1c16bQ/GLJGbqTREE81sG8h", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 1 - }, - "_enabled": true, - "__prefab": { - "__id__": 23 - }, - "transform": { - "__id__": 7 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "b5pMzUMX9Fvb5rlBSoZKr2" - }, { "__type__": "cc.PrefabInfo", "root": { diff --git a/JisolGameCocos/assets/resources/WorldCanvas.prefab b/JisolGameCocos/assets/resources/WorldCanvas.prefab index c7696836..73f8cac8 100644 --- a/JisolGameCocos/assets/resources/WorldCanvas.prefab +++ b/JisolGameCocos/assets/resources/WorldCanvas.prefab @@ -42,8 +42,8 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 360, - "y": 640, + "x": 640, + "y": 360, "z": 0 }, "_lrot": { @@ -286,8 +286,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", diff --git a/JisolGameCocos/assets/resources/config/json/tbggift.json b/JisolGameCocos/assets/resources/config/json/tbggift.json index c08a5c5a..0eb93bef 100644 --- a/JisolGameCocos/assets/resources/config/json/tbggift.json +++ b/JisolGameCocos/assets/resources/config/json/tbggift.json @@ -5,22 +5,67 @@ "tig": "金币礼包", "limit": 1, "limitValue": 0, - "price": 6, + "exchanges": [ + { + "id": 90007, + "value": 6 + } + ], "rewards": [ { "type": 1, - "id": 90002, - "value": 20 + "id": 90001, + "value": 1000 + } + ] + }, + { + "id": 180002, + "name": "好多金币礼包", + "tig": "好多金币礼包", + "limit": 1, + "limitValue": 0, + "exchanges": [ + { + "id": 90007, + "value": 6 + } + ], + "rewards": [ + { + "type": 1, + "id": 90001, + "value": 1000 + }, + { + "type": 1, + "id": 90001, + "value": 1000 + }, + { + "type": 1, + "id": 90001, + "value": 1000 + }, + { + "type": 1, + "id": 90001, + "value": 1000 } ] }, { "id": 190001, - "name": "限购金币礼包", - "tig": "限购金币礼包", + "name": "限购矿石礼包", + "tig": "每日限购矿石礼包", "limit": 2, - "limitValue": 1, - "price": 6, + "limitValue": 5, + "exchanges": [ + { + "id": 90007, + "value": 6 + } + ], "rewards": [ { "type": 1, @@ -31,11 +76,16 @@ }, { "id": 200001, - "name": "每日限购金币礼包", - "tig": "每日限购金币礼包", + "name": "每日矿石礼包", + "tig": "每日限购矿石礼包", "limit": 3, - "limitValue": 1, - "price": 6, + "limitValue": 5, + "exchanges": [ + { + "id": 90007, + "value": 6 + } + ], "rewards": [ { "type": 1, diff --git a/JisolGameCocos/assets/resources/config/json/tbgshop.json b/JisolGameCocos/assets/resources/config/json/tbgshop.json index 74d430c7..2e667d2a 100644 --- a/JisolGameCocos/assets/resources/config/json/tbgshop.json +++ b/JisolGameCocos/assets/resources/config/json/tbgshop.json @@ -6,12 +6,17 @@ }, { "id": 2, - "tig": "限购金币礼包", - "giftId": 190001 + "tig": "好多金币礼包", + "giftId": 180002 }, { "id": 3, - "tig": "每日限购金币礼包", + "tig": "限购矿石礼包", + "giftId": 190001 + }, + { + "id": 4, + "tig": "每日矿石礼包", "giftId": 200001 } ] \ No newline at end of file diff --git a/JisolGameCocos/assets/resources/prefab/battle/mode/GDungeonMode.prefab b/JisolGameCocos/assets/resources/prefab/battle/mode/GDungeonMode.prefab index 86750632..f6dede74 100644 --- a/JisolGameCocos/assets/resources/prefab/battle/mode/GDungeonMode.prefab +++ b/JisolGameCocos/assets/resources/prefab/battle/mode/GDungeonMode.prefab @@ -544,6 +544,9 @@ "__uuid__": "e989c288-5957-41c1-953c-190622651f52", "__expectedType__": "cc.Prefab" }, + "objects": { + "__id__": 20 + }, "_id": "" }, { diff --git a/JisolGameCocos/assets/resources/prefab/ui/Debugger/Debugger.prefab b/JisolGameCocos/assets/resources/prefab/ui/Debugger/Debugger.prefab index d4a9b0e5..7b6c53f2 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/Debugger/Debugger.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/Debugger/Debugger.prefab @@ -166,7 +166,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 400, + "y": 250, "z": 0 }, "_lrot": { @@ -615,7 +615,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 346.8, + "y": 196.8, "z": 0 }, "_lrot": { @@ -783,7 +783,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 313.6, + "y": 163.60000000000002, "z": 0 }, "_lrot": { @@ -823,7 +823,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 600, + "width": 900, "height": 0 }, "_anchorPoint": { @@ -983,8 +983,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 600, - "height": 900 + "width": 900, + "height": 600 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1125,8 +1125,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1188,7 +1188,7 @@ "__id__": 55 }, "mask": true, - "maskOpcity": 80, + "maskOpcity": 140, "isClickMaskeClose": true, "text": { "__id__": 20 diff --git a/JisolGameCocos/assets/resources/prefab/ui/主页/MainView.prefab b/JisolGameCocos/assets/resources/prefab/ui/主页/MainView.prefab index 05051a24..3d24f773 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/主页/MainView.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/主页/MainView.prefab @@ -25,29 +25,26 @@ "__id__": 10 }, { - "__id__": 169 + "__id__": 433 }, { - "__id__": 367 - }, - { - "__id__": 531 + "__id__": 576 } ], "_active": true, "_components": [ { - "__id__": 548 + "__id__": 593 }, { - "__id__": 550 + "__id__": 595 }, { - "__id__": 552 + "__id__": 597 } ], "_prefab": { - "__id__": 554 + "__id__": 599 }, "_lpos": { "__type__": "cc.Vec3", @@ -145,8 +142,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -255,7 +252,7 @@ }, { "__type__": "cc.Node", - "_name": "游戏区域", + "_name": "右边内容", "_objFlags": 0, "__editorExtras__": {}, "_parent": { @@ -266,43 +263,37 @@ "__id__": 11 }, { - "__id__": 24 + "__id__": 28 }, { - "__id__": 56 + "__id__": 60 }, { - "__id__": 86 + "__id__": 90 }, { - "__id__": 94 - }, - { - "__id__": 113 - }, - { - "__id__": 126 - }, - { - "__id__": 145 + "__id__": 262 } ], "_active": true, "_components": [ { - "__id__": 164 + "__id__": 426 }, { - "__id__": 166 + "__id__": 428 + }, + { + "__id__": 430 } ], "_prefab": { - "__id__": 168 + "__id__": 432 }, "_lpos": { "__type__": "cc.Vec3", - "x": 0, - "y": 60, + "x": 300, + "y": 0, "z": 0 }, "_lrot": { @@ -345,10 +336,10 @@ "__id__": 11 }, "asset": { - "__uuid__": "1ee4a519-c5ef-453c-98d6-9940781b6fcc", + "__uuid__": "bd8941db-e6c7-422a-989a-a51d4f778362", "__expectedType__": "cc.Prefab" }, - "fileId": "64PJYFWgBDZrEsaiYwZxmh", + "fileId": "fdayH6FM5D7KxxkfPBzFJ/", "instance": { "__id__": 13 }, @@ -356,72 +347,173 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "2fBi1gb7xM5Z+0qX8xffGY", + "fileId": "e1FcMkdltNFLsJXtBT/SaJ", "prefabRootNode": { "__id__": 1 }, "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ + "mountedComponents": [ { "__id__": 14 - }, - { - "__id__": 16 - }, - { - "__id__": 18 - }, + } + ], + "propertyOverrides": [ { "__id__": 20 }, { "__id__": 22 + }, + { + "__id__": 24 + }, + { + "__id__": 26 } ], "removedComponents": [] }, { - "__type__": "CCPropertyOverrideInfo", + "__type__": "cc.MountedComponentsInfo", "targetInfo": { "__id__": 15 }, - "propertyPath": [ - "_name" - ], - "value": "游戏渲染" + "components": [ + { + "__id__": 16 + }, + { + "__id__": 18 + } + ] }, { "__type__": "cc.TargetInfo", "localID": [ - "64PJYFWgBDZrEsaiYwZxmh" + "fdayH6FM5D7KxxkfPBzFJ/" + ] + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": { + "mountedRoot": { + "__id__": 11 + } + }, + "node": { + "__id__": 11 + }, + "_enabled": true, + "__prefab": { + "__id__": 17 + }, + "_alignFlags": 9, + "_target": null, + "_left": 0, + "_right": 0, + "_top": 40, + "_bottom": 0, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 0, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "8dI0F4vuVKJ4amB+CCR6tF" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": { + "mountedRoot": { + "__id__": 11 + } + }, + "node": { + "__id__": 11 + }, + "_enabled": true, + "__prefab": { + "__id__": 19 + }, + "_alignFlags": 1, + "_target": null, + "_left": 0, + "_right": 0, + "_top": 45, + "_bottom": 0, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 0, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c8DNZbEVBE36EhGXPk2tzu" + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 21 + }, + "propertyPath": [ + "_name" + ], + "value": "玩家信息" + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "fdayH6FM5D7KxxkfPBzFJ/" ] }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 17 + "__id__": 23 }, "propertyPath": [ "_lpos" ], "value": { "__type__": "cc.Vec3", - "x": -395.897, - "y": -39.886, + "x": -190, + "y": 260, "z": 0 } }, { "__type__": "cc.TargetInfo", "localID": [ - "64PJYFWgBDZrEsaiYwZxmh" + "fdayH6FM5D7KxxkfPBzFJ/" ] }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 19 + "__id__": 25 }, "propertyPath": [ "_lrot" @@ -437,13 +529,13 @@ { "__type__": "cc.TargetInfo", "localID": [ - "64PJYFWgBDZrEsaiYwZxmh" + "fdayH6FM5D7KxxkfPBzFJ/" ] }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 21 + "__id__": 27 }, "propertyPath": [ "_euler" @@ -458,28 +550,7 @@ { "__type__": "cc.TargetInfo", "localID": [ - "64PJYFWgBDZrEsaiYwZxmh" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 23 - }, - "propertyPath": [ - "_lscale" - ], - "value": { - "__type__": "cc.Vec3", - "x": 1.1, - "y": 1.1, - "z": 1 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "64PJYFWgBDZrEsaiYwZxmh" + "fdayH6FM5D7KxxkfPBzFJ/" ] }, { @@ -492,28 +563,28 @@ }, "_children": [ { - "__id__": 25 + "__id__": 29 } ], "_active": true, "_components": [ - { - "__id__": 49 - }, - { - "__id__": 51 - }, { "__id__": 53 + }, + { + "__id__": 55 + }, + { + "__id__": 57 } ], "_prefab": { - "__id__": 55 + "__id__": 59 }, "_lpos": { "__type__": "cc.Vec3", - "x": 92.814, - "y": 540, + "x": 68.46, + "y": 295, "z": 0 }, "_lrot": { @@ -545,30 +616,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 24 + "__id__": 28 }, "_children": [ { - "__id__": 26 + "__id__": 30 }, { - "__id__": 34 + "__id__": 38 } ], "_active": true, "_components": [ - { - "__id__": 42 - }, - { - "__id__": 44 - }, { "__id__": 46 + }, + { + "__id__": 48 + }, + { + "__id__": 50 } ], "_prefab": { - "__id__": 48 + "__id__": 52 }, "_lpos": { "__type__": "cc.Vec3", @@ -605,23 +676,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 25 + "__id__": 29 }, "_children": [], "_active": true, "_components": [ - { - "__id__": 27 - }, - { - "__id__": 29 - }, { "__id__": 31 + }, + { + "__id__": 33 + }, + { + "__id__": 35 } ], "_prefab": { - "__id__": 33 + "__id__": 37 }, "_lpos": { "__type__": "cc.Vec3", @@ -658,11 +729,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 26 + "__id__": 30 }, "_enabled": true, "__prefab": { - "__id__": 28 + "__id__": 32 }, "_contentSize": { "__type__": "cc.Size", @@ -686,11 +757,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 26 + "__id__": 30 }, "_enabled": true, "__prefab": { - "__id__": 30 + "__id__": 34 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -731,11 +802,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 26 + "__id__": 30 }, "_enabled": true, "__prefab": { - "__id__": 32 + "__id__": 36 }, "_color": { "__type__": "cc.Color", @@ -770,23 +841,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 25 + "__id__": 29 }, "_children": [], "_active": true, "_components": [ - { - "__id__": 35 - }, - { - "__id__": 37 - }, { "__id__": 39 + }, + { + "__id__": 41 + }, + { + "__id__": 43 } ], "_prefab": { - "__id__": 41 + "__id__": 45 }, "_lpos": { "__type__": "cc.Vec3", @@ -823,11 +894,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 34 + "__id__": 38 }, "_enabled": true, "__prefab": { - "__id__": 36 + "__id__": 40 }, "_contentSize": { "__type__": "cc.Size", @@ -851,11 +922,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 34 + "__id__": 38 }, "_enabled": true, "__prefab": { - "__id__": 38 + "__id__": 42 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -896,11 +967,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 34 + "__id__": 38 }, "_enabled": true, "__prefab": { - "__id__": 40 + "__id__": 44 }, "_color": { "__type__": "cc.Color", @@ -935,11 +1006,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 25 + "__id__": 29 }, "_enabled": true, "__prefab": { - "__id__": 43 + "__id__": 47 }, "_contentSize": { "__type__": "cc.Size", @@ -963,11 +1034,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 25 + "__id__": 29 }, "_enabled": true, "__prefab": { - "__id__": 45 + "__id__": 49 }, "_resizeMode": 1, "_layoutType": 1, @@ -1001,15 +1072,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 25 + "__id__": 29 }, "_enabled": true, "__prefab": { - "__id__": 47 + "__id__": 51 }, "type": 90001, "show": { - "__id__": 37 + "__id__": 41 }, "_id": "" }, @@ -1036,11 +1107,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 24 + "__id__": 28 }, "_enabled": true, "__prefab": { - "__id__": 50 + "__id__": 54 }, "_contentSize": { "__type__": "cc.Size", @@ -1064,11 +1135,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 24 + "__id__": 28 }, "_enabled": true, "__prefab": { - "__id__": 52 + "__id__": 56 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1109,17 +1180,17 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 24 + "__id__": 28 }, "_enabled": true, "__prefab": { - "__id__": 54 + "__id__": 58 }, "_alignFlags": 1, "_target": null, "_left": 0, "_right": 0, - "_top": 20, + "_top": 45, "_bottom": 0, "_horizontalCenter": 0, "_verticalCenter": 0, @@ -1137,7 +1208,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "74hKJSx0FPOKpDOAIsDr8o" + "fileId": "eeHBkZO6FCroL2S5f4p863" }, { "__type__": "cc.PrefabInfo", @@ -1162,28 +1233,28 @@ }, "_children": [ { - "__id__": 57 + "__id__": 61 } ], "_active": true, "_components": [ - { - "__id__": 79 - }, - { - "__id__": 81 - }, { "__id__": 83 + }, + { + "__id__": 85 + }, + { + "__id__": 87 } ], "_prefab": { - "__id__": 85 + "__id__": 89 }, "_lpos": { "__type__": "cc.Vec3", - "x": 267.601, - "y": 540, + "x": 242.803, + "y": 295, "z": 0 }, "_lrot": { @@ -1215,27 +1286,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 56 + "__id__": 60 }, "_children": [ { - "__id__": 58 + "__id__": 62 }, { - "__id__": 66 + "__id__": 70 } ], "_active": true, "_components": [ { - "__id__": 74 + "__id__": 78 }, { - "__id__": 76 + "__id__": 80 } ], "_prefab": { - "__id__": 78 + "__id__": 82 }, "_lpos": { "__type__": "cc.Vec3", @@ -1272,23 +1343,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 57 + "__id__": 61 }, "_children": [], "_active": true, "_components": [ - { - "__id__": 59 - }, - { - "__id__": 61 - }, { "__id__": 63 + }, + { + "__id__": 65 + }, + { + "__id__": 67 } ], "_prefab": { - "__id__": 65 + "__id__": 69 }, "_lpos": { "__type__": "cc.Vec3", @@ -1325,11 +1396,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 58 + "__id__": 62 }, "_enabled": true, "__prefab": { - "__id__": 60 + "__id__": 64 }, "_contentSize": { "__type__": "cc.Size", @@ -1353,11 +1424,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 58 + "__id__": 62 }, "_enabled": true, "__prefab": { - "__id__": 62 + "__id__": 66 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1398,11 +1469,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 58 + "__id__": 62 }, "_enabled": true, "__prefab": { - "__id__": 64 + "__id__": 68 }, "_color": { "__type__": "cc.Color", @@ -1437,23 +1508,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 57 + "__id__": 61 }, "_children": [], "_active": true, "_components": [ - { - "__id__": 67 - }, - { - "__id__": 69 - }, { "__id__": 71 + }, + { + "__id__": 73 + }, + { + "__id__": 75 } ], "_prefab": { - "__id__": 73 + "__id__": 77 }, "_lpos": { "__type__": "cc.Vec3", @@ -1490,11 +1561,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 66 + "__id__": 70 }, "_enabled": true, "__prefab": { - "__id__": 68 + "__id__": 72 }, "_contentSize": { "__type__": "cc.Size", @@ -1518,11 +1589,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 66 + "__id__": 70 }, "_enabled": true, "__prefab": { - "__id__": 70 + "__id__": 74 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1563,11 +1634,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 66 + "__id__": 70 }, "_enabled": true, "__prefab": { - "__id__": 72 + "__id__": 76 }, "_color": { "__type__": "cc.Color", @@ -1602,11 +1673,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 57 + "__id__": 61 }, "_enabled": true, "__prefab": { - "__id__": 75 + "__id__": 79 }, "_contentSize": { "__type__": "cc.Size", @@ -1630,11 +1701,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 57 + "__id__": 61 }, "_enabled": true, "__prefab": { - "__id__": 77 + "__id__": 81 }, "_resizeMode": 1, "_layoutType": 1, @@ -1681,11 +1752,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 56 + "__id__": 60 }, "_enabled": true, "__prefab": { - "__id__": 80 + "__id__": 84 }, "_contentSize": { "__type__": "cc.Size", @@ -1709,11 +1780,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 56 + "__id__": 60 }, "_enabled": true, "__prefab": { - "__id__": 82 + "__id__": 86 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1754,17 +1825,17 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 56 + "__id__": 60 }, "_enabled": true, "__prefab": { - "__id__": 84 + "__id__": 88 }, "_alignFlags": 1, "_target": null, "_left": 0, "_right": 0, - "_top": 20, + "_top": 45, "_bottom": 0, "_horizontalCenter": 0, "_verticalCenter": 0, @@ -1782,7 +1853,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "63HN4blYtBgqy+Fs8Zh+2G" + "fileId": "41PlHNp7ZN474VKRH/vJwF" }, { "__type__": "cc.PrefabInfo", @@ -1799,33 +1870,342 @@ }, { "__type__": "cc.Node", + "_name": "控制区域", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 10 }, + "_children": [ + { + "__id__": 91 + }, + { + "__id__": 239 + } + ], + "_active": true, + "_components": [ + { + "__id__": 255 + }, + { + "__id__": 257 + }, + { + "__id__": 259 + } + ], "_prefab": { - "__id__": 87 + "__id__": 261 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -90, + "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.Node", + "_name": "控制内容", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 90 + }, + "_children": [ + { + "__id__": 92 + }, + { + "__id__": 220 + } + ], + "_active": true, + "_components": [ + { + "__id__": 226 + }, + { + "__id__": 228 + }, + { + "__id__": 230 + }, + { + "__id__": 232 + }, + { + "__id__": 234 + }, + { + "__id__": 236 + } + ], + "_prefab": { + "__id__": 238 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 85, + "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.Node", + "_name": "view", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 91 + }, + "_children": [ + { + "__id__": 93 + }, + { + "__id__": 173 + }, + { + "__id__": 192 + } + ], + "_active": true, + "_components": [ + { + "__id__": 211 + }, + { + "__id__": 213 + }, + { + "__id__": 215 + }, + { + "__id__": 217 + } + ], + "_prefab": { + "__id__": 219 + }, + "_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.Node", + "_name": "content", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 92 + }, + "_children": [ + { + "__id__": 94 + }, + { + "__id__": 155 + } + ], + "_active": true, + "_components": [ + { + "__id__": 168 + }, + { + "__id__": 170 + } + ], + "_prefab": { + "__id__": 172 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -340, + "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.Node", + "_name": "阵法", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 93 + }, + "_children": [ + { + "__id__": 95 + }, + { + "__id__": 108 + } + ], + "_active": true, + "_components": [ + { + "__id__": 150 + }, + { + "__id__": 152 + } + ], + "_prefab": { + "__id__": 154 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 340, + "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.Node", + "_objFlags": 0, + "_parent": { + "__id__": 94 + }, + "_prefab": { + "__id__": 96 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 86 + "__id__": 95 }, "asset": { - "__uuid__": "bd8941db-e6c7-422a-989a-a51d4f778362", + "__uuid__": "9d7eeadb-58f6-4c42-aaed-bc402f272c84", "__expectedType__": "cc.Prefab" }, - "fileId": "fdayH6FM5D7KxxkfPBzFJ/", + "fileId": "a8T0NC/KpNY7MMbRkPRuwY", "instance": { - "__id__": 88 + "__id__": 97 }, "targetOverrides": null }, { "__type__": "cc.PrefabInstance", - "fileId": "e1FcMkdltNFLsJXtBT/SaJ", + "fileId": "953khSkmJDS6BaKq+db74x", "prefabRootNode": { "__id__": 1 }, @@ -1833,16 +2213,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 89 + "__id__": 98 }, { - "__id__": 91 + "__id__": 100 }, { - "__id__": 92 + "__id__": 102 }, { - "__id__": 93 + "__id__": 104 + }, + { + "__id__": 106 } ], "removedComponents": [] @@ -1850,38 +2233,44 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 90 + "__id__": 99 }, "propertyPath": [ "_name" ], - "value": "玩家信息" + "value": "阵法" }, { "__type__": "cc.TargetInfo", "localID": [ - "fdayH6FM5D7KxxkfPBzFJ/" + "a8T0NC/KpNY7MMbRkPRuwY" ] }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 90 + "__id__": 101 }, "propertyPath": [ "_lpos" ], "value": { "__type__": "cc.Vec3", - "x": -190, - "y": 500, + "x": -133.339, + "y": 0.385, "z": 0 } }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "a8T0NC/KpNY7MMbRkPRuwY" + ] + }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 90 + "__id__": 103 }, "propertyPath": [ "_lrot" @@ -1894,10 +2283,16 @@ "w": 1 } }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "a8T0NC/KpNY7MMbRkPRuwY" + ] + }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 90 + "__id__": 105 }, "propertyPath": [ "_euler" @@ -1909,41 +2304,63 @@ "z": 0 } }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "a8T0NC/KpNY7MMbRkPRuwY" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 107 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "a8T0NC/KpNY7MMbRkPRuwY" + ] + }, { "__type__": "cc.Node", - "_name": "PVP按钮", + "_name": "按钮列表", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 10 + "__id__": 94 }, "_children": [ { - "__id__": 95 + "__id__": 109 + }, + { + "__id__": 126 } ], "_active": true, "_components": [ { - "__id__": 103 + "__id__": 143 }, { - "__id__": 105 + "__id__": 145 }, { - "__id__": 107 - }, - { - "__id__": 110 + "__id__": 147 } ], "_prefab": { - "__id__": 112 + "__id__": 149 }, "_lpos": { "__type__": "cc.Vec3", - "x": 300, - "y": 71.444, + "x": 176.267, + "y": 3.7620000000000005, "z": 0 }, "_lrot": { @@ -1971,27 +2388,84 @@ }, { "__type__": "cc.Node", - "_name": "Label", + "_name": "Button", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 108 + }, + "_children": [ + { + "__id__": 110 + } + ], + "_active": true, + "_components": [ + { + "__id__": 118 + }, + { + "__id__": 120 + }, + { + "__id__": 122 + } + ], + "_prefab": { + "__id__": 125 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 90, + "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.Node", + "_name": "挂机文本", "_objFlags": 512, "__editorExtras__": {}, "_parent": { - "__id__": 94 + "__id__": 109 }, "_children": [], "_active": true, "_components": [ { - "__id__": 96 + "__id__": 111 }, { - "__id__": 98 + "__id__": 113 }, { - "__id__": 100 + "__id__": 115 } ], "_prefab": { - "__id__": 102 + "__id__": 117 }, "_lpos": { "__type__": "cc.Vec3", @@ -2028,16 +2502,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 95 + "__id__": 110 }, "_enabled": true, "__prefab": { - "__id__": 97 + "__id__": 112 }, "_contentSize": { "__type__": "cc.Size", - "width": 100, - "height": 40 + "width": 78, + "height": 56.4 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -2048,7 +2522,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "5543Hxc/VN3LDXrSYEK3p2" + "fileId": "a7fyHnnvZAsaIF8IsO3sLR" }, { "__type__": "cc.Label", @@ -2056,11 +2530,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 95 + "__id__": 110 }, "_enabled": true, "__prefab": { - "__id__": 99 + "__id__": 114 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2072,14 +2546,14 @@ "b": 255, "a": 255 }, - "_string": "PVP", + "_string": "挂机", "_horizontalAlign": 1, "_verticalAlign": 1, - "_actualFontSize": 26, - "_fontSize": 26, + "_actualFontSize": 36, + "_fontSize": 36, "_fontFamily": "Arial", "_lineHeight": 40, - "_overflow": 1, + "_overflow": 0, "_enableWrapText": false, "_font": null, "_isSystemFontUsed": true, @@ -2093,7 +2567,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "b2aC/W7JRHeoaR90TqFhv6" + "fileId": "37mBYCZY5MbZ+PVGA7b5pa" }, { "__type__": "cc.LabelOutline", @@ -2101,11 +2575,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 95 + "__id__": 110 }, "_enabled": true, "__prefab": { - "__id__": 101 + "__id__": 116 }, "_color": { "__type__": "cc.Color", @@ -2114,12 +2588,12 @@ "b": 0, "a": 255 }, - "_width": 2, + "_width": 3, "_id": "" }, { "__type__": "cc.CompPrefabInfo", - "fileId": "33q6Iur4RNkbwMGThbg0DZ" + "fileId": "edGzhvk6ZNLrUgSKATgRKh" }, { "__type__": "cc.PrefabInfo", @@ -2129,7 +2603,7 @@ "asset": { "__id__": 0 }, - "fileId": "92mB3ybUhM+LOw4apqnvwy", + "fileId": "0bCZFAdc1DxaRtsPC22Pn1", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -2140,16 +2614,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 94 + "__id__": 109 }, "_enabled": true, "__prefab": { - "__id__": 104 + "__id__": 119 }, "_contentSize": { "__type__": "cc.Size", - "width": 80, - "height": 80 + "width": 150, + "height": 130 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -2160,7 +2634,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "ecFczOv0FM97qHeOR+X8kn" + "fileId": "9dmWHVVwlKKZ+5jQObaAbQ" }, { "__type__": "cc.Sprite", @@ -2168,20 +2642,20 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 94 + "__id__": 109 }, "_enabled": true, "__prefab": { - "__id__": 106 + "__id__": 121 }, "_customMaterial": null, "_srcBlendFactor": 2, "_dstBlendFactor": 4, "_color": { "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, + "r": 235, + "g": 235, + "b": 235, "a": 255 }, "_spriteFrame": { @@ -2205,7 +2679,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "eeSBMNXq9HaYpub7Iwl3Nn" + "fileId": "f1oNObOoJEALadVSsHZRA+" }, { "__type__": "cc.Button", @@ -2213,15 +2687,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 94 + "__id__": 109 }, "_enabled": true, "__prefab": { - "__id__": 108 + "__id__": 123 }, "clickEvents": [ { - "__id__": 109 + "__id__": 124 } ], "_interactable": true, @@ -2273,13 +2747,13 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 94 + "__id__": 109 }, "_id": "" }, { "__type__": "cc.CompPrefabInfo", - "fileId": "f4saH8hdtMZKJNlDuyPFHq" + "fileId": "83SuapIv1NlLnaSG/TNgLw" }, { "__type__": "cc.ClickEvent", @@ -2288,45 +2762,9 @@ }, "component": "", "_componentId": "b51bfKvsidNPKBbFirAFgQI", - "handler": "onOpenPVP", + "handler": "onOpenOnHookView", "customEventData": "" }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 94 - }, - "_enabled": true, - "__prefab": { - "__id__": 111 - }, - "_alignFlags": 36, - "_target": null, - "_left": 0, - "_right": 20, - "_top": 0, - "_bottom": 31.444000000000003, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 0, - "_originalHeight": 0, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "e4BopbkvxCXpYmHoAmEbkE" - }, { "__type__": "cc.PrefabInfo", "root": { @@ -2335,182 +2773,18 @@ "asset": { "__id__": 0 }, - "fileId": "d6WReVOwhDn57qyy7GvYbo", + "fileId": "d0rKrPTe9NArNpREfN9wqt", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null }, { "__type__": "cc.Node", - "_objFlags": 0, - "_parent": { - "__id__": 10 - }, - "_prefab": { - "__id__": 114 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 113 - }, - "asset": { - "__uuid__": "c9df301b-3532-4bbd-8d7e-d0620db322a0", - "__expectedType__": "cc.Prefab" - }, - "fileId": "9eultbNU5HCLypkPXqoRGA", - "instance": { - "__id__": 115 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "3dkkKe/XNNMZ6VmYiDU/Fi", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 116 - }, - { - "__id__": 118 - }, - { - "__id__": 119 - }, - { - "__id__": 120 - }, - { - "__id__": 121 - }, - { - "__id__": 123 - } - ], - "removedComponents": [ - { - "__id__": 125 - } - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 117 - }, - "propertyPath": [ - "_name" - ], - "value": "难度" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "9eultbNU5HCLypkPXqoRGA" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 117 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 14.153, - "y": 395, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 117 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 117 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 122 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 200, - "height": 70 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "5b1ztjg0FI7YvHJaHCU2ms" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 124 - }, - "propertyPath": [ - "_top" - ], - "value": 150 - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "58+NYe5CFKzLz2VGok5XlR" - ] - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "cbX3HL9pRM17wDGKmTSo94" - ] - }, - { - "__type__": "cc.Node", - "_name": "Button-002", + "_name": "Button-001", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 10 + "__id__": 108 }, "_children": [ { @@ -2527,18 +2801,15 @@ }, { "__id__": 139 - }, - { - "__id__": 142 } ], "_prefab": { - "__id__": 144 + "__id__": 142 }, "_lpos": { "__type__": "cc.Vec3", - "x": 188.449, - "y": 395, + "x": 0, + "y": -90, "z": 0 }, "_lrot": { @@ -2631,8 +2902,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 100, - "height": 40 + "width": 78, + "height": 56.4 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -2643,7 +2914,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "1dMX0k8ARKYLi1Iy56H0O1" + "fileId": "f3W0pGprJN/Z+lrTJCUGD8" }, { "__type__": "cc.Label", @@ -2667,14 +2938,14 @@ "b": 255, "a": 255 }, - "_string": "下一关", + "_string": "地图", "_horizontalAlign": 1, "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, + "_actualFontSize": 36, + "_fontSize": 36, "_fontFamily": "Arial", "_lineHeight": 40, - "_overflow": 1, + "_overflow": 0, "_enableWrapText": false, "_font": null, "_isSystemFontUsed": true, @@ -2688,7 +2959,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "b0SEZOjSBFoam0g02qh+Di" + "fileId": "19fdrpFwtE8448RCcScr1f" }, { "__type__": "cc.LabelOutline", @@ -2709,12 +2980,12 @@ "b": 0, "a": 255 }, - "_width": 2, + "_width": 3, "_id": "" }, { "__type__": "cc.CompPrefabInfo", - "fileId": "78/T5uOxxBN6cMaHB2G8JI" + "fileId": "6exxkxqkZLCpT3N+wW+me6" }, { "__type__": "cc.PrefabInfo", @@ -2724,7 +2995,7 @@ "asset": { "__id__": 0 }, - "fileId": "d34tqTzC5HBroVsNAUv/7n", + "fileId": "aa8t4U7ANNWKDtX7ROIi4E", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -2743,8 +3014,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 120, - "height": 70 + "width": 150, + "height": 130 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -2755,7 +3026,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "bbMKHWygtK+6gZdOYaV3pM" + "fileId": "8cF/XblfVLtoE/6SHONS4F" }, { "__type__": "cc.Sprite", @@ -2774,9 +3045,9 @@ "_dstBlendFactor": 4, "_color": { "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, + "r": 235, + "g": 235, + "b": 235, "a": 255 }, "_spriteFrame": { @@ -2800,7 +3071,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "beHQz9cBtOvame1aqOtqBf" + "fileId": "faXNwArBxOOqxhfb6Bj3fH" }, { "__type__": "cc.Button", @@ -2872,2156 +3143,6 @@ }, "_id": "" }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "b5QfGzIuFMQY3VrRK8yY7x" - }, - { - "__type__": "cc.ClickEvent", - "target": { - "__id__": 1 - }, - "component": "", - "_componentId": "b51bfKvsidNPKBbFirAFgQI", - "handler": "onClickNextLevel", - "customEventData": "" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 126 - }, - "_enabled": true, - "__prefab": { - "__id__": 143 - }, - "_alignFlags": 1, - "_target": null, - "_left": 0, - "_right": 0, - "_top": 150, - "_bottom": 0, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 0, - "_originalHeight": 0, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "33S52HEUBLwq5VFYelAGAy" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "17CMT1W0RGYJBXfOVnTcFL", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "Button-003", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 10 - }, - "_children": [ - { - "__id__": 146 - } - ], - "_active": true, - "_components": [ - { - "__id__": 154 - }, - { - "__id__": 156 - }, - { - "__id__": 158 - }, - { - "__id__": 161 - } - ], - "_prefab": { - "__id__": 163 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -157.609, - "y": 395, - "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.Node", - "_name": "Label", - "_objFlags": 512, - "__editorExtras__": {}, - "_parent": { - "__id__": 145 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 147 - }, - { - "__id__": 149 - }, - { - "__id__": 151 - } - ], - "_prefab": { - "__id__": 153 - }, - "_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__": 146 - }, - "_enabled": true, - "__prefab": { - "__id__": 148 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 100, - "height": 40 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "dcfTVhlZpBzrB95qtmh8bO" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 146 - }, - "_enabled": true, - "__prefab": { - "__id__": 150 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_string": "排行榜 ♛", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 18, - "_fontSize": 18, - "_fontFamily": "Arial", - "_lineHeight": 40, - "_overflow": 1, - "_enableWrapText": false, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": true, - "_isUnderline": false, - "_underlineHeight": 2, - "_cacheMode": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "b9uVv0QZ5MGabzofNlcrqc" - }, - { - "__type__": "cc.LabelOutline", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 146 - }, - "_enabled": true, - "__prefab": { - "__id__": 152 - }, - "_color": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_width": 2, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "46UVIoXZ1KVLGPcyPwhoOL" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "22kA54dXpGM7b6L1MJWnit", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 145 - }, - "_enabled": true, - "__prefab": { - "__id__": 155 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 120, - "height": 70 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "f4AKzKqQxJfasCwthfUDvW" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 145 - }, - "_enabled": true, - "__prefab": { - "__id__": 157 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 1, - "_fillType": 0, - "_sizeMode": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "32w4zruA5IW6lMXHXwW4gC" - }, - { - "__type__": "cc.Button", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 145 - }, - "_enabled": true, - "__prefab": { - "__id__": 159 - }, - "clickEvents": [ - { - "__id__": 160 - } - ], - "_interactable": true, - "_transition": 3, - "_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__": 145 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "0fBEjbCNlOtr4PArnpMxPY" - }, - { - "__type__": "cc.ClickEvent", - "target": { - "__id__": 1 - }, - "component": "", - "_componentId": "b51bfKvsidNPKBbFirAFgQI", - "handler": "onOpenOnHookRinking", - "customEventData": "" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 145 - }, - "_enabled": true, - "__prefab": { - "__id__": 162 - }, - "_alignFlags": 1, - "_target": null, - "_left": 0, - "_right": 0, - "_top": 150, - "_bottom": 0, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 0, - "_originalHeight": 0, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "56adH0G4tIHqLxGGhV+Lsn" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "47EDseE2RJKpoIWVoTGNSh", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 10 - }, - "_enabled": true, - "__prefab": { - "__id__": 165 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 720, - "height": 580 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "2eI6VJ1M5H64U8vUZ7lX2A" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 10 - }, - "_enabled": true, - "__prefab": { - "__id__": 167 - }, - "_alignFlags": 45, - "_target": null, - "_left": 0, - "_right": 0, - "_top": 0, - "_bottom": 700, - "_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": "1096TwrPFP14XtPNWaGklG" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "29F6ackXlKUqq2ybGz+eqX", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "控制区域", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 1 - }, - "_children": [ - { - "__id__": 170 - }, - { - "__id__": 194 - }, - { - "__id__": 340 - }, - { - "__id__": 348 - } - ], - "_active": true, - "_components": [ - { - "__id__": 360 - }, - { - "__id__": 362 - }, - { - "__id__": 364 - } - ], - "_prefab": { - "__id__": 366 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": -230, - "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.Node", - "_objFlags": 0, - "_parent": { - "__id__": 169 - }, - "_prefab": { - "__id__": 171 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 170 - }, - "asset": { - "__uuid__": "a9053170-1055-4272-b3fd-ad6fa75b5f25", - "__expectedType__": "cc.Prefab" - }, - "fileId": "cfqtEvOKpHO7NzoHh8DAIM", - "instance": { - "__id__": 172 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "62h8g16k1FNKBdg5I1Dmk2", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 173 - }, - { - "__id__": 175 - }, - { - "__id__": 176 - }, - { - "__id__": 177 - }, - { - "__id__": 178 - }, - { - "__id__": 180 - }, - { - "__id__": 182 - }, - { - "__id__": 184 - }, - { - "__id__": 186 - }, - { - "__id__": 188 - }, - { - "__id__": 190 - }, - { - "__id__": 192 - }, - { - "__id__": 193 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 174 - }, - "propertyPath": [ - "_name" - ], - "value": "野怪列表" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "cfqtEvOKpHO7NzoHh8DAIM" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 174 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 210, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 174 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 174 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 179 - }, - "propertyPath": [ - "_right" - ], - "value": 0 - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "41TovpTmVCz4oCICCj50W/" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 181 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 720, - "height": 120 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "0ccMb6aEJJmKtQPc0NQqC7" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 183 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": -300, - "y": 0, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "4chdzdAAZG2ZnA2dvWbz+Q" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 185 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 480, - "height": 120 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "eeHVlqM0NN2bU8pdiFGOQ4" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 187 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 480, - "height": 120 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "8aRE0q34tED5M48dqLGa9P" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 189 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": -240, - "y": 0, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "69mnnKIwlAhZMU3bytgVs0" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 191 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 300, - "y": 0, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "510efzkfVOYJnng80lj0PW" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 179 - }, - "propertyPath": [ - "_alignFlags" - ], - "value": 41 - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 179 - }, - "propertyPath": [ - "_top" - ], - "value": 0 - }, - { - "__type__": "cc.Node", - "_name": "控制内容", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 169 - }, - "_children": [ - { - "__id__": 195 - }, - { - "__id__": 321 - } - ], - "_active": true, - "_components": [ - { - "__id__": 327 - }, - { - "__id__": 329 - }, - { - "__id__": 331 - }, - { - "__id__": 333 - }, - { - "__id__": 335 - }, - { - "__id__": 337 - } - ], - "_prefab": { - "__id__": 339 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": -35, - "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.Node", - "_name": "view", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 194 - }, - "_children": [ - { - "__id__": 196 - }, - { - "__id__": 274 - }, - { - "__id__": 293 - } - ], - "_active": true, - "_components": [ - { - "__id__": 312 - }, - { - "__id__": 314 - }, - { - "__id__": 316 - }, - { - "__id__": 318 - } - ], - "_prefab": { - "__id__": 320 - }, - "_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.Node", - "_name": "content", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 195 - }, - "_children": [ - { - "__id__": 197 - }, - { - "__id__": 258 - } - ], - "_active": true, - "_components": [ - { - "__id__": 269 - }, - { - "__id__": 271 - } - ], - "_prefab": { - "__id__": 273 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -360, - "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.Node", - "_name": "阵法", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 196 - }, - "_children": [ - { - "__id__": 198 - }, - { - "__id__": 211 - } - ], - "_active": true, - "_components": [ - { - "__id__": 253 - }, - { - "__id__": 255 - } - ], - "_prefab": { - "__id__": 257 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 360, - "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.Node", - "_objFlags": 0, - "_parent": { - "__id__": 197 - }, - "_prefab": { - "__id__": 199 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 198 - }, - "asset": { - "__uuid__": "9d7eeadb-58f6-4c42-aaed-bc402f272c84", - "__expectedType__": "cc.Prefab" - }, - "fileId": "a8T0NC/KpNY7MMbRkPRuwY", - "instance": { - "__id__": 200 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "953khSkmJDS6BaKq+db74x", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 201 - }, - { - "__id__": 203 - }, - { - "__id__": 205 - }, - { - "__id__": 207 - }, - { - "__id__": 209 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 202 - }, - "propertyPath": [ - "_name" - ], - "value": "阵法" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "a8T0NC/KpNY7MMbRkPRuwY" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 204 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": -133.339, - "y": 0.385, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "a8T0NC/KpNY7MMbRkPRuwY" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 206 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "a8T0NC/KpNY7MMbRkPRuwY" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 208 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "a8T0NC/KpNY7MMbRkPRuwY" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 210 - }, - "propertyPath": [ - "_active" - ], - "value": true - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "a8T0NC/KpNY7MMbRkPRuwY" - ] - }, - { - "__type__": "cc.Node", - "_name": "按钮列表", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 197 - }, - "_children": [ - { - "__id__": 212 - }, - { - "__id__": 229 - } - ], - "_active": true, - "_components": [ - { - "__id__": 246 - }, - { - "__id__": 248 - }, - { - "__id__": 250 - } - ], - "_prefab": { - "__id__": 252 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 176.267, - "y": 3.7620000000000005, - "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.Node", - "_name": "Button", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 211 - }, - "_children": [ - { - "__id__": 213 - } - ], - "_active": true, - "_components": [ - { - "__id__": 221 - }, - { - "__id__": 223 - }, - { - "__id__": 225 - } - ], - "_prefab": { - "__id__": 228 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 90, - "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.Node", - "_name": "挂机文本", - "_objFlags": 512, - "__editorExtras__": {}, - "_parent": { - "__id__": 212 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 214 - }, - { - "__id__": 216 - }, - { - "__id__": 218 - } - ], - "_prefab": { - "__id__": 220 - }, - "_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__": 213 - }, - "_enabled": true, - "__prefab": { - "__id__": 215 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 78, - "height": 56.4 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "a7fyHnnvZAsaIF8IsO3sLR" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 213 - }, - "_enabled": true, - "__prefab": { - "__id__": 217 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_string": "挂机", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 36, - "_fontSize": 36, - "_fontFamily": "Arial", - "_lineHeight": 40, - "_overflow": 0, - "_enableWrapText": false, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": true, - "_isUnderline": false, - "_underlineHeight": 2, - "_cacheMode": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "37mBYCZY5MbZ+PVGA7b5pa" - }, - { - "__type__": "cc.LabelOutline", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 213 - }, - "_enabled": true, - "__prefab": { - "__id__": 219 - }, - "_color": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_width": 3, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "edGzhvk6ZNLrUgSKATgRKh" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "0bCZFAdc1DxaRtsPC22Pn1", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 212 - }, - "_enabled": true, - "__prefab": { - "__id__": 222 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 150, - "height": 130 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "9dmWHVVwlKKZ+5jQObaAbQ" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 212 - }, - "_enabled": true, - "__prefab": { - "__id__": 224 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 235, - "g": 235, - "b": 235, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 1, - "_fillType": 0, - "_sizeMode": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "f1oNObOoJEALadVSsHZRA+" - }, - { - "__type__": "cc.Button", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 212 - }, - "_enabled": true, - "__prefab": { - "__id__": 226 - }, - "clickEvents": [ - { - "__id__": 227 - } - ], - "_interactable": true, - "_transition": 3, - "_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__": 212 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "83SuapIv1NlLnaSG/TNgLw" - }, - { - "__type__": "cc.ClickEvent", - "target": { - "__id__": 1 - }, - "component": "", - "_componentId": "b51bfKvsidNPKBbFirAFgQI", - "handler": "onOpenOnHookView", - "customEventData": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "d0rKrPTe9NArNpREfN9wqt", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "Button-001", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 211 - }, - "_children": [ - { - "__id__": 230 - } - ], - "_active": true, - "_components": [ - { - "__id__": 238 - }, - { - "__id__": 240 - }, - { - "__id__": 242 - } - ], - "_prefab": { - "__id__": 245 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": -90, - "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.Node", - "_name": "Label", - "_objFlags": 512, - "__editorExtras__": {}, - "_parent": { - "__id__": 229 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 231 - }, - { - "__id__": 233 - }, - { - "__id__": 235 - } - ], - "_prefab": { - "__id__": 237 - }, - "_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__": 230 - }, - "_enabled": true, - "__prefab": { - "__id__": 232 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 78, - "height": 56.4 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "f3W0pGprJN/Z+lrTJCUGD8" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 230 - }, - "_enabled": true, - "__prefab": { - "__id__": 234 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_string": "地图", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 36, - "_fontSize": 36, - "_fontFamily": "Arial", - "_lineHeight": 40, - "_overflow": 0, - "_enableWrapText": false, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": true, - "_isUnderline": false, - "_underlineHeight": 2, - "_cacheMode": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "19fdrpFwtE8448RCcScr1f" - }, - { - "__type__": "cc.LabelOutline", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 230 - }, - "_enabled": true, - "__prefab": { - "__id__": 236 - }, - "_color": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_width": 3, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "6exxkxqkZLCpT3N+wW+me6" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "aa8t4U7ANNWKDtX7ROIi4E", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 229 - }, - "_enabled": true, - "__prefab": { - "__id__": 239 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 150, - "height": 130 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "8cF/XblfVLtoE/6SHONS4F" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 229 - }, - "_enabled": true, - "__prefab": { - "__id__": 241 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 235, - "g": 235, - "b": 235, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 1, - "_fillType": 0, - "_sizeMode": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "faXNwArBxOOqxhfb6Bj3fH" - }, - { - "__type__": "cc.Button", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 229 - }, - "_enabled": true, - "__prefab": { - "__id__": 243 - }, - "clickEvents": [ - { - "__id__": 244 - } - ], - "_interactable": true, - "_transition": 3, - "_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__": 229 - }, - "_id": "" - }, { "__type__": "cc.CompPrefabInfo", "fileId": "937ClrDMREcbyK8YTSzNnh" @@ -5055,11 +3176,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 211 + "__id__": 108 }, "_enabled": true, "__prefab": { - "__id__": 247 + "__id__": 144 }, "_contentSize": { "__type__": "cc.Size", @@ -5083,11 +3204,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 211 + "__id__": 108 }, "_enabled": true, "__prefab": { - "__id__": 249 + "__id__": 146 }, "_resizeMode": 1, "_layoutType": 2, @@ -5121,11 +3242,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 211 + "__id__": 108 }, "_enabled": true, "__prefab": { - "__id__": 251 + "__id__": 148 }, "_alignFlags": 4, "_target": null, @@ -5170,15 +3291,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 197 + "__id__": 94 }, "_enabled": true, "__prefab": { - "__id__": 254 + "__id__": 151 }, "_contentSize": { "__type__": "cc.Size", - "width": 720, + "width": 680, "height": 370 }, "_anchorPoint": { @@ -5198,11 +3319,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 197 + "__id__": 94 }, "_enabled": true, "__prefab": { - "__id__": 256 + "__id__": 153 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5254,17 +3375,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 196 + "__id__": 93 }, "_prefab": { - "__id__": 259 + "__id__": 156 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 258 + "__id__": 155 }, "asset": { "__uuid__": "060c67fc-087c-45b5-8a09-ee63c3ebdd25", @@ -5272,11 +3393,11 @@ }, "fileId": "bdtesuqqNGPpKG+sSNpvIP", "instance": { - "__id__": 260 + "__id__": 157 }, "targetOverrides": [ { - "__id__": 266 + "__id__": 165 } ] }, @@ -5290,16 +3411,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 261 + "__id__": 158 }, { - "__id__": 263 + "__id__": 160 }, { - "__id__": 264 + "__id__": 161 }, { - "__id__": 265 + "__id__": 162 + }, + { + "__id__": 163 } ], "removedComponents": [] @@ -5307,7 +3431,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 262 + "__id__": 159 }, "propertyPath": [ "_name" @@ -5323,14 +3447,14 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 262 + "__id__": 159 }, "propertyPath": [ "_lpos" ], "value": { "__type__": "cc.Vec3", - "x": 1090, + "x": 1030, "y": 0, "z": 0 } @@ -5338,7 +3462,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 262 + "__id__": 159 }, "propertyPath": [ "_lrot" @@ -5354,7 +3478,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 262 + "__id__": 159 }, "propertyPath": [ "_euler" @@ -5366,6 +3490,26 @@ "z": 0 } }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 164 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 680, + "height": 370 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "3cCbXCd6lDOJaFBFbdcS+v" + ] + }, { "__type__": "cc.TargetOverrideInfo", "source": null, @@ -5374,10 +3518,10 @@ "petView" ], "target": { - "__id__": 267 + "__id__": 166 }, "targetInfo": { - "__id__": 268 + "__id__": 167 } }, { @@ -5396,15 +3540,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 196 + "__id__": 93 }, "_enabled": true, "__prefab": { - "__id__": 270 + "__id__": 169 }, "_contentSize": { "__type__": "cc.Size", - "width": 1450, + "width": 1370, "height": 370 }, "_anchorPoint": { @@ -5424,11 +3568,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 196 + "__id__": 93 }, "_enabled": true, "__prefab": { - "__id__": 272 + "__id__": 171 }, "_resizeMode": 1, "_layoutType": 1, @@ -5475,34 +3619,34 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 195 + "__id__": 92 }, "_children": [ { - "__id__": 275 + "__id__": 174 } ], "_active": true, "_components": [ { - "__id__": 283 + "__id__": 182 }, { - "__id__": 285 + "__id__": 184 }, { - "__id__": 287 + "__id__": 186 }, { - "__id__": 290 + "__id__": 189 } ], "_prefab": { - "__id__": 292 + "__id__": 191 }, "_lpos": { "__type__": "cc.Vec3", - "x": -325, + "x": -305, "y": 0, "z": 0 }, @@ -5535,23 +3679,23 @@ "_objFlags": 512, "__editorExtras__": {}, "_parent": { - "__id__": 274 + "__id__": 173 }, "_children": [], "_active": true, "_components": [ { - "__id__": 276 + "__id__": 175 }, { - "__id__": 278 + "__id__": 177 }, { - "__id__": 280 + "__id__": 179 } ], "_prefab": { - "__id__": 282 + "__id__": 181 }, "_lpos": { "__type__": "cc.Vec3", @@ -5588,11 +3732,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 275 + "__id__": 174 }, "_enabled": true, "__prefab": { - "__id__": 277 + "__id__": 176 }, "_contentSize": { "__type__": "cc.Size", @@ -5616,11 +3760,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 275 + "__id__": 174 }, "_enabled": true, "__prefab": { - "__id__": 279 + "__id__": 178 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5661,11 +3805,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 275 + "__id__": 174 }, "_enabled": true, "__prefab": { - "__id__": 281 + "__id__": 180 }, "_color": { "__type__": "cc.Color", @@ -5700,11 +3844,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 274 + "__id__": 173 }, "_enabled": true, "__prefab": { - "__id__": 284 + "__id__": 183 }, "_contentSize": { "__type__": "cc.Size", @@ -5728,11 +3872,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 274 + "__id__": 173 }, "_enabled": true, "__prefab": { - "__id__": 286 + "__id__": 185 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5773,15 +3917,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 274 + "__id__": 173 }, "_enabled": true, "__prefab": { - "__id__": 288 + "__id__": 187 }, "clickEvents": [ { - "__id__": 289 + "__id__": 188 } ], "_interactable": true, @@ -5821,7 +3965,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 274 + "__id__": 173 }, "_id": "" }, @@ -5832,7 +3976,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 194 + "__id__": 91 }, "component": "", "_componentId": "00caayqUBZPVo/wpuvrmR6W", @@ -5845,11 +3989,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 274 + "__id__": 173 }, "_enabled": true, "__prefab": { - "__id__": 291 + "__id__": 190 }, "_alignFlags": 13, "_target": null, @@ -5894,34 +4038,34 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 195 + "__id__": 92 }, "_children": [ { - "__id__": 294 + "__id__": 193 } ], "_active": true, "_components": [ { - "__id__": 302 + "__id__": 201 }, { - "__id__": 304 + "__id__": 203 }, { - "__id__": 306 + "__id__": 205 }, { - "__id__": 309 + "__id__": 208 } ], "_prefab": { - "__id__": 311 + "__id__": 210 }, "_lpos": { "__type__": "cc.Vec3", - "x": 325, + "x": 305, "y": 0, "z": 0 }, @@ -5954,23 +4098,23 @@ "_objFlags": 512, "__editorExtras__": {}, "_parent": { - "__id__": 293 + "__id__": 192 }, "_children": [], "_active": true, "_components": [ { - "__id__": 295 + "__id__": 194 }, { - "__id__": 297 + "__id__": 196 }, { - "__id__": 299 + "__id__": 198 } ], "_prefab": { - "__id__": 301 + "__id__": 200 }, "_lpos": { "__type__": "cc.Vec3", @@ -6007,11 +4151,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 294 + "__id__": 193 }, "_enabled": true, "__prefab": { - "__id__": 296 + "__id__": 195 }, "_contentSize": { "__type__": "cc.Size", @@ -6035,11 +4179,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 294 + "__id__": 193 }, "_enabled": true, "__prefab": { - "__id__": 298 + "__id__": 197 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6080,11 +4224,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 294 + "__id__": 193 }, "_enabled": true, "__prefab": { - "__id__": 300 + "__id__": 199 }, "_color": { "__type__": "cc.Color", @@ -6119,11 +4263,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 293 + "__id__": 192 }, "_enabled": true, "__prefab": { - "__id__": 303 + "__id__": 202 }, "_contentSize": { "__type__": "cc.Size", @@ -6147,11 +4291,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 293 + "__id__": 192 }, "_enabled": true, "__prefab": { - "__id__": 305 + "__id__": 204 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6192,15 +4336,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 293 + "__id__": 192 }, "_enabled": true, "__prefab": { - "__id__": 307 + "__id__": 206 }, "clickEvents": [ { - "__id__": 308 + "__id__": 207 } ], "_interactable": true, @@ -6240,7 +4384,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 293 + "__id__": 192 }, "_id": "" }, @@ -6251,7 +4395,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 194 + "__id__": 91 }, "component": "", "_componentId": "00caayqUBZPVo/wpuvrmR6W", @@ -6264,11 +4408,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 293 + "__id__": 192 }, "_enabled": true, "__prefab": { - "__id__": 310 + "__id__": 209 }, "_alignFlags": 37, "_target": null, @@ -6313,15 +4457,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 195 + "__id__": 92 }, "_enabled": true, "__prefab": { - "__id__": 313 + "__id__": 212 }, "_contentSize": { "__type__": "cc.Size", - "width": 720, + "width": 680, "height": 370 }, "_anchorPoint": { @@ -6341,11 +4485,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 195 + "__id__": 92 }, "_enabled": true, "__prefab": { - "__id__": 315 + "__id__": 214 }, "_type": 0, "_inverted": false, @@ -6363,11 +4507,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 195 + "__id__": 92 }, "_enabled": true, "__prefab": { - "__id__": 317 + "__id__": 216 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6409,11 +4553,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 195 + "__id__": 92 }, "_enabled": true, "__prefab": { - "__id__": 319 + "__id__": 218 }, "_alignFlags": 45, "_target": null, @@ -6458,20 +4602,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 194 + "__id__": 91 }, "_children": [], "_active": false, "_components": [ { - "__id__": 322 + "__id__": 221 }, { - "__id__": 324 + "__id__": 223 } ], "_prefab": { - "__id__": 326 + "__id__": 225 }, "_lpos": { "__type__": "cc.Vec3", @@ -6508,11 +4652,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 321 + "__id__": 220 }, "_enabled": true, "__prefab": { - "__id__": 323 + "__id__": 222 }, "_contentSize": { "__type__": "cc.Size", @@ -6536,11 +4680,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 321 + "__id__": 220 }, "_enabled": true, "__prefab": { - "__id__": 325 + "__id__": 224 }, "spacing": 10, "_spriteFrame": { @@ -6578,15 +4722,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 194 + "__id__": 91 }, "_enabled": true, "__prefab": { - "__id__": 328 + "__id__": 227 }, "_contentSize": { "__type__": "cc.Size", - "width": 720, + "width": 680, "height": 370 }, "_anchorPoint": { @@ -6606,11 +4750,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 194 + "__id__": 91 }, "_enabled": true, "__prefab": { - "__id__": 330 + "__id__": 229 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6651,18 +4795,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 194 + "__id__": 91 }, "_enabled": true, "__prefab": { - "__id__": 332 + "__id__": 231 }, - "_alignFlags": 45, + "_alignFlags": 41, "_target": null, "_left": 0, "_right": 0, - "_top": 120, - "_bottom": 50, + "_top": 0, + "_bottom": 35, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -6687,11 +4831,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 194 + "__id__": 91 }, "_enabled": true, "__prefab": { - "__id__": 334 + "__id__": 233 }, "bounceDuration": 1, "brake": 0.5, @@ -6702,7 +4846,7 @@ "cancelInnerEvents": true, "scrollEvents": [], "_content": { - "__id__": 196 + "__id__": 93 }, "_horizontalScrollBar": null, "_verticalScrollBar": null, @@ -6714,7 +4858,7 @@ "_scrollThreshold": 0.5, "_pageTurningEventTiming": 0.1, "_indicator": { - "__id__": 324 + "__id__": 223 }, "isStopMove": true, "_id": "" @@ -6729,17 +4873,17 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 194 + "__id__": 91 }, "_enabled": true, "__prefab": { - "__id__": 336 + "__id__": 235 }, "leftButton": { - "__id__": 287 + "__id__": 186 }, "rightButton": { - "__id__": 306 + "__id__": 205 }, "_id": "" }, @@ -6753,17 +4897,17 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 194 + "__id__": 91 }, "_enabled": true, "__prefab": { - "__id__": 338 + "__id__": 237 }, "view": { - "__id__": 312 + "__id__": 211 }, "content": { - "__id__": 196 + "__id__": 93 }, "_id": "" }, @@ -6784,186 +4928,21 @@ "targetOverrides": null, "nestedPrefabInstanceRoots": null }, - { - "__type__": "cc.Node", - "_name": "群介绍", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 169 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 341 - }, - { - "__id__": 343 - }, - { - "__id__": 345 - } - ], - "_prefab": { - "__id__": 347 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 300.063, - "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__": 340 - }, - "_enabled": true, - "__prefab": { - "__id__": 342 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 558.55078125, - "height": 54.4 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "cbaFcoQHRIrbOXcSpymHaA" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 340 - }, - "_enabled": true, - "__prefab": { - "__id__": 344 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_string": "本游戏是 游戏进度 内测版本 欢迎大家体验 交流群: 799743786", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 40, - "_overflow": 0, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": true, - "_isUnderline": false, - "_underlineHeight": 2, - "_cacheMode": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "1fLbylV59CL7vGfKSXb92I" - }, - { - "__type__": "cc.LabelOutline", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 340 - }, - "_enabled": true, - "__prefab": { - "__id__": 346 - }, - "_color": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_width": 2, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "7byqs6uupBDKKzmzmNvLcI" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "be6Gw1BhlGBb9yhP04XRI5", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, { "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 169 + "__id__": 90 }, "_prefab": { - "__id__": 349 + "__id__": 240 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 348 + "__id__": 239 }, "asset": { "__uuid__": "1368ab11-4f76-480d-852f-639c290c2446", @@ -6971,7 +4950,7 @@ }, "fileId": "0dwM6BvXxAIb2ADj9Thh37", "instance": { - "__id__": 350 + "__id__": 241 }, "targetOverrides": null }, @@ -6982,36 +4961,97 @@ "__id__": 1 }, "mountedChildren": [], - "mountedComponents": [], + "mountedComponents": [ + { + "__id__": 242 + } + ], "propertyOverrides": [ { - "__id__": 351 + "__id__": 246 }, { - "__id__": 353 + "__id__": 248 }, { - "__id__": 354 + "__id__": 249 }, { - "__id__": 355 + "__id__": 250 }, { - "__id__": 356 + "__id__": 251 }, { - "__id__": 358 + "__id__": 253 }, { - "__id__": 359 + "__id__": 254 } ], "removedComponents": [] }, + { + "__type__": "cc.MountedComponentsInfo", + "targetInfo": { + "__id__": 243 + }, + "components": [ + { + "__id__": 244 + } + ] + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "0dwM6BvXxAIb2ADj9Thh37" + ] + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": { + "mountedRoot": { + "__id__": 239 + } + }, + "node": { + "__id__": 239 + }, + "_enabled": true, + "__prefab": { + "__id__": 245 + }, + "_alignFlags": 1, + "_target": null, + "_left": 0, + "_right": 0, + "_top": 370, + "_bottom": 370, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 0, + "_originalHeight": 50, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "3aeRdzhj1KwqUtdD9ZfjZZ" + }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 352 + "__id__": 247 }, "propertyPath": [ "_name" @@ -7027,7 +5067,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 352 + "__id__": 247 }, "propertyPath": [ "_lpos" @@ -7035,14 +5075,14 @@ "value": { "__type__": "cc.Vec3", "x": 0, - "y": -245, + "y": -125, "z": 0 } }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 352 + "__id__": 247 }, "propertyPath": [ "_lrot" @@ -7058,7 +5098,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 352 + "__id__": 247 }, "propertyPath": [ "_euler" @@ -7073,7 +5113,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 357 + "__id__": 252 }, "propertyPath": [ "clickEvents", @@ -7093,7 +5133,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 357 + "__id__": 252 }, "propertyPath": [ "clickEvents", @@ -7105,7 +5145,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 357 + "__id__": 252 }, "propertyPath": [ "clickEvents", @@ -7120,15 +5160,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 169 + "__id__": 90 }, "_enabled": true, "__prefab": { - "__id__": 361 + "__id__": 256 }, "_contentSize": { "__type__": "cc.Size", - "width": 720, + "width": 680, "height": 540 }, "_anchorPoint": { @@ -7148,11 +5188,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 169 + "__id__": 90 }, "_enabled": true, "__prefab": { - "__id__": 363 + "__id__": 258 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7193,18 +5233,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 169 + "__id__": 90 }, "_enabled": true, "__prefab": { - "__id__": 365 + "__id__": 260 }, "_alignFlags": 44, "_target": null, "_left": 0, "_right": 0, "_top": 1080, - "_bottom": 140, + "_bottom": 0, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -7242,32 +5282,32 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1 + "__id__": 10 }, "_children": [ { - "__id__": 368 + "__id__": 263 } ], "_active": true, "_components": [ { - "__id__": 524 + "__id__": 419 }, { - "__id__": 526 + "__id__": 421 }, { - "__id__": 528 + "__id__": 423 } ], "_prefab": { - "__id__": 530 + "__id__": 425 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -570, + "y": -300, "z": 0 }, "_lrot": { @@ -7299,39 +5339,39 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 367 + "__id__": 262 }, "_children": [ { - "__id__": 369 + "__id__": 264 }, { - "__id__": 394 + "__id__": 289 }, { - "__id__": 419 + "__id__": 314 }, { - "__id__": 444 + "__id__": 339 }, { - "__id__": 469 + "__id__": 364 }, { - "__id__": 494 + "__id__": 389 } ], "_active": true, "_components": [ { - "__id__": 519 + "__id__": 414 }, { - "__id__": 521 + "__id__": 416 } ], "_prefab": { - "__id__": 523 + "__id__": 418 }, "_lpos": { "__type__": "cc.Vec3", @@ -7368,33 +5408,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 368 + "__id__": 263 }, "_children": [ { - "__id__": 370 + "__id__": 265 }, { - "__id__": 376 + "__id__": 271 } ], "_active": true, "_components": [ { - "__id__": 384 + "__id__": 279 }, { - "__id__": 386 + "__id__": 281 }, { - "__id__": 388 + "__id__": 283 }, { - "__id__": 390 + "__id__": 285 } ], "_prefab": { - "__id__": 393 + "__id__": 288 }, "_lpos": { "__type__": "cc.Vec3", @@ -7431,20 +5471,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 369 + "__id__": 264 }, "_children": [], "_active": true, "_components": [ { - "__id__": 371 + "__id__": 266 }, { - "__id__": 373 + "__id__": 268 } ], "_prefab": { - "__id__": 375 + "__id__": 270 }, "_lpos": { "__type__": "cc.Vec3", @@ -7481,11 +5521,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 370 + "__id__": 265 }, "_enabled": true, "__prefab": { - "__id__": 372 + "__id__": 267 }, "_contentSize": { "__type__": "cc.Size", @@ -7509,11 +5549,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 370 + "__id__": 265 }, "_enabled": true, "__prefab": { - "__id__": 374 + "__id__": 269 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7567,23 +5607,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 369 + "__id__": 264 }, "_children": [], "_active": true, "_components": [ { - "__id__": 377 + "__id__": 272 }, { - "__id__": 379 + "__id__": 274 }, { - "__id__": 381 + "__id__": 276 } ], "_prefab": { - "__id__": 383 + "__id__": 278 }, "_lpos": { "__type__": "cc.Vec3", @@ -7620,11 +5660,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 376 + "__id__": 271 }, "_enabled": true, "__prefab": { - "__id__": 378 + "__id__": 273 }, "_contentSize": { "__type__": "cc.Size", @@ -7648,11 +5688,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 376 + "__id__": 271 }, "_enabled": true, "__prefab": { - "__id__": 380 + "__id__": 275 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7693,11 +5733,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 376 + "__id__": 271 }, "_enabled": true, "__prefab": { - "__id__": 382 + "__id__": 277 }, "_color": { "__type__": "cc.Color", @@ -7732,11 +5772,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 369 + "__id__": 264 }, "_enabled": true, "__prefab": { - "__id__": 385 + "__id__": 280 }, "_contentSize": { "__type__": "cc.Size", @@ -7760,11 +5800,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 369 + "__id__": 264 }, "_enabled": true, "__prefab": { - "__id__": 387 + "__id__": 282 }, "_type": 1, "_inverted": false, @@ -7782,11 +5822,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 369 + "__id__": 264 }, "_enabled": true, "__prefab": { - "__id__": 389 + "__id__": 284 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7828,15 +5868,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 369 + "__id__": 264 }, "_enabled": true, "__prefab": { - "__id__": 391 + "__id__": 286 }, "clickEvents": [ { - "__id__": 392 + "__id__": 287 } ], "_interactable": true, @@ -7911,33 +5951,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 368 + "__id__": 263 }, "_children": [ { - "__id__": 395 + "__id__": 290 }, { - "__id__": 401 + "__id__": 296 } ], "_active": true, "_components": [ { - "__id__": 409 + "__id__": 304 }, { - "__id__": 411 + "__id__": 306 }, { - "__id__": 413 + "__id__": 308 }, { - "__id__": 415 + "__id__": 310 } ], "_prefab": { - "__id__": 418 + "__id__": 313 }, "_lpos": { "__type__": "cc.Vec3", @@ -7974,20 +6014,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 394 + "__id__": 289 }, "_children": [], "_active": true, "_components": [ { - "__id__": 396 + "__id__": 291 }, { - "__id__": 398 + "__id__": 293 } ], "_prefab": { - "__id__": 400 + "__id__": 295 }, "_lpos": { "__type__": "cc.Vec3", @@ -8024,11 +6064,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 395 + "__id__": 290 }, "_enabled": true, "__prefab": { - "__id__": 397 + "__id__": 292 }, "_contentSize": { "__type__": "cc.Size", @@ -8052,11 +6092,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 395 + "__id__": 290 }, "_enabled": true, "__prefab": { - "__id__": 399 + "__id__": 294 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8110,23 +6150,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 394 + "__id__": 289 }, "_children": [], "_active": true, "_components": [ { - "__id__": 402 + "__id__": 297 }, { - "__id__": 404 + "__id__": 299 }, { - "__id__": 406 + "__id__": 301 } ], "_prefab": { - "__id__": 408 + "__id__": 303 }, "_lpos": { "__type__": "cc.Vec3", @@ -8163,11 +6203,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 401 + "__id__": 296 }, "_enabled": true, "__prefab": { - "__id__": 403 + "__id__": 298 }, "_contentSize": { "__type__": "cc.Size", @@ -8191,11 +6231,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 401 + "__id__": 296 }, "_enabled": true, "__prefab": { - "__id__": 405 + "__id__": 300 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8236,11 +6276,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 401 + "__id__": 296 }, "_enabled": true, "__prefab": { - "__id__": 407 + "__id__": 302 }, "_color": { "__type__": "cc.Color", @@ -8275,11 +6315,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 394 + "__id__": 289 }, "_enabled": true, "__prefab": { - "__id__": 410 + "__id__": 305 }, "_contentSize": { "__type__": "cc.Size", @@ -8303,11 +6343,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 394 + "__id__": 289 }, "_enabled": true, "__prefab": { - "__id__": 412 + "__id__": 307 }, "_type": 1, "_inverted": false, @@ -8325,11 +6365,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 394 + "__id__": 289 }, "_enabled": true, "__prefab": { - "__id__": 414 + "__id__": 309 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8371,15 +6411,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 394 + "__id__": 289 }, "_enabled": true, "__prefab": { - "__id__": 416 + "__id__": 311 }, "clickEvents": [ { - "__id__": 417 + "__id__": 312 } ], "_interactable": true, @@ -8454,33 +6494,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 368 + "__id__": 263 }, "_children": [ { - "__id__": 420 + "__id__": 315 }, { - "__id__": 426 + "__id__": 321 } ], "_active": true, "_components": [ { - "__id__": 434 + "__id__": 329 }, { - "__id__": 436 + "__id__": 331 }, { - "__id__": 438 + "__id__": 333 }, { - "__id__": 440 + "__id__": 335 } ], "_prefab": { - "__id__": 443 + "__id__": 338 }, "_lpos": { "__type__": "cc.Vec3", @@ -8517,20 +6557,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 419 + "__id__": 314 }, "_children": [], "_active": true, "_components": [ { - "__id__": 421 + "__id__": 316 }, { - "__id__": 423 + "__id__": 318 } ], "_prefab": { - "__id__": 425 + "__id__": 320 }, "_lpos": { "__type__": "cc.Vec3", @@ -8567,11 +6607,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 420 + "__id__": 315 }, "_enabled": true, "__prefab": { - "__id__": 422 + "__id__": 317 }, "_contentSize": { "__type__": "cc.Size", @@ -8595,11 +6635,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 420 + "__id__": 315 }, "_enabled": true, "__prefab": { - "__id__": 424 + "__id__": 319 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8653,23 +6693,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 419 + "__id__": 314 }, "_children": [], "_active": true, "_components": [ { - "__id__": 427 + "__id__": 322 }, { - "__id__": 429 + "__id__": 324 }, { - "__id__": 431 + "__id__": 326 } ], "_prefab": { - "__id__": 433 + "__id__": 328 }, "_lpos": { "__type__": "cc.Vec3", @@ -8706,11 +6746,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 426 + "__id__": 321 }, "_enabled": true, "__prefab": { - "__id__": 428 + "__id__": 323 }, "_contentSize": { "__type__": "cc.Size", @@ -8734,11 +6774,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 426 + "__id__": 321 }, "_enabled": true, "__prefab": { - "__id__": 430 + "__id__": 325 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8779,11 +6819,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 426 + "__id__": 321 }, "_enabled": true, "__prefab": { - "__id__": 432 + "__id__": 327 }, "_color": { "__type__": "cc.Color", @@ -8818,11 +6858,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 419 + "__id__": 314 }, "_enabled": true, "__prefab": { - "__id__": 435 + "__id__": 330 }, "_contentSize": { "__type__": "cc.Size", @@ -8846,11 +6886,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 419 + "__id__": 314 }, "_enabled": true, "__prefab": { - "__id__": 437 + "__id__": 332 }, "_type": 1, "_inverted": false, @@ -8868,11 +6908,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 419 + "__id__": 314 }, "_enabled": true, "__prefab": { - "__id__": 439 + "__id__": 334 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8914,15 +6954,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 419 + "__id__": 314 }, "_enabled": true, "__prefab": { - "__id__": 441 + "__id__": 336 }, "clickEvents": [ { - "__id__": 442 + "__id__": 337 } ], "_interactable": true, @@ -8997,33 +7037,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 368 + "__id__": 263 }, "_children": [ { - "__id__": 445 + "__id__": 340 }, { - "__id__": 451 + "__id__": 346 } ], "_active": true, "_components": [ { - "__id__": 459 + "__id__": 354 }, { - "__id__": 461 + "__id__": 356 }, { - "__id__": 463 + "__id__": 358 }, { - "__id__": 465 + "__id__": 360 } ], "_prefab": { - "__id__": 468 + "__id__": 363 }, "_lpos": { "__type__": "cc.Vec3", @@ -9060,20 +7100,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 444 + "__id__": 339 }, "_children": [], "_active": true, "_components": [ { - "__id__": 446 + "__id__": 341 }, { - "__id__": 448 + "__id__": 343 } ], "_prefab": { - "__id__": 450 + "__id__": 345 }, "_lpos": { "__type__": "cc.Vec3", @@ -9110,11 +7150,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 445 + "__id__": 340 }, "_enabled": true, "__prefab": { - "__id__": 447 + "__id__": 342 }, "_contentSize": { "__type__": "cc.Size", @@ -9138,11 +7178,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 445 + "__id__": 340 }, "_enabled": true, "__prefab": { - "__id__": 449 + "__id__": 344 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9196,23 +7236,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 444 + "__id__": 339 }, "_children": [], "_active": true, "_components": [ { - "__id__": 452 + "__id__": 347 }, { - "__id__": 454 + "__id__": 349 }, { - "__id__": 456 + "__id__": 351 } ], "_prefab": { - "__id__": 458 + "__id__": 353 }, "_lpos": { "__type__": "cc.Vec3", @@ -9249,11 +7289,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 451 + "__id__": 346 }, "_enabled": true, "__prefab": { - "__id__": 453 + "__id__": 348 }, "_contentSize": { "__type__": "cc.Size", @@ -9277,11 +7317,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 451 + "__id__": 346 }, "_enabled": true, "__prefab": { - "__id__": 455 + "__id__": 350 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9322,11 +7362,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 451 + "__id__": 346 }, "_enabled": true, "__prefab": { - "__id__": 457 + "__id__": 352 }, "_color": { "__type__": "cc.Color", @@ -9361,11 +7401,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 444 + "__id__": 339 }, "_enabled": true, "__prefab": { - "__id__": 460 + "__id__": 355 }, "_contentSize": { "__type__": "cc.Size", @@ -9389,11 +7429,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 444 + "__id__": 339 }, "_enabled": true, "__prefab": { - "__id__": 462 + "__id__": 357 }, "_type": 1, "_inverted": false, @@ -9411,11 +7451,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 444 + "__id__": 339 }, "_enabled": true, "__prefab": { - "__id__": 464 + "__id__": 359 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9457,15 +7497,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 444 + "__id__": 339 }, "_enabled": true, "__prefab": { - "__id__": 466 + "__id__": 361 }, "clickEvents": [ { - "__id__": 467 + "__id__": 362 } ], "_interactable": true, @@ -9540,33 +7580,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 368 + "__id__": 263 }, "_children": [ { - "__id__": 470 + "__id__": 365 }, { - "__id__": 476 + "__id__": 371 } ], "_active": true, "_components": [ { - "__id__": 484 + "__id__": 379 }, { - "__id__": 486 + "__id__": 381 }, { - "__id__": 488 + "__id__": 383 }, { - "__id__": 490 + "__id__": 385 } ], "_prefab": { - "__id__": 493 + "__id__": 388 }, "_lpos": { "__type__": "cc.Vec3", @@ -9603,20 +7643,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 469 + "__id__": 364 }, "_children": [], "_active": true, "_components": [ { - "__id__": 471 + "__id__": 366 }, { - "__id__": 473 + "__id__": 368 } ], "_prefab": { - "__id__": 475 + "__id__": 370 }, "_lpos": { "__type__": "cc.Vec3", @@ -9653,11 +7693,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 470 + "__id__": 365 }, "_enabled": true, "__prefab": { - "__id__": 472 + "__id__": 367 }, "_contentSize": { "__type__": "cc.Size", @@ -9681,11 +7721,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 470 + "__id__": 365 }, "_enabled": true, "__prefab": { - "__id__": 474 + "__id__": 369 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9739,23 +7779,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 469 + "__id__": 364 }, "_children": [], "_active": true, "_components": [ { - "__id__": 477 + "__id__": 372 }, { - "__id__": 479 + "__id__": 374 }, { - "__id__": 481 + "__id__": 376 } ], "_prefab": { - "__id__": 483 + "__id__": 378 }, "_lpos": { "__type__": "cc.Vec3", @@ -9792,11 +7832,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 476 + "__id__": 371 }, "_enabled": true, "__prefab": { - "__id__": 478 + "__id__": 373 }, "_contentSize": { "__type__": "cc.Size", @@ -9820,11 +7860,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 476 + "__id__": 371 }, "_enabled": true, "__prefab": { - "__id__": 480 + "__id__": 375 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9865,11 +7905,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 476 + "__id__": 371 }, "_enabled": true, "__prefab": { - "__id__": 482 + "__id__": 377 }, "_color": { "__type__": "cc.Color", @@ -9904,11 +7944,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 469 + "__id__": 364 }, "_enabled": true, "__prefab": { - "__id__": 485 + "__id__": 380 }, "_contentSize": { "__type__": "cc.Size", @@ -9932,11 +7972,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 469 + "__id__": 364 }, "_enabled": true, "__prefab": { - "__id__": 487 + "__id__": 382 }, "_type": 1, "_inverted": false, @@ -9954,11 +7994,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 469 + "__id__": 364 }, "_enabled": true, "__prefab": { - "__id__": 489 + "__id__": 384 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10000,15 +8040,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 469 + "__id__": 364 }, "_enabled": true, "__prefab": { - "__id__": 491 + "__id__": 386 }, "clickEvents": [ { - "__id__": 492 + "__id__": 387 } ], "_interactable": true, @@ -10083,33 +8123,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 368 + "__id__": 263 }, "_children": [ { - "__id__": 495 + "__id__": 390 }, { - "__id__": 501 + "__id__": 396 } ], "_active": true, "_components": [ { - "__id__": 509 + "__id__": 404 }, { - "__id__": 511 + "__id__": 406 }, { - "__id__": 513 + "__id__": 408 }, { - "__id__": 515 + "__id__": 410 } ], "_prefab": { - "__id__": 518 + "__id__": 413 }, "_lpos": { "__type__": "cc.Vec3", @@ -10146,20 +8186,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 494 + "__id__": 389 }, "_children": [], "_active": true, "_components": [ { - "__id__": 496 + "__id__": 391 }, { - "__id__": 498 + "__id__": 393 } ], "_prefab": { - "__id__": 500 + "__id__": 395 }, "_lpos": { "__type__": "cc.Vec3", @@ -10196,11 +8236,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 495 + "__id__": 390 }, "_enabled": true, "__prefab": { - "__id__": 497 + "__id__": 392 }, "_contentSize": { "__type__": "cc.Size", @@ -10224,11 +8264,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 495 + "__id__": 390 }, "_enabled": true, "__prefab": { - "__id__": 499 + "__id__": 394 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10282,23 +8322,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 494 + "__id__": 389 }, "_children": [], "_active": true, "_components": [ { - "__id__": 502 + "__id__": 397 }, { - "__id__": 504 + "__id__": 399 }, { - "__id__": 506 + "__id__": 401 } ], "_prefab": { - "__id__": 508 + "__id__": 403 }, "_lpos": { "__type__": "cc.Vec3", @@ -10335,11 +8375,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 501 + "__id__": 396 }, "_enabled": true, "__prefab": { - "__id__": 503 + "__id__": 398 }, "_contentSize": { "__type__": "cc.Size", @@ -10363,11 +8403,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 501 + "__id__": 396 }, "_enabled": true, "__prefab": { - "__id__": 505 + "__id__": 400 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10408,11 +8448,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 501 + "__id__": 396 }, "_enabled": true, "__prefab": { - "__id__": 507 + "__id__": 402 }, "_color": { "__type__": "cc.Color", @@ -10447,11 +8487,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 494 + "__id__": 389 }, "_enabled": true, "__prefab": { - "__id__": 510 + "__id__": 405 }, "_contentSize": { "__type__": "cc.Size", @@ -10475,11 +8515,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 494 + "__id__": 389 }, "_enabled": true, "__prefab": { - "__id__": 512 + "__id__": 407 }, "_type": 1, "_inverted": false, @@ -10497,11 +8537,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 494 + "__id__": 389 }, "_enabled": true, "__prefab": { - "__id__": 514 + "__id__": 409 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10543,15 +8583,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 494 + "__id__": 389 }, "_enabled": true, "__prefab": { - "__id__": 516 + "__id__": 411 }, "clickEvents": [ { - "__id__": 517 + "__id__": 412 } ], "_interactable": true, @@ -10604,7 +8644,7 @@ }, "component": "", "_componentId": "b51bfKvsidNPKBbFirAFgQI", - "handler": "onClickNotOpen", + "handler": "onClickShop", "customEventData": "" }, { @@ -10626,11 +8666,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 368 + "__id__": 263 }, "_enabled": true, "__prefab": { - "__id__": 520 + "__id__": 415 }, "_contentSize": { "__type__": "cc.Size", @@ -10654,11 +8694,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 368 + "__id__": 263 }, "_enabled": true, "__prefab": { - "__id__": 522 + "__id__": 417 }, "_resizeMode": 1, "_layoutType": 1, @@ -10705,16 +8745,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 367 + "__id__": 262 }, "_enabled": true, "__prefab": { - "__id__": 525 + "__id__": 420 }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 140 + "width": 680, + "height": 120 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -10733,11 +8773,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 367 + "__id__": 262 }, "_enabled": true, "__prefab": { - "__id__": 527 + "__id__": 422 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10778,11 +8818,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 367 + "__id__": 262 }, "_enabled": true, "__prefab": { - "__id__": 529 + "__id__": 424 }, "_alignFlags": 44, "_target": null, @@ -10821,9 +8861,131 @@ "targetOverrides": null, "nestedPrefabInstanceRoots": null }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 10 + }, + "_enabled": true, + "__prefab": { + "__id__": 427 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 680, + "height": 720 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "90SSiMFrVLv6CMf7FRRnEG" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 10 + }, + "_enabled": true, + "__prefab": { + "__id__": 429 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 61, + "g": 61, + "b": 61, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "7d8f9b89-4fd1-4c9f-a3ab-38ec7cded7ca@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "525irpXhpHC7jhU8+nTanP" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 10 + }, + "_enabled": true, + "__prefab": { + "__id__": 431 + }, + "_alignFlags": 32, + "_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": 0, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "cer9vLPoVDL6jx2LCsDwtd" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "41Nk/Qa4VEAZi6f5D9HgF2", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, { "__type__": "cc.Node", - "_name": "Debugger", + "_name": "战斗框", "_objFlags": 0, "__editorExtras__": {}, "_parent": { @@ -10831,31 +8993,31 @@ }, "_children": [ { - "__id__": 532 + "__id__": 434 + }, + { + "__id__": 442 + }, + { + "__id__": 458 } ], "_active": true, "_components": [ { - "__id__": 538 + "__id__": 571 }, { - "__id__": 540 - }, - { - "__id__": 542 - }, - { - "__id__": 545 + "__id__": 573 } ], "_prefab": { - "__id__": 547 + "__id__": 575 }, "_lpos": { "__type__": "cc.Vec3", - "x": -310, - "y": 114.463, + "x": -340, + "y": 0, "z": 0 }, "_lrot": { @@ -10883,24 +9045,27 @@ }, { "__type__": "cc.Node", - "_name": "Label", - "_objFlags": 512, + "_name": "bg", + "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 531 + "__id__": 433 }, "_children": [], "_active": true, "_components": [ { - "__id__": 533 + "__id__": 435 }, { - "__id__": 535 + "__id__": 437 + }, + { + "__id__": 439 } ], "_prefab": { - "__id__": 537 + "__id__": 441 }, "_lpos": { "__type__": "cc.Vec3", @@ -10937,12 +9102,2736 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 532 + "__id__": 434 }, "_enabled": true, "__prefab": { + "__id__": 436 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 600, + "height": 720 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "97Qw3lFDVFybLXOws0FxZX" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 434 + }, + "_enabled": true, + "__prefab": { + "__id__": 438 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "7d8f9b89-4fd1-4c9f-a3ab-38ec7cded7ca@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "5anVqokmNMu68ppm+3XL5f" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 434 + }, + "_enabled": true, + "__prefab": { + "__id__": 440 + }, + "_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": "cbulB55+xKnoXoIkvzjLJC" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "8e8SWJh01HtZm2/JwseBN5", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "header", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 433 + }, + "_children": [ + { + "__id__": 443 + } + ], + "_active": true, + "_components": [ + { + "__id__": 451 + }, + { + "__id__": 453 + }, + { + "__id__": 455 + } + ], + "_prefab": { + "__id__": 457 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 340, + "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.Node", + "_name": "标题", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 442 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 444 + }, + { + "__id__": 446 + }, + { + "__id__": 448 + } + ], + "_prefab": { + "__id__": 450 + }, + "_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__": 443 + }, + "_enabled": true, + "__prefab": { + "__id__": 445 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 68.43359375, + "height": 54.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "076U4bZkhM9IF4Xd9m6Ejp" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 443 + }, + "_enabled": true, + "__prefab": { + "__id__": 447 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "- 战斗 -", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "4dKB9XelxCeZFBSBK6RN5T" + }, + { + "__type__": "cc.LabelOutline", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 443 + }, + "_enabled": true, + "__prefab": { + "__id__": 449 + }, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_width": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "74+q87+A9Mk6btsYFqylJx" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "15U0S4jKhO3qO+0rLGOlEQ", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 442 + }, + "_enabled": true, + "__prefab": { + "__id__": 452 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 600, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a2hLPOvXNCPLKNeC0IsNuS" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 442 + }, + "_enabled": true, + "__prefab": { + "__id__": 454 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 61, + "g": 61, + "b": 61, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "7d8f9b89-4fd1-4c9f-a3ab-38ec7cded7ca@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f4ajggdl1IVqEN17uQgB6I" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 442 + }, + "_enabled": true, + "__prefab": { + "__id__": 456 + }, + "_alignFlags": 41, + "_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": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "57bPdch7VB/LJUiowd5yii" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "c9cz6ujoZPTYBgHkTiPsHZ", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "内容", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 433 + }, + "_children": [ + { + "__id__": 459 + }, + { + "__id__": 478 + } + ], + "_active": true, + "_components": [ + { + "__id__": 562 + }, + { + "__id__": 564 + }, + { + "__id__": 566 + }, + { + "__id__": 568 + } + ], + "_prefab": { + "__id__": 570 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -22.5, + "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.Node", + "_name": "游戏中间", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 458 + }, + "_children": [ + { + "__id__": 460 + } + ], + "_active": true, + "_components": [ + { + "__id__": 475 + } + ], + "_prefab": { + "__id__": 477 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 100, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1.4, + "y": 1.4, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_objFlags": 0, + "_parent": { + "__id__": 459 + }, + "_prefab": { + "__id__": 461 + }, + "__editorExtras__": {} + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 460 + }, + "asset": { + "__uuid__": "1ee4a519-c5ef-453c-98d6-9940781b6fcc", + "__expectedType__": "cc.Prefab" + }, + "fileId": "64PJYFWgBDZrEsaiYwZxmh", + "instance": { + "__id__": 462 + }, + "targetOverrides": null + }, + { + "__type__": "cc.PrefabInstance", + "fileId": "2fBi1gb7xM5Z+0qX8xffGY", + "prefabRootNode": { + "__id__": 1 + }, + "mountedChildren": [], + "mountedComponents": [], + "propertyOverrides": [ + { + "__id__": 463 + }, + { + "__id__": 465 + }, + { + "__id__": 467 + }, + { + "__id__": 469 + }, + { + "__id__": 471 + }, + { + "__id__": 473 + } + ], + "removedComponents": [] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 464 + }, + "propertyPath": [ + "_name" + ], + "value": "游戏渲染" + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "64PJYFWgBDZrEsaiYwZxmh" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 466 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": -640, + "y": -360, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "64PJYFWgBDZrEsaiYwZxmh" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 468 + }, + "propertyPath": [ + "_lrot" + ], + "value": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "64PJYFWgBDZrEsaiYwZxmh" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 470 + }, + "propertyPath": [ + "_euler" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "64PJYFWgBDZrEsaiYwZxmh" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 472 + }, + "propertyPath": [ + "_lscale" + ], + "value": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "64PJYFWgBDZrEsaiYwZxmh" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 474 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 1280, + "height": 720 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "61k/3xmdtHe6Srw0droR6G" + ] + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 459 + }, + "_enabled": true, + "__prefab": { + "__id__": 476 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "6bCPjxqLREMJZsBi+6uTCM" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "aag23Igl9O4bW13vJTR2V6", + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "游戏UI", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 458 + }, + "_children": [ + { + "__id__": 479 + }, + { + "__id__": 487 + }, + { + "__id__": 506 + }, + { + "__id__": 525 + }, + { + "__id__": 533 + } + ], + "_active": true, + "_components": [ + { + "__id__": 557 + }, + { + "__id__": 559 + } + ], + "_prefab": { + "__id__": 561 + }, + "_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.Node", + "_objFlags": 0, + "_parent": { + "__id__": 478 + }, + "_prefab": { + "__id__": 480 + }, + "__editorExtras__": {} + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 479 + }, + "asset": { + "__uuid__": "c9df301b-3532-4bbd-8d7e-d0620db322a0", + "__expectedType__": "cc.Prefab" + }, + "fileId": "9eultbNU5HCLypkPXqoRGA", + "instance": { + "__id__": 481 + }, + "targetOverrides": null + }, + { + "__type__": "cc.PrefabInstance", + "fileId": "3dkkKe/XNNMZ6VmYiDU/Fi", + "prefabRootNode": { + "__id__": 1 + }, + "mountedChildren": [], + "mountedComponents": [], + "propertyOverrides": [ + { + "__id__": 482 + }, + { + "__id__": 484 + }, + { + "__id__": 485 + }, + { + "__id__": 486 + } + ], + "removedComponents": [] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 483 + }, + "propertyPath": [ + "_name" + ], + "value": "难度" + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "9eultbNU5HCLypkPXqoRGA" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 483 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 250, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 483 + }, + "propertyPath": [ + "_lrot" + ], + "value": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 483 + }, + "propertyPath": [ + "_euler" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "cc.Node", + "_name": "Button-002", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 478 + }, + "_children": [ + { + "__id__": 488 + } + ], + "_active": true, + "_components": [ + { + "__id__": 496 + }, + { + "__id__": 498 + }, + { + "__id__": 500 + }, + { + "__id__": 503 + } + ], + "_prefab": { + "__id__": 505 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 180, + "y": 250, + "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.Node", + "_name": "Label", + "_objFlags": 512, + "__editorExtras__": {}, + "_parent": { + "__id__": 487 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 489 + }, + { + "__id__": 491 + }, + { + "__id__": 493 + } + ], + "_prefab": { + "__id__": 495 + }, + "_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__": 488 + }, + "_enabled": true, + "__prefab": { + "__id__": 490 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1dMX0k8ARKYLi1Iy56H0O1" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 488 + }, + "_enabled": true, + "__prefab": { + "__id__": 492 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "下一关", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 1, + "_enableWrapText": false, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b0SEZOjSBFoam0g02qh+Di" + }, + { + "__type__": "cc.LabelOutline", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 488 + }, + "_enabled": true, + "__prefab": { + "__id__": 494 + }, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_width": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "78/T5uOxxBN6cMaHB2G8JI" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "d34tqTzC5HBroVsNAUv/7n", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 487 + }, + "_enabled": true, + "__prefab": { + "__id__": 497 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 70 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "bbMKHWygtK+6gZdOYaV3pM" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 487 + }, + "_enabled": true, + "__prefab": { + "__id__": 499 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 1, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "beHQz9cBtOvame1aqOtqBf" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 487 + }, + "_enabled": true, + "__prefab": { + "__id__": 501 + }, + "clickEvents": [ + { + "__id__": 502 + } + ], + "_interactable": true, + "_transition": 3, + "_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__": 487 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b5QfGzIuFMQY3VrRK8yY7x" + }, + { + "__type__": "cc.ClickEvent", + "target": { + "__id__": 1 + }, + "component": "", + "_componentId": "b51bfKvsidNPKBbFirAFgQI", + "handler": "onClickNextLevel", + "customEventData": "" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 487 + }, + "_enabled": true, + "__prefab": { + "__id__": 504 + }, + "_alignFlags": 1, + "_target": null, + "_left": 0, + "_right": 0, + "_top": 52.5, + "_bottom": 0, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 0, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "33S52HEUBLwq5VFYelAGAy" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "17CMT1W0RGYJBXfOVnTcFL", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "Button-003", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 478 + }, + "_children": [ + { + "__id__": 507 + } + ], + "_active": true, + "_components": [ + { + "__id__": 515 + }, + { + "__id__": 517 + }, + { + "__id__": 519 + }, + { + "__id__": 522 + } + ], + "_prefab": { + "__id__": 524 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -180, + "y": 250, + "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.Node", + "_name": "Label", + "_objFlags": 512, + "__editorExtras__": {}, + "_parent": { + "__id__": 506 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 508 + }, + { + "__id__": 510 + }, + { + "__id__": 512 + } + ], + "_prefab": { + "__id__": 514 + }, + "_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__": 507 + }, + "_enabled": true, + "__prefab": { + "__id__": 509 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "dcfTVhlZpBzrB95qtmh8bO" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 507 + }, + "_enabled": true, + "__prefab": { + "__id__": 511 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "排行榜 ♛", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 18, + "_fontSize": 18, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 1, + "_enableWrapText": false, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b9uVv0QZ5MGabzofNlcrqc" + }, + { + "__type__": "cc.LabelOutline", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 507 + }, + "_enabled": true, + "__prefab": { + "__id__": 513 + }, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_width": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "46UVIoXZ1KVLGPcyPwhoOL" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "22kA54dXpGM7b6L1MJWnit", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 506 + }, + "_enabled": true, + "__prefab": { + "__id__": 516 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 70 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f4AKzKqQxJfasCwthfUDvW" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 506 + }, + "_enabled": true, + "__prefab": { + "__id__": 518 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 1, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "32w4zruA5IW6lMXHXwW4gC" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 506 + }, + "_enabled": true, + "__prefab": { + "__id__": 520 + }, + "clickEvents": [ + { + "__id__": 521 + } + ], + "_interactable": true, + "_transition": 3, + "_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__": 506 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "0fBEjbCNlOtr4PArnpMxPY" + }, + { + "__type__": "cc.ClickEvent", + "target": { + "__id__": 1 + }, + "component": "", + "_componentId": "b51bfKvsidNPKBbFirAFgQI", + "handler": "onOpenOnHookRinking", + "customEventData": "" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 506 + }, + "_enabled": true, + "__prefab": { + "__id__": 523 + }, + "_alignFlags": 1, + "_target": null, + "_left": 0, + "_right": 0, + "_top": 52.5, + "_bottom": 0, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 0, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "56adH0G4tIHqLxGGhV+Lsn" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "47EDseE2RJKpoIWVoTGNSh", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "群介绍", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 478 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 526 + }, + { + "__id__": 528 + }, + { + "__id__": 530 + } + ], + "_prefab": { + "__id__": 532 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 312.673, + "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__": 525 + }, + "_enabled": true, + "__prefab": { + "__id__": 527 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 558.55078125, + "height": 54.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "cbaFcoQHRIrbOXcSpymHaA" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 525 + }, + "_enabled": true, + "__prefab": { + "__id__": 529 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "本游戏是 游戏进度 内测版本 欢迎大家体验 交流群: 799743786", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1fLbylV59CL7vGfKSXb92I" + }, + { + "__type__": "cc.LabelOutline", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 525 + }, + "_enabled": true, + "__prefab": { + "__id__": 531 + }, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_width": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "7byqs6uupBDKKzmzmNvLcI" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "be6Gw1BhlGBb9yhP04XRI5", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_objFlags": 0, + "_parent": { + "__id__": 478 + }, + "_prefab": { "__id__": 534 }, + "__editorExtras__": {} + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 533 + }, + "asset": { + "__uuid__": "a9053170-1055-4272-b3fd-ad6fa75b5f25", + "__expectedType__": "cc.Prefab" + }, + "fileId": "cfqtEvOKpHO7NzoHh8DAIM", + "instance": { + "__id__": 535 + }, + "targetOverrides": null + }, + { + "__type__": "cc.PrefabInstance", + "fileId": "62h8g16k1FNKBdg5I1Dmk2", + "prefabRootNode": { + "__id__": 1 + }, + "mountedChildren": [], + "mountedComponents": [ + { + "__id__": 536 + } + ], + "propertyOverrides": [ + { + "__id__": 540 + }, + { + "__id__": 542 + }, + { + "__id__": 543 + }, + { + "__id__": 544 + }, + { + "__id__": 545 + }, + { + "__id__": 547 + }, + { + "__id__": 549 + }, + { + "__id__": 551 + }, + { + "__id__": 553 + }, + { + "__id__": 555 + } + ], + "removedComponents": [] + }, + { + "__type__": "cc.MountedComponentsInfo", + "targetInfo": { + "__id__": 537 + }, + "components": [ + { + "__id__": 538 + } + ] + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "cfqtEvOKpHO7NzoHh8DAIM" + ] + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": { + "mountedRoot": { + "__id__": 533 + } + }, + "node": { + "__id__": 533 + }, + "_enabled": true, + "__prefab": { + "__id__": 539 + }, + "_alignFlags": 44, + "_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": 590, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "02322RFehNQa6SlaRLvz0f" + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 541 + }, + "propertyPath": [ + "_name" + ], + "value": "野怪列表" + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "cfqtEvOKpHO7NzoHh8DAIM" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 541 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": -277.5, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 541 + }, + "propertyPath": [ + "_lrot" + ], + "value": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 541 + }, + "propertyPath": [ + "_euler" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 546 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 600, + "height": 120 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "0ccMb6aEJJmKtQPc0NQqC7" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 548 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": -240, + "y": 0, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "4chdzdAAZG2ZnA2dvWbz+Q" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 550 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 360, + "height": 120 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "eeHVlqM0NN2bU8pdiFGOQ4" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 552 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 360, + "height": 120 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "8aRE0q34tED5M48dqLGa9P" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 554 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": -180, + "y": 0, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "69mnnKIwlAhZMU3bytgVs0" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 556 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": 240, + "y": 0, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "510efzkfVOYJnng80lj0PW" + ] + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 478 + }, + "_enabled": true, + "__prefab": { + "__id__": 558 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 600, + "height": 675 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1eqdNNY0NIB5zR+aBKzMoO" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 478 + }, + "_enabled": true, + "__prefab": { + "__id__": 560 + }, + "_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": "c5Vd173pRAvrBCUPMPBvIY" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "65ubwsNf1Bb7pxJ4pL0c+V", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 458 + }, + "_enabled": true, + "__prefab": { + "__id__": 563 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 600, + "height": 675 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a3MDam5NxICK9VSfHfF3ps" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 458 + }, + "_enabled": true, + "__prefab": { + "__id__": 565 + }, + "_alignFlags": 45, + "_target": null, + "_left": 0, + "_right": 0, + "_top": 45, + "_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": "b6CVnZMlFJlYhK4weazblM" + }, + { + "__type__": "cc.Mask", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 458 + }, + "_enabled": true, + "__prefab": { + "__id__": 567 + }, + "_type": 0, + "_inverted": false, + "_segments": 64, + "_alphaThreshold": 0.1, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f4RSB2fExOx6xy57U08k5N" + }, + { + "__type__": "cc.Graphics", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 458 + }, + "_enabled": true, + "__prefab": { + "__id__": 569 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_lineWidth": 1, + "_strokeColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_lineJoin": 2, + "_lineCap": 0, + "_fillColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 0 + }, + "_miterLimit": 10, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "dez/dfxy1Oio/kgTktmNg/" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "58Flfd12JM/74OqtRhSlIJ", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 433 + }, + "_enabled": true, + "__prefab": { + "__id__": 572 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 600, + "height": 720 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "39xU7x945C+ourOgGMX0UC" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 433 + }, + "_enabled": true, + "__prefab": { + "__id__": 574 + }, + "_alignFlags": 45, + "_target": null, + "_left": 0, + "_right": 680, + "_top": 0, + "_bottom": 0, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 600, + "_originalHeight": 550, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "21YYtwfKRDK6buO3Q7U9IB" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "dfu4L7oZBOVZZhlTr2X+uH", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "Debugger", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 577 + } + ], + "_active": true, + "_components": [ + { + "__id__": 583 + }, + { + "__id__": 585 + }, + { + "__id__": 587 + }, + { + "__id__": 590 + } + ], + "_prefab": { + "__id__": 592 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -590, + "y": 114.463, + "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.Node", + "_name": "Label", + "_objFlags": 512, + "__editorExtras__": {}, + "_parent": { + "__id__": 576 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 578 + }, + { + "__id__": 580 + } + ], + "_prefab": { + "__id__": 582 + }, + "_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__": 577 + }, + "_enabled": true, + "__prefab": { + "__id__": 579 + }, "_contentSize": { "__type__": "cc.Size", "width": 100, @@ -10965,11 +11854,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 532 + "__id__": 577 }, "_enabled": true, "__prefab": { - "__id__": 536 + "__id__": 581 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11023,11 +11912,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 531 + "__id__": 576 }, "_enabled": true, "__prefab": { - "__id__": 539 + "__id__": 584 }, "_contentSize": { "__type__": "cc.Size", @@ -11051,11 +11940,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 531 + "__id__": 576 }, "_enabled": true, "__prefab": { - "__id__": 541 + "__id__": 586 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11096,15 +11985,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 531 + "__id__": 576 }, "_enabled": true, "__prefab": { - "__id__": 543 + "__id__": 588 }, "clickEvents": [ { - "__id__": 544 + "__id__": 589 } ], "_interactable": true, @@ -11156,7 +12045,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 531 + "__id__": 576 }, "_id": "" }, @@ -11180,11 +12069,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 531 + "__id__": 576 }, "_enabled": true, "__prefab": { - "__id__": 546 + "__id__": 591 }, "_alignFlags": 8, "_target": null, @@ -11233,12 +12122,12 @@ }, "_enabled": true, "__prefab": { - "__id__": 549 + "__id__": 594 }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -11261,7 +12150,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 551 + "__id__": 596 }, "_alignFlags": 45, "_target": null, @@ -11297,16 +12186,16 @@ }, "_enabled": true, "__prefab": { - "__id__": 553 + "__id__": 598 }, "mask": false, "maskOpcity": 80, "isClickMaskeClose": false, "onHookLabel": { - "__id__": 216 + "__id__": 113 }, "nextLevelBtn": { - "__id__": 139 + "__id__": 500 }, "_id": "" }, @@ -11327,22 +12216,22 @@ "targetOverrides": null, "nestedPrefabInstanceRoots": [ { - "__id__": 348 + "__id__": 533 }, { - "__id__": 258 + "__id__": 479 }, { - "__id__": 198 + "__id__": 460 }, { - "__id__": 170 + "__id__": 239 }, { - "__id__": 113 + "__id__": 155 }, { - "__id__": 86 + "__id__": 95 }, { "__id__": 11 diff --git a/JisolGameCocos/assets/resources/prefab/ui/主页/子组件/玩家信息.prefab b/JisolGameCocos/assets/resources/prefab/ui/主页/子组件/玩家信息.prefab index 45c50aa6..a792f9f2 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/主页/子组件/玩家信息.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/主页/子组件/玩家信息.prefab @@ -38,18 +38,15 @@ }, { "__id__": 58 - }, - { - "__id__": 60 } ], "_prefab": { - "__id__": 62 + "__id__": 60 }, "_lpos": { "__type__": "cc.Vec3", - "x": -190, - "y": 560, + "x": -105, + "y": 280, "z": 0 }, "_lrot": { @@ -1263,42 +1260,6 @@ "__type__": "cc.CompPrefabInfo", "fileId": "e9rBw2jx1IiJEwcWsaXui9" }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 1 - }, - "_enabled": true, - "__prefab": { - "__id__": 59 - }, - "_alignFlags": 9, - "_target": null, - "_left": 20, - "_right": 0, - "_top": 20, - "_bottom": 0, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 0, - "_originalHeight": 0, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "9cDjiZptREL6KKSKrTqdhL" - }, { "__type__": "fea8etRHZ5Gg6Z4BeSYoHGo", "_name": "", @@ -1309,7 +1270,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 61 + "__id__": 59 }, "playerNameLabel": { "__id__": 21 @@ -1332,7 +1293,6 @@ "__id__": 0 }, "fileId": "fdayH6FM5D7KxxkfPBzFJ/", - "instance": null, "targetOverrides": null } ] \ No newline at end of file diff --git a/JisolGameCocos/assets/resources/prefab/ui/主页/挂机/主页挂机页面.prefab b/JisolGameCocos/assets/resources/prefab/ui/主页/挂机/主页挂机页面.prefab index 98df7805..c31441f9 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/主页/挂机/主页挂机页面.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/主页/挂机/主页挂机页面.prefab @@ -2260,8 +2260,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -2323,7 +2323,7 @@ "__id__": 106 }, "mask": true, - "maskOpcity": 80, + "maskOpcity": 140, "isClickMaskeClose": true, "views": { "__id__": 45 diff --git a/JisolGameCocos/assets/resources/prefab/ui/主页/聊天/MainChatView.prefab b/JisolGameCocos/assets/resources/prefab/ui/主页/聊天/MainChatView.prefab index 4385b944..2fa3efac 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/主页/聊天/MainChatView.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/主页/聊天/MainChatView.prefab @@ -99,8 +99,8 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 0, - "y": -200, + "x": 280, + "y": 0, "z": 0 }, "_lrot": { @@ -154,7 +154,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -340, + "y": -260, "z": 0 }, "_lrot": { @@ -220,7 +220,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 390, + "y": 310, "z": 0 }, "_lrot": { @@ -457,7 +457,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 12, - "height": 780 + "height": 620 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -749,7 +749,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 720, - "height": 780 + "height": 620 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1491,7 +1491,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 720, - "height": 780 + "height": 620 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1637,7 +1637,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 720, - "height": 780 + "height": 620 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1733,7 +1733,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -390, + "y": -310, "z": 0 }, "_lrot": { @@ -2822,7 +2822,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 720, - "height": 880 + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -2892,11 +2892,11 @@ "__prefab": { "__id__": 145 }, - "_alignFlags": 45, + "_alignFlags": 37, "_target": null, - "_left": 0, + "_left": 280, "_right": 0, - "_top": 400, + "_top": 0, "_bottom": 0, "_horizontalCenter": 0, "_verticalCenter": 0, @@ -2943,8 +2943,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -3006,7 +3006,7 @@ "__id__": 152 }, "mask": true, - "maskOpcity": 80, + "maskOpcity": 140, "isClickMaskeClose": true, "content": { "__id__": 22 diff --git a/JisolGameCocos/assets/resources/prefab/ui/主页/聊天/聊天框.prefab b/JisolGameCocos/assets/resources/prefab/ui/主页/聊天/聊天框.prefab index e23ee605..9e8870f8 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/主页/聊天/聊天框.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/主页/聊天/聊天框.prefab @@ -34,19 +34,16 @@ "__id__": 14 }, { - "__id__": 16 - }, - { - "__id__": 19 + "__id__": 17 } ], "_prefab": { - "__id__": 21 + "__id__": 19 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -615, + "y": -125.21600000000001, "z": 0 }, "_lrot": { @@ -251,7 +248,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, + "width": 680, "height": 50 }, "_anchorPoint": { @@ -311,7 +308,7 @@ "fileId": "47iddbWj9HxZT0NQ/GsZJP" }, { - "__type__": "cc.Widget", + "__type__": "cc.Button", "_name": "", "_objFlags": 0, "__editorExtras__": {}, @@ -322,45 +319,9 @@ "__prefab": { "__id__": 15 }, - "_alignFlags": 44, - "_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": 0, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "9awU3hjhVK9qjW9bMJin6E" - }, - { - "__type__": "cc.Button", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 1 - }, - "_enabled": true, - "__prefab": { - "__id__": 17 - }, "clickEvents": [ { - "__id__": 18 + "__id__": 16 } ], "_interactable": true, @@ -424,7 +385,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 20 + "__id__": 18 }, "text": { "__id__": 5 @@ -444,7 +405,6 @@ "__id__": 0 }, "fileId": "0dwM6BvXxAIb2ADj9Thh37", - "instance": null, "targetOverrides": null } ] \ No newline at end of file diff --git a/JisolGameCocos/assets/resources/prefab/ui/主页/野怪/野怪列表.prefab b/JisolGameCocos/assets/resources/prefab/ui/主页/野怪/野怪列表.prefab index 04ec5e81..77d32262 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/主页/野怪/野怪列表.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/主页/野怪/野怪列表.prefab @@ -38,18 +38,15 @@ }, { "__id__": 72 - }, - { - "__id__": 74 } ], "_prefab": { - "__id__": 76 + "__id__": 74 }, "_lpos": { "__type__": "cc.Vec3", - "x": -0.5, - "y": 223.109, + "x": 0, + "y": 275, "z": 0 }, "_lrot": { @@ -108,7 +105,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": -299.5, + "x": -235, "y": 0, "z": 0 }, @@ -587,7 +584,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": -239.5, + "x": -175, "y": 0, "z": 0 }, @@ -796,7 +793,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 479, + "width": 350, "height": 120 }, "_anchorPoint": { @@ -941,7 +938,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 479, + "width": 350, "height": 120 }, "_anchorPoint": { @@ -1117,7 +1114,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 299.5, + "x": 235, "y": 0, "z": 0 }, @@ -1517,7 +1514,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 719, + "width": 590, "height": 120 }, "_anchorPoint": { @@ -1576,42 +1573,6 @@ "__type__": "cc.CompPrefabInfo", "fileId": "19pPQvdvdMCJ7w/Z+yYIek" }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 1 - }, - "_enabled": true, - "__prefab": { - "__id__": 73 - }, - "_alignFlags": 40, - "_target": null, - "_left": 0, - "_right": 1, - "_top": 0, - "_bottom": 0, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 100, - "_originalHeight": 0, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "41TovpTmVCz4oCICCj50W/" - }, { "__type__": "fe2adMH7MZF5KXgR4KwvwJX", "_name": "", @@ -1622,7 +1583,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 75 + "__id__": 73 }, "views": { "__id__": 46 @@ -1642,7 +1603,6 @@ "__id__": 0 }, "fileId": "cfqtEvOKpHO7NzoHh8DAIM", - "instance": null, "targetOverrides": null } ] \ No newline at end of file diff --git a/JisolGameCocos/assets/resources/prefab/ui/副本页面/副本页面.prefab b/JisolGameCocos/assets/resources/prefab/ui/副本页面/副本页面.prefab index f69d854f..aff09443 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/副本页面/副本页面.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/副本页面/副本页面.prefab @@ -220,7 +220,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 500, + "y": 300, "z": 0 }, "_lrot": { @@ -313,7 +313,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 600, + "width": 720, "height": 20 }, "_anchorPoint": { @@ -428,8 +428,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 600, - "height": 1000 + "width": 720, + "height": 600 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -592,7 +592,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 300, + "x": 360, "y": 0, "z": 0 }, @@ -770,7 +770,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 12, - "height": 1000 + "height": 600 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -955,8 +955,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 600, - "height": 1000 + "width": 720, + "height": 600 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1077,8 +1077,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 600, - "height": 1000 + "width": 720, + "height": 600 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1181,8 +1181,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1244,7 +1244,7 @@ "__id__": 59 }, "mask": true, - "maskOpcity": 80, + "maskOpcity": 140, "isClickMaskeClose": true, "views": { "__id__": 37 diff --git a/JisolGameCocos/assets/resources/prefab/ui/加载页面/LoadingView.prefab b/JisolGameCocos/assets/resources/prefab/ui/加载页面/LoadingView.prefab index 3df2dd9b..c9f4eb80 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/加载页面/LoadingView.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/加载页面/LoadingView.prefab @@ -139,8 +139,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1550 + "width": 1280, + "height": 990 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -274,7 +274,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -404.685, + "y": -192.195, "z": 0 }, "_lrot": { @@ -443,7 +443,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -459.803, + "y": -247.313, "z": 0 }, "_lrot": { @@ -730,8 +730,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", diff --git a/JisolGameCocos/assets/resources/prefab/ui/商店.meta b/JisolGameCocos/assets/resources/prefab/ui/商店.meta new file mode 100644 index 00000000..9c11b481 --- /dev/null +++ b/JisolGameCocos/assets/resources/prefab/ui/商店.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "cd941042-c0fa-4838-8cca-a067ec79f2f6", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/JisolGameCocos/assets/resources/prefab/ui/商店/商店礼包.prefab b/JisolGameCocos/assets/resources/prefab/ui/商店/商店礼包.prefab new file mode 100644 index 00000000..d0f87e16 --- /dev/null +++ b/JisolGameCocos/assets/resources/prefab/ui/商店/商店礼包.prefab @@ -0,0 +1,1463 @@ +[ + { + "__type__": "cc.Prefab", + "_name": "商店礼包", + "_objFlags": 0, + "__editorExtras__": {}, + "_native": "", + "data": { + "__id__": 1 + }, + "optimizationPolicy": 0, + "persistent": false + }, + { + "__type__": "cc.Node", + "_name": "商店礼包", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": null, + "_children": [ + { + "__id__": 2 + }, + { + "__id__": 10 + }, + { + "__id__": 36 + }, + { + "__id__": 44 + } + ], + "_active": true, + "_components": [ + { + "__id__": 61 + }, + { + "__id__": 63 + }, + { + "__id__": 65 + } + ], + "_prefab": { + "__id__": 67 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -110, + "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.Node", + "_name": "礼包名称", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 3 + }, + { + "__id__": 5 + }, + { + "__id__": 7 + } + ], + "_prefab": { + "__id__": 9 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -65.008, + "y": 62.718, + "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": 84, + "height": 54.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "8cKHrDVQFJoqNIT4sXFnC8" + }, + { + "__type__": "cc.Label", + "_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": 255 + }, + "_string": "礼包名称", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "642ZPUmIlHj415nQMCYbYu" + }, + { + "__type__": "cc.LabelOutline", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 8 + }, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_width": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "98KiKkUZVJXKeeUItCSGGh" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "e1rr7nshlP1IutH7pMmIf0", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "礼包列表", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 11 + } + ], + "_active": true, + "_components": [ + { + "__id__": 29 + }, + { + "__id__": 31 + }, + { + "__id__": 33 + } + ], + "_prefab": { + "__id__": 35 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -62.463, + "y": -18.906, + "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.Node", + "_name": "view", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 10 + }, + "_children": [ + { + "__id__": 12 + } + ], + "_active": true, + "_components": [ + { + "__id__": 20 + }, + { + "__id__": 22 + }, + { + "__id__": 24 + }, + { + "__id__": 26 + } + ], + "_prefab": { + "__id__": 28 + }, + "_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.Node", + "_name": "content", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 11 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 13 + }, + { + "__id__": 15 + }, + { + "__id__": 17 + } + ], + "_prefab": { + "__id__": 19 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -150, + "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__": 12 + }, + "_enabled": true, + "__prefab": { + "__id__": 14 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 2, + "height": 140 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f6m8ybCo5KFKUTIV4022Dp" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 12 + }, + "_enabled": true, + "__prefab": { + "__id__": 16 + }, + "_resizeMode": 1, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 0, + "_paddingLeft": 10, + "_paddingRight": 0, + "_paddingTop": 20, + "_paddingBottom": 20, + "_spacingX": 8, + "_spacingY": 20, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "fdeOVqCdxDp4dj8hE6kZzF" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 12 + }, + "_enabled": true, + "__prefab": { + "__id__": 18 + }, + "_alignFlags": 40, + "_target": null, + "_left": 0, + "_right": 298, + "_top": 0, + "_bottom": 0, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 220, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e08hD0PBZMta3qW4mFPqyG" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "9dW8qKL2ZGZ58SZ8URFzw/", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 11 + }, + "_enabled": true, + "__prefab": { + "__id__": 21 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 300, + "height": 110 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "81bcPuNipJ87QZfqPUJ6SD" + }, + { + "__type__": "cc.Mask", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 11 + }, + "_enabled": true, + "__prefab": { + "__id__": 23 + }, + "_type": 0, + "_inverted": false, + "_segments": 64, + "_alphaThreshold": 0.1, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "8fH0fT/pBIrb8uzrA1WOjJ" + }, + { + "__type__": "cc.Graphics", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 11 + }, + "_enabled": true, + "__prefab": { + "__id__": 25 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_lineWidth": 1, + "_strokeColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_lineJoin": 2, + "_lineCap": 0, + "_fillColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 0 + }, + "_miterLimit": 10, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1b3xmcNrBKRL0c4f8sUeGf" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 11 + }, + "_enabled": true, + "__prefab": { + "__id__": 27 + }, + "_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": 240, + "_originalHeight": 250, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a1wRM3tJFNcqi3knd93xTN" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "10WGIYi/dNhYbTSBi2buPM", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 10 + }, + "_enabled": true, + "__prefab": { + "__id__": 30 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 300, + "height": 110 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "337L2yFtlIepZOiEcvtnQw" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 10 + }, + "_enabled": false, + "__prefab": { + "__id__": 32 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "b730527c-3233-41c2-aaf7-7cdab58f9749@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": "36sc/4fyJNf4RLngHA4GK5" + }, + { + "__type__": "563f2c1JcVKmrpHhC0vl3PI", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 10 + }, + "_enabled": true, + "__prefab": { + "__id__": 34 + }, + "bounceDuration": 0.23, + "brake": 0.75, + "elastic": true, + "inertia": true, + "horizontal": true, + "vertical": false, + "cancelInnerEvents": true, + "scrollEvents": [], + "_content": { + "__id__": 12 + }, + "_horizontalScrollBar": null, + "_verticalScrollBar": null, + "itemPrefab": { + "__uuid__": "6e8bc3fd-d622-4f2e-9ad8-35af8d6396ea", + "__expectedType__": "cc.Prefab" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "6cRm4qax5MyKPRRTNVSsGT" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "eaD+2Zc2VKbq+2cBbqYcI9", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "限制", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 37 + }, + { + "__id__": 39 + }, + { + "__id__": 41 + } + ], + "_prefab": { + "__id__": 43 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 176.967, + "y": 26.485, + "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__": 36 + }, + "_enabled": true, + "__prefab": { + "__id__": 38 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 68.43359375, + "height": 54.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "10z0bm3u5PxaTdzv6wNBuE" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 36 + }, + "_enabled": true, + "__prefab": { + "__id__": 40 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "( 无限 )", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "cdhi8xDFVO25IJ9Y/JPEMN" + }, + { + "__type__": "cc.LabelOutline", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 36 + }, + "_enabled": true, + "__prefab": { + "__id__": 42 + }, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_width": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a1KYZyVXVEupWEuVM8vpnl" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "baY88M5q9PJqnLM4yz0KUN", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "购买按钮", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 45 + } + ], + "_active": true, + "_components": [ + { + "__id__": 53 + }, + { + "__id__": 55 + }, + { + "__id__": 57 + } + ], + "_prefab": { + "__id__": 60 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 179.693, + "y": -32.504, + "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.Node", + "_name": "Label", + "_objFlags": 512, + "__editorExtras__": {}, + "_parent": { + "__id__": 44 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 46 + }, + { + "__id__": 48 + }, + { + "__id__": 50 + } + ], + "_prefab": { + "__id__": 52 + }, + "_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__": 45 + }, + "_enabled": true, + "__prefab": { + "__id__": 47 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "58SaQK6EJCv5rHuNHbqmoZ" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 45 + }, + "_enabled": true, + "__prefab": { + "__id__": 49 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "购买", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 26, + "_fontSize": 26, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 1, + "_enableWrapText": false, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "8dtAt2eO9MLqUWRpqJAcQc" + }, + { + "__type__": "cc.LabelOutline", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 45 + }, + "_enabled": true, + "__prefab": { + "__id__": 51 + }, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_width": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "40yNfZ4xZHVKXvRwjiZoxJ" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "be0UJGOxxOSo4nCAlkAZBr", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 44 + }, + "_enabled": true, + "__prefab": { + "__id__": 54 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 50 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "fbk+B4yttBSZhgIuotnxDv" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 44 + }, + "_enabled": true, + "__prefab": { + "__id__": 56 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 1, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "baZFJFSphDmY5kNqLADXBp" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 44 + }, + "_enabled": true, + "__prefab": { + "__id__": 58 + }, + "clickEvents": [ + { + "__id__": 59 + } + ], + "_interactable": true, + "_transition": 3, + "_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__": 44 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "61XIGPOjpHZ5pwxWJNrM61" + }, + { + "__type__": "cc.ClickEvent", + "target": { + "__id__": 1 + }, + "component": "", + "_componentId": "3c6899ZGRRPgrMvm2AULNj4", + "handler": "onClickBuy", + "customEventData": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "9aCmWyE6JIabLgJa7PZWIU", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 62 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 500, + "height": 180 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "3ftSbI1XdE3Jqr5vfRbSRR" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 64 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 187, + "g": 187, + "b": 187, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "7d8f9b89-4fd1-4c9f-a3ab-38ec7cded7ca@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "caR6xoCgVKL4Ijw0vIsca9" + }, + { + "__type__": "3c6899ZGRRPgrMvm2AULNj4", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 66 + }, + "giftName": { + "__id__": 5 + }, + "giftLimit": { + "__id__": 39 + }, + "views": { + "__id__": 33 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "4eE4bk2ZpHK6kRtAl6a2Fe" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "0fM19raV1HOYrh0EfUO5lF", + "instance": null, + "targetOverrides": null + } +] \ No newline at end of file diff --git a/JisolGameCocos/assets/resources/prefab/ui/商店/商店礼包.prefab.meta b/JisolGameCocos/assets/resources/prefab/ui/商店/商店礼包.prefab.meta new file mode 100644 index 00000000..ca3e5b53 --- /dev/null +++ b/JisolGameCocos/assets/resources/prefab/ui/商店/商店礼包.prefab.meta @@ -0,0 +1,13 @@ +{ + "ver": "1.1.49", + "importer": "prefab", + "imported": true, + "uuid": "666a38d1-f88b-41ba-ad80-540baf963180", + "files": [ + ".json" + ], + "subMetas": {}, + "userData": { + "syncNodeName": "商店礼包" + } +} diff --git a/JisolGameCocos/assets/resources/prefab/ui/商店/商店页面.prefab b/JisolGameCocos/assets/resources/prefab/ui/商店/商店页面.prefab new file mode 100644 index 00000000..59df7541 --- /dev/null +++ b/JisolGameCocos/assets/resources/prefab/ui/商店/商店页面.prefab @@ -0,0 +1,2686 @@ +[ + { + "__type__": "cc.Prefab", + "_name": "商店页面", + "_objFlags": 0, + "__editorExtras__": {}, + "_native": "", + "data": { + "__id__": 1 + }, + "optimizationPolicy": 0, + "persistent": false + }, + { + "__type__": "cc.Node", + "_name": "商店页面", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": null, + "_children": [ + { + "__id__": 2 + } + ], + "_active": true, + "_components": [ + { + "__id__": 118 + }, + { + "__id__": 120 + }, + { + "__id__": 122 + } + ], + "_prefab": { + "__id__": 124 + }, + "_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.Node", + "_name": "content", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 3 + }, + { + "__id__": 47 + } + ], + "_active": true, + "_components": [ + { + "__id__": 111 + }, + { + "__id__": 113 + }, + { + "__id__": 115 + } + ], + "_prefab": { + "__id__": 117 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 290, + "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.Node", + "_name": "礼包列表", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 2 + }, + "_children": [ + { + "__id__": 4 + }, + { + "__id__": 22 + } + ], + "_active": true, + "_components": [ + { + "__id__": 40 + }, + { + "__id__": 42 + }, + { + "__id__": 37 + }, + { + "__id__": 44 + } + ], + "_prefab": { + "__id__": 46 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -75, + "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.Node", + "_name": "view", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 3 + }, + "_children": [ + { + "__id__": 5 + } + ], + "_active": true, + "_components": [ + { + "__id__": 13 + }, + { + "__id__": 15 + }, + { + "__id__": 17 + }, + { + "__id__": 19 + } + ], + "_prefab": { + "__id__": 21 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 360, + "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.Node", + "_name": "content", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 4 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 6 + }, + { + "__id__": 8 + }, + { + "__id__": 10 + } + ], + "_prefab": { + "__id__": 12 + }, + "_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__": 5 + }, + "_enabled": true, + "__prefab": { + "__id__": 7 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 550, + "height": 20 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 1 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c4u8aeEvpE148I579SL0IQ" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 5 + }, + "_enabled": true, + "__prefab": { + "__id__": 9 + }, + "_resizeMode": 1, + "_layoutType": 2, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 0, + "_paddingLeft": 10, + "_paddingRight": 0, + "_paddingTop": 20, + "_paddingBottom": 20, + "_spacingX": 8, + "_spacingY": 20, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "5dSUsVOjFNGJa/HqdMrO7Y" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 5 + }, + "_enabled": true, + "__prefab": { + "__id__": 11 + }, + "_alignFlags": 40, + "_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": 220, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ca8NbjKSdK1rhpveyaKv2a" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "df7EWgImFCSpsAWOQkqLsM", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 4 + }, + "_enabled": true, + "__prefab": { + "__id__": 14 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 550, + "height": 720 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 1 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a3aLRbHlxBPa3JDGyhmbHr" + }, + { + "__type__": "cc.Mask", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 4 + }, + "_enabled": true, + "__prefab": { + "__id__": 16 + }, + "_type": 0, + "_inverted": false, + "_segments": 64, + "_alphaThreshold": 0.1, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "edesL4aXtOdryMlZvYOoQ/" + }, + { + "__type__": "cc.Graphics", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 4 + }, + "_enabled": true, + "__prefab": { + "__id__": 18 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_lineWidth": 1, + "_strokeColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_lineJoin": 2, + "_lineCap": 0, + "_fillColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 0 + }, + "_miterLimit": 10, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "dfsmE0zuJFRrEi+yjMuuf3" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 4 + }, + "_enabled": true, + "__prefab": { + "__id__": 20 + }, + "_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": 240, + "_originalHeight": 250, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "6bQli7YcRCDqvi2BSfMf4u" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "39O5yaDSxGv4CBg1TxHcAR", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "scrollBar", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 3 + }, + "_children": [ + { + "__id__": 23 + } + ], + "_active": true, + "_components": [ + { + "__id__": 29 + }, + { + "__id__": 31 + }, + { + "__id__": 33 + }, + { + "__id__": 35 + } + ], + "_prefab": { + "__id__": 39 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 275, + "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.Node", + "_name": "bar", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 22 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 24 + }, + { + "__id__": 26 + } + ], + "_prefab": { + "__id__": 28 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -11, + "y": -31.25, + "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__": 23 + }, + "_enabled": true, + "__prefab": { + "__id__": 25 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 10, + "height": 156.25 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "650hzmvrRM05SMN+kdupes" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 23 + }, + "_enabled": true, + "__prefab": { + "__id__": 27 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 0 + }, + "_spriteFrame": { + "__uuid__": "afc47931-f066-46b0-90be-9fe61f213428@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": "1fXWKyQPxGM5F0QNzG6F9/" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "bfvAmUDJxORaF4gcJeQ7Jc", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 22 + }, + "_enabled": true, + "__prefab": { + "__id__": 30 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 12, + "height": 720 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 1, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "efJzzAmkZOBpiwJ8+2GhwL" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 22 + }, + "_enabled": true, + "__prefab": { + "__id__": 32 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 0 + }, + "_spriteFrame": { + "__uuid__": "ffb88a8f-af62-48f4-8f1d-3cb606443a43@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": "360f1HYW9PSqHEa5YwNcfZ" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 22 + }, + "_enabled": true, + "__prefab": { + "__id__": 34 + }, + "_alignFlags": 37, + "_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": 0, + "_originalHeight": 250, + "_alignMode": 1, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "6bltQupINFVqDp/he5+9fw" + }, + { + "__type__": "cc.ScrollBar", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 22 + }, + "_enabled": true, + "__prefab": { + "__id__": 36 + }, + "_scrollView": { + "__id__": 37 + }, + "_handle": { + "__id__": 26 + }, + "_direction": 1, + "_enableAutoHide": true, + "_autoHideTime": 1, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "d5tOm/idhOfJXtFIPIXH6b" + }, + { + "__type__": "563f2c1JcVKmrpHhC0vl3PI", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 3 + }, + "_enabled": true, + "__prefab": { + "__id__": 38 + }, + "bounceDuration": 0.23, + "brake": 0.75, + "elastic": true, + "inertia": true, + "horizontal": false, + "vertical": true, + "cancelInnerEvents": true, + "scrollEvents": [], + "_content": { + "__id__": 5 + }, + "_horizontalScrollBar": null, + "_verticalScrollBar": { + "__id__": 35 + }, + "itemPrefab": { + "__uuid__": "666a38d1-f88b-41ba-ad80-540baf963180", + "__expectedType__": "cc.Prefab" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "23RXhKbetP1YRFxiAyXgky" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "f9h5ygEw9Fx7QZnH7JTq7S", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 3 + }, + "_enabled": true, + "__prefab": { + "__id__": 41 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 550, + "height": 720 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "32KfBkqN1CiYJuxbAMTZqK" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 3 + }, + "_enabled": true, + "__prefab": { + "__id__": 43 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "b730527c-3233-41c2-aaf7-7cdab58f9749@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": "94vJhabd5EWo3xeZ2DgLur" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 3 + }, + "_enabled": true, + "__prefab": { + "__id__": 45 + }, + "_alignFlags": 8, + "_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": 0, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "4bddtvveBJfooGcep9dYOB" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a50Q/c4q1F25HPpsIZ42/a", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "右边", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 2 + }, + "_children": [ + { + "__id__": 48 + } + ], + "_active": true, + "_components": [ + { + "__id__": 104 + }, + { + "__id__": 106 + }, + { + "__id__": 108 + } + ], + "_prefab": { + "__id__": 110 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 275, + "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.Node", + "_name": "Layout", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 47 + }, + "_children": [ + { + "__id__": 49 + }, + { + "__id__": 74 + } + ], + "_active": true, + "_components": [ + { + "__id__": 99 + }, + { + "__id__": 101 + } + ], + "_prefab": { + "__id__": 103 + }, + "_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.Node", + "_name": "标签1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 48 + }, + "_children": [ + { + "__id__": 50 + }, + { + "__id__": 56 + } + ], + "_active": true, + "_components": [ + { + "__id__": 64 + }, + { + "__id__": 66 + }, + { + "__id__": 68 + }, + { + "__id__": 70 + } + ], + "_prefab": { + "__id__": 73 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 60, + "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.Node", + "_name": "背景", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 49 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 51 + }, + { + "__id__": 53 + } + ], + "_prefab": { + "__id__": 55 + }, + "_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__": 50 + }, + "_enabled": true, + "__prefab": { + "__id__": 52 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "aeHeJWLGxA8o7gWptazqIS" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 50 + }, + "_enabled": true, + "__prefab": { + "__id__": 54 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "7d8f9b89-4fd1-4c9f-a3ab-38ec7cded7ca@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c9gImuR4tHJpnZrfnELfdm" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "04zte+XD5ID6TtAYnEABxu", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "文本", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 49 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 57 + }, + { + "__id__": 59 + }, + { + "__id__": 61 + } + ], + "_prefab": { + "__id__": 63 + }, + "_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__": 56 + }, + "_enabled": true, + "__prefab": { + "__id__": 58 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 54, + "height": 85.1 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "76PojCRbFJ7YVs558ElFuk" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 56 + }, + "_enabled": true, + "__prefab": { + "__id__": 60 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "兑换\n商城", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 24, + "_fontSize": 24, + "_fontFamily": "Arial", + "_lineHeight": 35, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "79dPsIKINIzbVLMH1ODWDP" + }, + { + "__type__": "cc.LabelOutline", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 56 + }, + "_enabled": true, + "__prefab": { + "__id__": 62 + }, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_width": 3, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "dfO4/8XfNEU7cTe+qYKVDa" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "aadmv6ftJGaacX4zdfiF+o", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 49 + }, + "_enabled": true, + "__prefab": { + "__id__": 65 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e6wH5cMglMWolwmJHUh4dQ" + }, + { + "__type__": "cc.Mask", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 49 + }, + "_enabled": true, + "__prefab": { + "__id__": 67 + }, + "_type": 1, + "_inverted": false, + "_segments": 64, + "_alphaThreshold": 0.1, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "dcr4zatJBLmJkJzKeO8WV7" + }, + { + "__type__": "cc.Graphics", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 49 + }, + "_enabled": true, + "__prefab": { + "__id__": 69 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_lineWidth": 1, + "_strokeColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_lineJoin": 2, + "_lineCap": 0, + "_fillColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 0 + }, + "_miterLimit": 10, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "25JciEDAlEpqQhhPfJrbdG" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 49 + }, + "_enabled": true, + "__prefab": { + "__id__": 71 + }, + "clickEvents": [ + { + "__id__": 72 + } + ], + "_interactable": true, + "_transition": 3, + "_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": "911/SOcwxKTK8ysUHVfVVd" + }, + { + "__type__": "cc.ClickEvent", + "target": null, + "component": "", + "_componentId": "b51bfKvsidNPKBbFirAFgQI", + "handler": "onClickShop", + "customEventData": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "beDuv2b6ZJjaeRZiSCzYfw", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "标签2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 48 + }, + "_children": [ + { + "__id__": 75 + }, + { + "__id__": 81 + } + ], + "_active": true, + "_components": [ + { + "__id__": 89 + }, + { + "__id__": 91 + }, + { + "__id__": 93 + }, + { + "__id__": 95 + } + ], + "_prefab": { + "__id__": 98 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -60, + "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.Node", + "_name": "背景", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 74 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 76 + }, + { + "__id__": 78 + } + ], + "_prefab": { + "__id__": 80 + }, + "_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__": 75 + }, + "_enabled": true, + "__prefab": { + "__id__": 77 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "5f5rh4ti9HcqdheN9EPusH" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 75 + }, + "_enabled": true, + "__prefab": { + "__id__": 79 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "7d8f9b89-4fd1-4c9f-a3ab-38ec7cded7ca@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f8q9kWCZ9BVKeL5Mg/WKHB" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "11oqHyjcRDBIfB0V4Un/I+", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "文本", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 74 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 82 + }, + { + "__id__": 84 + }, + { + "__id__": 86 + } + ], + "_prefab": { + "__id__": 88 + }, + "_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__": 81 + }, + "_enabled": true, + "__prefab": { + "__id__": 83 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 54, + "height": 85.1 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "2bRDKZ3sJK8LdtY7FsW3uJ" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 81 + }, + "_enabled": true, + "__prefab": { + "__id__": 85 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "金币\n商城", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 24, + "_fontSize": 24, + "_fontFamily": "Arial", + "_lineHeight": 35, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "46Ye2hO3JJTppUZmlPogaV" + }, + { + "__type__": "cc.LabelOutline", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 81 + }, + "_enabled": true, + "__prefab": { + "__id__": 87 + }, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_width": 3, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "28wGg0ArZMTqw7XQr5fjk0" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "77vTZRmjpDnrFaUwTvKtfq", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 74 + }, + "_enabled": true, + "__prefab": { + "__id__": 90 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e4X0GShPBOmZhjOnEPgQCk" + }, + { + "__type__": "cc.Mask", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 74 + }, + "_enabled": true, + "__prefab": { + "__id__": 92 + }, + "_type": 1, + "_inverted": false, + "_segments": 64, + "_alphaThreshold": 0.1, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "55f0vMVvpKBomnS4EFYLK+" + }, + { + "__type__": "cc.Graphics", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 74 + }, + "_enabled": true, + "__prefab": { + "__id__": 94 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_lineWidth": 1, + "_strokeColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_lineJoin": 2, + "_lineCap": 0, + "_fillColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 0 + }, + "_miterLimit": 10, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ed/WSckNVLJ7Bv/azl+PI2" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 74 + }, + "_enabled": true, + "__prefab": { + "__id__": 96 + }, + "clickEvents": [ + { + "__id__": 97 + } + ], + "_interactable": true, + "_transition": 3, + "_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": "fdI+wmJZ1Ld7x27myamxRJ" + }, + { + "__type__": "cc.ClickEvent", + "target": null, + "component": "", + "_componentId": "b51bfKvsidNPKBbFirAFgQI", + "handler": "onClickShop", + "customEventData": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "8dDkyZVaBKcI4elfwb4nHO", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 48 + }, + "_enabled": true, + "__prefab": { + "__id__": 100 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 150, + "height": 220 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e2+wS++5dFmZXbUZd1S+9F" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 48 + }, + "_enabled": true, + "__prefab": { + "__id__": 102 + }, + "_resizeMode": 1, + "_layoutType": 2, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 0, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 0, + "_spacingY": 20, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c9IUrvq1VPL7ZNLdMJVch9" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "65LU7XwHdBEp0gEjbdLCNL", + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 47 + }, + "_enabled": true, + "__prefab": { + "__id__": 105 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 150, + "height": 720 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "8fHINKWGdJa5odAu4atceo" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 47 + }, + "_enabled": true, + "__prefab": { + "__id__": 107 + }, + "_alignFlags": 37, + "_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": 0, + "_originalHeight": 100, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "7dseOctslFjZlHsopmyIez" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 47 + }, + "_enabled": true, + "__prefab": { + "__id__": 109 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 116, + "g": 116, + "b": 116, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "7d8f9b89-4fd1-4c9f-a3ab-38ec7cded7ca@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "aan3wLY+pLOKNkBOyPGchs" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "61dBBkSSBIxJX/2L8d7nhT", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 112 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 700, + "height": 720 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "8ftYzn1eBL/KI9lfvctDGE" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 114 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "7d8f9b89-4fd1-4c9f-a3ab-38ec7cded7ca@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "72OG0M5ThEtaIaziixD4R1" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 116 + }, + "_alignFlags": 37, + "_target": null, + "_left": 280, + "_right": 0, + "_top": 0, + "_bottom": 0, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 720, + "_originalHeight": 720, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "8ejneRsd9FXLr6cGBBG0Rk" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "85bQbPz7FPkaRPL/kSAwAE", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 119 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 1280, + "height": 720 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1dgJxmIH5HIpXD6y0/xMwI" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 121 + }, + "_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": "582zBz6m5DKqmkTkiS/LE0" + }, + { + "__type__": "eb3d97OVbpKJIEDdbauLD9N", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 123 + }, + "mask": true, + "maskOpcity": 140, + "isClickMaskeClose": true, + "views": { + "__id__": 37 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "72M98sdRtOfraFwPEDfkNN" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "08xLpDDa9NlK3pgR7XiOqb", + "instance": null, + "targetOverrides": null + } +] \ No newline at end of file diff --git a/JisolGameCocos/assets/resources/prefab/ui/商店/商店页面.prefab.meta b/JisolGameCocos/assets/resources/prefab/ui/商店/商店页面.prefab.meta new file mode 100644 index 00000000..bf8c8a2c --- /dev/null +++ b/JisolGameCocos/assets/resources/prefab/ui/商店/商店页面.prefab.meta @@ -0,0 +1,13 @@ +{ + "ver": "1.1.49", + "importer": "prefab", + "imported": true, + "uuid": "eb705d9d-4332-4106-be01-77d09f73c4d1", + "files": [ + ".json" + ], + "subMetas": {}, + "userData": { + "syncNodeName": "商店页面" + } +} diff --git a/JisolGameCocos/assets/resources/prefab/ui/宠物/宠物升星页面.prefab b/JisolGameCocos/assets/resources/prefab/ui/宠物/宠物升星页面.prefab index c5be2bce..eeb95e2f 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/宠物/宠物升星页面.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/宠物/宠物升星页面.prefab @@ -3058,8 +3058,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -3121,7 +3121,7 @@ "__id__": 148 }, "mask": true, - "maskOpcity": 80, + "maskOpcity": 140, "isClickMaskeClose": true, "petNameLabel": { "__id__": 7 diff --git a/JisolGameCocos/assets/resources/prefab/ui/宠物/宠物单选页面.prefab b/JisolGameCocos/assets/resources/prefab/ui/宠物/宠物单选页面.prefab index f5433b06..c22950f9 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/宠物/宠物单选页面.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/宠物/宠物单选页面.prefab @@ -1576,8 +1576,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1639,7 +1639,7 @@ "__id__": 76 }, "mask": true, - "maskOpcity": 80, + "maskOpcity": 140, "isClickMaskeClose": false, "views": { "__id__": 19 diff --git a/JisolGameCocos/assets/resources/prefab/ui/宠物装备/宠物装备背包页面.prefab b/JisolGameCocos/assets/resources/prefab/ui/宠物装备/宠物装备背包页面.prefab index e987d59e..9754a784 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/宠物装备/宠物装备背包页面.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/宠物装备/宠物装备背包页面.prefab @@ -220,7 +220,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 300, + "y": 200, "z": 0 }, "_lrot": { @@ -313,7 +313,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 550, + "width": 800, "height": 40 }, "_anchorPoint": { @@ -428,8 +428,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 550, - "height": 600 + "width": 800, + "height": 400 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -592,7 +592,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 275, + "x": 400, "y": 0, "z": 0 }, @@ -770,7 +770,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 12, - "height": 600 + "height": 400 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -955,8 +955,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 550, - "height": 600 + "width": 800, + "height": 400 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1077,8 +1077,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 550, - "height": 800 + "width": 800, + "height": 600 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1181,8 +1181,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1244,7 +1244,7 @@ "__id__": 59 }, "mask": true, - "maskOpcity": 80, + "maskOpcity": 140, "isClickMaskeClose": true, "list": { "__id__": 37 diff --git a/JisolGameCocos/assets/resources/prefab/ui/宠物装备/弹出锻造装备页面.prefab b/JisolGameCocos/assets/resources/prefab/ui/宠物装备/弹出锻造装备页面.prefab index cf46f947..51d4b543 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/宠物装备/弹出锻造装备页面.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/宠物装备/弹出锻造装备页面.prefab @@ -955,8 +955,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1018,7 +1018,7 @@ "__id__": 52 }, "mask": true, - "maskOpcity": 80, + "maskOpcity": 140, "isClickMaskeClose": true, "icon": null, "attribute": null, diff --git a/JisolGameCocos/assets/resources/prefab/ui/常用预制体/奖励/缩放动画列表奖励ICON.prefab b/JisolGameCocos/assets/resources/prefab/ui/常用预制体/奖励/缩放动画列表奖励ICON.prefab new file mode 100644 index 00000000..1d8fa5c3 --- /dev/null +++ b/JisolGameCocos/assets/resources/prefab/ui/常用预制体/奖励/缩放动画列表奖励ICON.prefab @@ -0,0 +1,268 @@ +[ + { + "__type__": "cc.Prefab", + "_name": "缩放动画列表奖励ICON", + "_objFlags": 0, + "__editorExtras__": {}, + "_native": "", + "data": { + "__id__": 1 + }, + "optimizationPolicy": 0, + "persistent": false + }, + { + "__type__": "cc.Node", + "_name": "缩放动画列表奖励ICON", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": null, + "_children": [ + { + "__id__": 2 + } + ], + "_active": true, + "_components": [ + { + "__id__": 10 + }, + { + "__id__": 12 + } + ], + "_prefab": { + "__id__": 14 + }, + "_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.Node", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_prefab": { + "__id__": 3 + }, + "__editorExtras__": {} + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 2 + }, + "asset": { + "__uuid__": "02a7c444-c227-42df-824c-9ab8fdc733bd", + "__expectedType__": "cc.Prefab" + }, + "fileId": "02c3tqHwFAbp7zhkA22zq9", + "instance": { + "__id__": 4 + }, + "targetOverrides": null + }, + { + "__type__": "cc.PrefabInstance", + "fileId": "f4cK6ZBx9EsJwbAVF8jVVb", + "prefabRootNode": { + "__id__": 1 + }, + "mountedChildren": [], + "mountedComponents": [], + "propertyOverrides": [ + { + "__id__": 5 + }, + { + "__id__": 7 + }, + { + "__id__": 8 + }, + { + "__id__": 9 + } + ], + "removedComponents": [] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 6 + }, + "propertyPath": [ + "_name" + ], + "value": "奖励ICON" + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "02c3tqHwFAbp7zhkA22zq9" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 6 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 6 + }, + "propertyPath": [ + "_lrot" + ], + "value": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 6 + }, + "propertyPath": [ + "_euler" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 11 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "60HDOce21EU4mT/teH3tKt" + }, + { + "__type__": "fccbdeSR9pMjaj5bstdqupO", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 13 + }, + "icon": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "4b3468j1pPMqGuA2+/MV9U" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "02c3tqHwFAbp7zhkA22zq9", + "instance": null, + "targetOverrides": [ + { + "__id__": 15 + } + ], + "nestedPrefabInstanceRoots": [ + { + "__id__": 2 + } + ] + }, + { + "__type__": "cc.TargetOverrideInfo", + "source": { + "__id__": 12 + }, + "sourceInfo": null, + "propertyPath": [ + "icon" + ], + "target": { + "__id__": 2 + }, + "targetInfo": { + "__id__": 16 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "f41dkcJe1C2o7zoUiZe10Y" + ] + } +] \ No newline at end of file diff --git a/JisolGameCocos/assets/resources/prefab/ui/常用预制体/奖励/缩放动画列表奖励ICON.prefab.meta b/JisolGameCocos/assets/resources/prefab/ui/常用预制体/奖励/缩放动画列表奖励ICON.prefab.meta new file mode 100644 index 00000000..b9bd1b27 --- /dev/null +++ b/JisolGameCocos/assets/resources/prefab/ui/常用预制体/奖励/缩放动画列表奖励ICON.prefab.meta @@ -0,0 +1,13 @@ +{ + "ver": "1.1.49", + "importer": "prefab", + "imported": true, + "uuid": "ad520c41-1e35-4006-a74e-9f2d37afd503", + "files": [ + ".json" + ], + "subMetas": {}, + "userData": { + "syncNodeName": "缩放动画列表奖励ICON" + } +} diff --git a/JisolGameCocos/assets/resources/prefab/ui/常用预制体/奖励/领取奖励页面.prefab b/JisolGameCocos/assets/resources/prefab/ui/常用预制体/奖励/领取奖励页面.prefab index c17357a4..832337b5 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/常用预制体/奖励/领取奖励页面.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/常用预制体/奖励/领取奖励页面.prefab @@ -25,17 +25,17 @@ "_active": true, "_components": [ { - "__id__": 64 + "__id__": 81 }, { - "__id__": 66 + "__id__": 83 }, { - "__id__": 68 + "__id__": 85 } ], "_prefab": { - "__id__": 70 + "__id__": 87 }, "_lpos": { "__type__": "cc.Vec3", @@ -80,22 +80,25 @@ }, { "__id__": 13 + }, + { + "__id__": 57 } ], "_active": true, "_components": [ { - "__id__": 57 + "__id__": 74 }, { - "__id__": 59 + "__id__": 76 }, { - "__id__": 61 + "__id__": 78 } ], "_prefab": { - "__id__": 63 + "__id__": 80 }, "_lpos": { "__type__": "cc.Vec3", @@ -156,7 +159,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 458.2, + "y": 273.181, "z": 0 }, "_lrot": { @@ -297,7 +300,7 @@ "_target": null, "_left": 0, "_right": 0, - "_top": 0, + "_top": -14.980999999999995, "_bottom": 0, "_horizontalCenter": 0, "_verticalCenter": 0, @@ -367,7 +370,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -29.849999999999966, + "y": -14.869, "z": 0 }, "_lrot": { @@ -427,7 +430,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 400, + "y": 200, "z": 0 }, "_lrot": { @@ -520,7 +523,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 600, + "width": 1000, "height": 40 }, "_anchorPoint": { @@ -635,8 +638,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 600, - "height": 800 + "width": 1000, + "height": 400 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1126,7 +1129,7 @@ "__id__": 45 }, "itemPrefab": { - "__uuid__": "6e8bc3fd-d622-4f2e-9ad8-35af8d6396ea", + "__uuid__": "ad520c41-1e35-4006-a74e-9f2d37afd503", "__expectedType__": "cc.Prefab" }, "_id": "" @@ -1162,8 +1165,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 600, - "height": 800 + "width": 1000, + "height": 400 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1237,8 +1240,8 @@ "_target": null, "_left": 0, "_right": 0, - "_top": 129.84999999999997, - "_bottom": 70.15000000000003, + "_top": 114.869, + "_bottom": 85.131, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -1270,6 +1273,398 @@ "targetOverrides": null, "nestedPrefabInstanceRoots": null }, + { + "__type__": "cc.Node", + "_name": "关闭按钮", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 2 + }, + "_children": [ + { + "__id__": 58 + } + ], + "_active": true, + "_components": [ + { + "__id__": 66 + }, + { + "__id__": 68 + }, + { + "__id__": 70 + } + ], + "_prefab": { + "__id__": 73 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -278.292, + "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.Node", + "_name": "Label", + "_objFlags": 512, + "__editorExtras__": {}, + "_parent": { + "__id__": 57 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 59 + }, + { + "__id__": 61 + }, + { + "__id__": 63 + } + ], + "_prefab": { + "__id__": 65 + }, + "_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__": 58 + }, + "_enabled": true, + "__prefab": { + "__id__": 60 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 60 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "4eIWag0hVM1afCoWTYPqXU" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 58 + }, + "_enabled": true, + "__prefab": { + "__id__": 62 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "关闭", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 26, + "_fontSize": 26, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 1, + "_enableWrapText": false, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "bf1MBAIkZJupNTxw5GXqWx" + }, + { + "__type__": "cc.LabelOutline", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 58 + }, + "_enabled": true, + "__prefab": { + "__id__": 64 + }, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_width": 3, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "52Gk7dceZAxYdBz5Nbe0jJ" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "4dwZAl3xVOcKsnXJfMFQ3p", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 57 + }, + "_enabled": true, + "__prefab": { + "__id__": 67 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 80 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "62pSHdxJ1EHLlJGaocyDHo" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 57 + }, + "_enabled": true, + "__prefab": { + "__id__": 69 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 1, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "27VK3s4p9ItJ2vcTazpcjE" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 57 + }, + "_enabled": true, + "__prefab": { + "__id__": 71 + }, + "clickEvents": [ + { + "__id__": 72 + } + ], + "_interactable": true, + "_transition": 3, + "_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__": 57 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "52DEKuqlBF16+gUDBozHNL" + }, + { + "__type__": "cc.ClickEvent", + "target": { + "__id__": 1 + }, + "component": "", + "_componentId": "e4a39lR3XlFYr6bgyWmDWEr", + "handler": "close", + "customEventData": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "da1yd+ndZFlry9XVW28JoW", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, { "__type__": "cc.UITransform", "_name": "", @@ -1280,12 +1675,12 @@ }, "_enabled": true, "__prefab": { - "__id__": 58 + "__id__": 75 }, "_contentSize": { "__type__": "cc.Size", - "width": 600, - "height": 1000 + "width": 1000, + "height": 600 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1308,7 +1703,7 @@ }, "_enabled": false, "__prefab": { - "__id__": 60 + "__id__": 77 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1353,7 +1748,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 62 + "__id__": 79 }, "_id": "" }, @@ -1384,12 +1779,12 @@ }, "_enabled": true, "__prefab": { - "__id__": 65 + "__id__": 82 }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1412,7 +1807,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 67 + "__id__": 84 }, "_alignFlags": 45, "_target": null, @@ -1448,10 +1843,10 @@ }, "_enabled": true, "__prefab": { - "__id__": 69 + "__id__": 86 }, "mask": true, - "maskOpcity": 80, + "maskOpcity": 140, "isClickMaskeClose": true, "views": { "__id__": 47 diff --git a/JisolGameCocos/assets/resources/prefab/ui/常用预制体/游戏/难度.prefab b/JisolGameCocos/assets/resources/prefab/ui/常用预制体/游戏/难度.prefab index 4f4d608d..f1fc595f 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/常用预制体/游戏/难度.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/常用预制体/游戏/难度.prefab @@ -35,18 +35,15 @@ }, { "__id__": 48 - }, - { - "__id__": 50 } ], "_prefab": { - "__id__": 52 + "__id__": 50 }, "_lpos": { "__type__": "cc.Vec3", - "x": 14.153, - "y": 479.694, + "x": 0, + "y": 250, "z": 0 }, "_lrot": { @@ -280,7 +277,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -24, + "y": -29, "z": 0 }, "_lrot": { @@ -1025,7 +1022,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 200, - "height": 60 + "height": 70 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1083,42 +1080,6 @@ "__type__": "cc.CompPrefabInfo", "fileId": "85sGtNcRFEZ6uas0veM0GO" }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 1 - }, - "_enabled": true, - "__prefab": { - "__id__": 49 - }, - "_alignFlags": 1, - "_target": null, - "_left": 0, - "_right": 0, - "_top": 130.30599999999998, - "_bottom": 0, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 0, - "_originalHeight": 0, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "58+NYe5CFKzLz2VGok5XlR" - }, { "__type__": "b2374yvVElBk4il/xfjEdKc", "_name": "", @@ -1129,7 +1090,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 51 + "__id__": 49 }, "title": { "__id__": 5 @@ -1152,7 +1113,6 @@ "__id__": 0 }, "fileId": "9eultbNU5HCLypkPXqoRGA", - "instance": null, "targetOverrides": null } ] \ No newline at end of file diff --git a/JisolGameCocos/assets/resources/prefab/ui/新手引导页面/NoviceNamingView.prefab b/JisolGameCocos/assets/resources/prefab/ui/新手引导页面/NoviceNamingView.prefab index 18b4e418..d152e600 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/新手引导页面/NoviceNamingView.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/新手引导页面/NoviceNamingView.prefab @@ -142,8 +142,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -277,7 +277,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 0, + "y": 78.146, "z": 0 }, "_lrot": { @@ -449,7 +449,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -60.89300000000003, + "y": 17.253, "z": 0 }, "_lrot": { @@ -902,7 +902,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -186.378, + "y": -108.232, "z": 0 }, "_lrot": { @@ -1277,8 +1277,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1341,6 +1341,7 @@ }, "mask": false, "maskOpcity": 80, + "isClickMaskeClose": false, "text": { "__id__": 35 }, diff --git a/JisolGameCocos/assets/resources/prefab/ui/新手引导页面/NoviceSelectPetView.prefab b/JisolGameCocos/assets/resources/prefab/ui/新手引导页面/NoviceSelectPetView.prefab index 43178b4e..2e230049 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/新手引导页面/NoviceSelectPetView.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/新手引导页面/NoviceSelectPetView.prefab @@ -145,8 +145,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -284,7 +284,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 360.189, + "y": 120, "z": 0 }, "_lrot": { @@ -630,8 +630,8 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": -155.012, - "y": 34.013, + "x": -300, + "y": 120, "z": 0 }, "_lrot": { @@ -977,8 +977,8 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 149.179, - "y": 31.734, + "x": 300, + "y": 120, "z": 0 }, "_lrot": { @@ -1331,7 +1331,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -351.056, + "y": -220, "z": 0 }, "_lrot": { @@ -2064,7 +2064,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, + "width": 1280, "height": 280 }, "_anchorPoint": { @@ -2135,7 +2135,7 @@ "__prefab": { "__id__": 92 }, - "_alignFlags": 40, + "_alignFlags": 44, "_target": null, "_left": 0, "_right": 0, @@ -2186,8 +2186,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -2214,6 +2214,7 @@ }, "mask": false, "maskOpcity": 80, + "isClickMaskeClose": false, "selects": [ { "__id__": 10 diff --git a/JisolGameCocos/assets/resources/prefab/ui/模式/CampGuardian/阵营守护战斗页面.prefab b/JisolGameCocos/assets/resources/prefab/ui/模式/CampGuardian/阵营守护战斗页面.prefab index ff557432..5b1e36e4 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/模式/CampGuardian/阵营守护战斗页面.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/模式/CampGuardian/阵营守护战斗页面.prefab @@ -139,8 +139,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -281,7 +281,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -640, + "y": -360, "z": 0 }, "_lrot": { @@ -336,7 +336,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": -360, + "x": -640, "y": 0, "z": 0 }, @@ -503,6 +503,8 @@ "__id__": 0 }, "fileId": "6dxMJc0zxIEpiISGg2rCXY", + "instance": null, + "targetOverrides": null, "nestedPrefabInstanceRoots": null }, { @@ -519,7 +521,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, + "width": 1280, "height": 1280 }, "_anchorPoint": { @@ -739,7 +741,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": -915, + "x": -635, "y": 0, "z": 0 }, @@ -924,7 +926,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, + "width": 1280, "height": 1280 }, "_anchorPoint": { @@ -1069,8 +1071,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1132,7 +1134,7 @@ "__id__": 55 }, "mask": true, - "maskOpcity": 80, + "maskOpcity": 140, "isClickMaskeClose": true, "_id": "" }, diff --git a/JisolGameCocos/assets/resources/prefab/ui/模式/OnHook/OnHook排行榜.prefab b/JisolGameCocos/assets/resources/prefab/ui/模式/OnHook/OnHook排行榜.prefab index ace275aa..afecd2d6 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/模式/OnHook/OnHook排行榜.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/模式/OnHook/OnHook排行榜.prefab @@ -25,20 +25,20 @@ "_active": true, "_components": [ { - "__id__": 87 + "__id__": 68 }, { - "__id__": 89 + "__id__": 70 }, { - "__id__": 91 + "__id__": 72 }, { - "__id__": 93 + "__id__": 74 } ], "_prefab": { - "__id__": 95 + "__id__": 76 }, "_lpos": { "__type__": "cc.Vec3", @@ -83,29 +83,26 @@ }, { "__id__": 47 - }, - { - "__id__": 61 } ], "_active": true, "_components": [ { - "__id__": 80 + "__id__": 61 }, { - "__id__": 82 + "__id__": 63 }, { - "__id__": 84 + "__id__": 65 } ], "_prefab": { - "__id__": 86 + "__id__": 67 }, "_lpos": { "__type__": "cc.Vec3", - "x": 0, + "x": 315, "y": 0, "z": 0 }, @@ -169,7 +166,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 200, + "y": 75, "z": 0 }, "_lrot": { @@ -229,7 +226,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 440, + "y": 285, "z": 0 }, "_lrot": { @@ -322,7 +319,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, + "width": 650, "height": 20 }, "_anchorPoint": { @@ -437,8 +434,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 880 + "width": 650, + "height": 570 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -601,7 +598,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 360, + "x": 325, "y": 0, "z": 0 }, @@ -779,7 +776,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 12, - "height": 880 + "height": 570 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -964,8 +961,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 880 + "width": 650, + "height": 570 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1040,7 +1037,7 @@ "_left": 0, "_right": 0, "_top": 0, - "_bottom": 400, + "_bottom": 150, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -1167,7 +1164,7 @@ "_left": 0, "_right": 0, "_top": 0, - "_bottom": 209.31799999999998, + "_bottom": 0, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -1213,7 +1210,7 @@ "value": { "__type__": "cc.Vec3", "x": 0, - "y": -355.682, + "y": -285, "z": 0 } }, @@ -1270,437 +1267,6 @@ "ff4kiM0zJEWo5aejn8NX1c" ] }, - { - "__type__": "cc.Node", - "_name": "Button", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 2 - }, - "_children": [ - { - "__id__": 62 - } - ], - "_active": true, - "_components": [ - { - "__id__": 70 - }, - { - "__id__": 72 - }, - { - "__id__": 74 - }, - { - "__id__": 77 - } - ], - "_prefab": { - "__id__": 79 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": -530, - "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.Node", - "_name": "Label", - "_objFlags": 512, - "__editorExtras__": {}, - "_parent": { - "__id__": 61 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 63 - }, - { - "__id__": 65 - }, - { - "__id__": 67 - } - ], - "_prefab": { - "__id__": 69 - }, - "_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__": 62 - }, - "_enabled": true, - "__prefab": { - "__id__": 64 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 100, - "height": 60 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "1cMpciVeFG95kL8zzMj1fO" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 62 - }, - "_enabled": true, - "__prefab": { - "__id__": 66 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_string": "关闭", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 40, - "_fontSize": 40, - "_fontFamily": "Arial", - "_lineHeight": 50, - "_overflow": 1, - "_enableWrapText": false, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": true, - "_isUnderline": false, - "_underlineHeight": 2, - "_cacheMode": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "e9F94xOZFBZqe5WCEEpqZG" - }, - { - "__type__": "cc.LabelOutline", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 62 - }, - "_enabled": true, - "__prefab": { - "__id__": 68 - }, - "_color": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_width": 4, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "b3aoAS9hlB9Igl6OdyRwtF" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "05qulMfHREcbNMTPaRC5pf", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 61 - }, - "_enabled": true, - "__prefab": { - "__id__": 71 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 140, - "height": 120 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "a3pFblJbpOoIpI1z38vife" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 61 - }, - "_enabled": true, - "__prefab": { - "__id__": 73 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 1, - "_fillType": 0, - "_sizeMode": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "adPExZ621BDIpeU7p4jFjt" - }, - { - "__type__": "cc.Button", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 61 - }, - "_enabled": true, - "__prefab": { - "__id__": 75 - }, - "clickEvents": [ - { - "__id__": 76 - } - ], - "_interactable": true, - "_transition": 3, - "_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__": 61 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "d0h3N8tJdCtK9s/rLQSz24" - }, - { - "__type__": "cc.ClickEvent", - "target": { - "__id__": 1 - }, - "component": "", - "_componentId": "7eb7cCuUd1DfaN/gN/Pz8fS", - "handler": "close", - "customEventData": "" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 61 - }, - "_enabled": true, - "__prefab": { - "__id__": 78 - }, - "_alignFlags": 4, - "_target": null, - "_left": 0, - "_right": 0, - "_top": 0, - "_bottom": 50, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 0, - "_originalHeight": 0, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "d70QwD5K9EB7oFKlhZ1My2" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "99m6Ed0KhHB6hDLqxzrHVi", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, { "__type__": "cc.UITransform", "_name": "", @@ -1711,12 +1277,12 @@ }, "_enabled": true, "__prefab": { - "__id__": 81 + "__id__": 62 }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 650, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1739,7 +1305,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 83 + "__id__": 64 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1784,9 +1350,9 @@ }, "_enabled": true, "__prefab": { - "__id__": 85 + "__id__": 66 }, - "_alignFlags": 45, + "_alignFlags": 32, "_target": null, "_left": 0, "_right": 0, @@ -1800,15 +1366,15 @@ "_isAbsBottom": true, "_isAbsHorizontalCenter": true, "_isAbsVerticalCenter": true, - "_originalWidth": 100, - "_originalHeight": 100, + "_originalWidth": 0, + "_originalHeight": 0, "_alignMode": 2, "_lockFlags": 0, "_id": "" }, { "__type__": "cc.CompPrefabInfo", - "fileId": "6bCBog0gBLrYdmSKs8qasN" + "fileId": "06n7Vn0ypGHrFSA7nfvzYG" }, { "__type__": "cc.PrefabInfo", @@ -1833,12 +1399,12 @@ }, "_enabled": true, "__prefab": { - "__id__": 88 + "__id__": 69 }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1861,7 +1427,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 90 + "__id__": 71 }, "_alignFlags": 45, "_target": null, @@ -1897,11 +1463,11 @@ }, "_enabled": true, "__prefab": { - "__id__": 92 + "__id__": 73 }, - "mask": false, - "maskOpcity": 80, - "isClickMaskeClose": false, + "mask": true, + "maskOpcity": 140, + "isClickMaskeClose": true, "rankings": { "__id__": 37 }, @@ -1922,7 +1488,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 94 + "__id__": 75 }, "_id": "" }, @@ -1942,7 +1508,7 @@ "instance": null, "targetOverrides": [ { - "__id__": 96 + "__id__": 77 } ], "nestedPrefabInstanceRoots": [ @@ -1954,7 +1520,7 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 91 + "__id__": 72 }, "sourceInfo": null, "propertyPath": [ @@ -1964,7 +1530,7 @@ "__id__": 47 }, "targetInfo": { - "__id__": 97 + "__id__": 78 } }, { diff --git a/JisolGameCocos/assets/resources/prefab/ui/模式/PVP/PVP匹配页面.prefab b/JisolGameCocos/assets/resources/prefab/ui/模式/PVP/PVP匹配页面.prefab index e332016f..d0f8f80c 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/模式/PVP/PVP匹配页面.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/模式/PVP/PVP匹配页面.prefab @@ -945,8 +945,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1008,7 +1008,7 @@ "__id__": 46 }, "mask": true, - "maskOpcity": 80, + "maskOpcity": 140, "isClickMaskeClose": false, "content": { "__id__": 2 diff --git a/JisolGameCocos/assets/resources/prefab/ui/系统页面/LoginView.prefab b/JisolGameCocos/assets/resources/prefab/ui/系统页面/LoginView.prefab index c8fb5f44..9b7c9ef7 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/系统页面/LoginView.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/系统页面/LoginView.prefab @@ -2093,8 +2093,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -2156,7 +2156,7 @@ "__id__": 95 }, "mask": true, - "maskOpcity": 80, + "maskOpcity": 140, "isClickMaskeClose": false, "account": { "__id__": 28 diff --git a/JisolGameCocos/assets/resources/prefab/ui/系统页面/提示/TipsView.prefab b/JisolGameCocos/assets/resources/prefab/ui/系统页面/提示/TipsView.prefab index caf9f8f3..eeca0cca 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/系统页面/提示/TipsView.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/系统页面/提示/TipsView.prefab @@ -93,8 +93,8 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 360, - "y": 530, + "x": 640, + "y": 230, "z": 0 }, "_lrot": { @@ -510,7 +510,7 @@ "_target": null, "_left": 0, "_right": 0, - "_top": 60, + "_top": 80, "_bottom": 0, "_horizontalCenter": 0, "_verticalCenter": 0, @@ -557,8 +557,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", diff --git a/JisolGameCocos/assets/resources/prefab/ui/系统页面/选择提示/SelectionBox.prefab b/JisolGameCocos/assets/resources/prefab/ui/系统页面/选择提示/SelectionBox.prefab index 7c286904..817ebf82 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/系统页面/选择提示/SelectionBox.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/系统页面/选择提示/SelectionBox.prefab @@ -1848,8 +1848,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1910,8 +1910,8 @@ "__prefab": { "__id__": 85 }, - "mask": false, - "maskOpcity": 80, + "mask": true, + "maskOpcity": 140, "isClickMaskeClose": false, "titleLabel": { "__id__": 7 diff --git a/JisolGameCocos/assets/resources/prefab/ui/资源/资源背包页面.prefab b/JisolGameCocos/assets/resources/prefab/ui/资源/资源背包页面.prefab index 536b187a..bc6fcc2f 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/资源/资源背包页面.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/资源/资源背包页面.prefab @@ -223,7 +223,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 340, + "y": 240, "z": 0 }, "_lrot": { @@ -316,7 +316,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 600, + "width": 700, "height": 40 }, "_anchorPoint": { @@ -431,8 +431,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 600, - "height": 680 + "width": 700, + "height": 480 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -595,7 +595,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 300, + "x": 350, "y": 0, "z": 0 }, @@ -773,7 +773,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 12, - "height": 680 + "height": 480 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -958,8 +958,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 600, - "height": 680 + "width": 700, + "height": 480 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1109,7 +1109,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -340, + "y": -240, "z": 0 }, "_lrot": { @@ -1171,7 +1171,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": -230, + "x": -260, "y": 0, "z": 0 }, @@ -1712,7 +1712,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": -115, + "x": -130, "y": 0, "z": 0 }, @@ -2794,7 +2794,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 115, + "x": 130, "y": 0, "z": 0 }, @@ -3335,7 +3335,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 230, + "x": 260, "y": 0, "z": 0 }, @@ -3854,7 +3854,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 560, + "width": 620, "height": 120 }, "_anchorPoint": { @@ -3882,8 +3882,8 @@ }, "_alignFlags": 44, "_target": null, - "_left": 20, - "_right": 20, + "_left": 40, + "_right": 40, "_top": 0, "_bottom": 0, "_horizontalCenter": 0, @@ -3928,7 +3928,7 @@ "_paddingRight": 0, "_paddingTop": 0, "_paddingBottom": 0, - "_spacingX": 15, + "_spacingX": 30, "_spacingY": 0, "_verticalDirection": 1, "_horizontalDirection": 0, @@ -3969,8 +3969,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 600, - "height": 800 + "width": 700, + "height": 600 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -4073,8 +4073,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -4136,7 +4136,7 @@ "__id__": 192 }, "mask": true, - "maskOpcity": 80, + "maskOpcity": 140, "isClickMaskeClose": true, "views": { "__id__": 37 diff --git a/JisolGameCocos/assets/resources/prefab/ui/阵法/阵法选择页面.prefab b/JisolGameCocos/assets/resources/prefab/ui/阵法/阵法选择页面.prefab index fa04a6c1..bbf7583d 100644 --- a/JisolGameCocos/assets/resources/prefab/ui/阵法/阵法选择页面.prefab +++ b/JisolGameCocos/assets/resources/prefab/ui/阵法/阵法选择页面.prefab @@ -159,8 +159,8 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 0, - "y": 450, + "x": -300, + "y": 300, "z": 0 }, "_lrot": { @@ -262,8 +262,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": -146.352, - "y": -148.623, + "x": 0, + "y": -206.161, "z": 0 } }, @@ -328,8 +328,8 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 108.301, - "y": -246.74, + "x": -0.382, + "y": -376.734, "z": 0 }, "_lrot": { @@ -704,8 +704,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 550, - "height": 300 + "width": 300, + "height": 600 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -730,10 +730,10 @@ "__prefab": { "__id__": 32 }, - "_alignFlags": 41, + "_alignFlags": 45, "_target": null, "_left": 0, - "_right": 0, + "_right": 600, "_top": 0, "_bottom": 0, "_horizontalCenter": 0, @@ -745,7 +745,7 @@ "_isAbsHorizontalCenter": true, "_isAbsVerticalCenter": true, "_originalWidth": 100, - "_originalHeight": 0, + "_originalHeight": 300, "_alignMode": 2, "_lockFlags": 0, "_id": "" @@ -803,8 +803,8 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 0, - "y": -85, + "x": 150, + "y": 0, "z": 0 }, "_lrot": { @@ -864,7 +864,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 235, + "y": 300, "z": 0 }, "_lrot": { @@ -957,7 +957,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 550, + "width": 600, "height": 40 }, "_anchorPoint": { @@ -1072,8 +1072,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 550, - "height": 470 + "width": 600, + "height": 600 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1236,7 +1236,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 275, + "x": 300, "y": 0, "z": 0 }, @@ -1414,7 +1414,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 12, - "height": 470 + "height": 600 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1599,8 +1599,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 550, - "height": 470 + "width": 600, + "height": 600 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1672,10 +1672,10 @@ }, "_alignFlags": 45, "_target": null, - "_left": 0, + "_left": 300, "_right": 0, - "_top": 300, - "_bottom": 130, + "_top": 0, + "_bottom": 0, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -1740,8 +1740,8 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 0, - "y": -385, + "x": -287.692, + "y": -235, "z": 0 }, "_lrot": { @@ -2152,8 +2152,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 550, - "height": 900 + "width": 900, + "height": 600 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -2256,8 +2256,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -2319,7 +2319,7 @@ "__id__": 109 }, "mask": true, - "maskOpcity": 80, + "maskOpcity": 140, "isClickMaskeClose": true, "views": { "__id__": 68 diff --git a/JisolGameCocos/assets/resources/renders/WorldCamera.rt b/JisolGameCocos/assets/resources/renders/WorldCamera.rt index b018d3a5..418e9cb6 100644 --- a/JisolGameCocos/assets/resources/renders/WorldCamera.rt +++ b/JisolGameCocos/assets/resources/renders/WorldCamera.rt @@ -2,8 +2,8 @@ "__type__": "cc.RenderTexture", "content": { "base": "2,2,0,0,0,0", - "w": 720, - "h": 1280, + "w": 1280, + "h": 720, "n": "WorldCamera" } } \ No newline at end of file diff --git a/JisolGameCocos/assets/resources/renders/WorldCamera.rt.meta b/JisolGameCocos/assets/resources/renders/WorldCamera.rt.meta index c2f05ae4..db78e330 100644 --- a/JisolGameCocos/assets/resources/renders/WorldCamera.rt.meta +++ b/JisolGameCocos/assets/resources/renders/WorldCamera.rt.meta @@ -15,8 +15,8 @@ "name": "spriteFrame", "userData": { "imageUuidOrDatabaseUri": "a0d1e275-5512-493e-8e15-7d2db8beb48e", - "width": 720, - "height": 1280 + "width": 1280, + "height": 720 }, "ver": "1.0.0", "imported": true, @@ -27,8 +27,8 @@ } }, "userData": { - "width": 720, - "height": 1280, + "width": 1280, + "height": 720, "anisotropy": 0, "minfilter": "linear", "magfilter": "linear", diff --git a/JisolGameCocos/assets/script/AppData.ts b/JisolGameCocos/assets/script/AppData.ts index 3672b84c..2d5a3ffa 100644 --- a/JisolGameCocos/assets/script/AppData.ts +++ b/JisolGameCocos/assets/script/AppData.ts @@ -4,6 +4,7 @@ import BaseData from "./data/BaseData"; import ChatData from "./data/ChatData"; import GBattleData from "./data/GBattleData"; import GOnHookData from "./data/GOnHookData"; +import GiftData from "./data/GiftData"; import PetEquipData from "./data/PetEquipData"; import PlayerData from "./data/PlayerData"; import PlayerPetData from "./data/PlayerPetData"; @@ -18,6 +19,7 @@ export class AppData extends SystemBase{ loadings:BaseData[] = [ PlayerData.getIns(), //玩家信息 PetEquipData.getIns(), //宠物装备数据类 + GiftData.getIns(), //玩家礼包信息 PlayerPetData.getIns(), //玩家宠物信息 ChatData.getIns(), //聊天 PlayerTacticalData.getIns(), //阵法 diff --git a/JisolGameCocos/assets/script/battle/modes/GDungeonMode.ts b/JisolGameCocos/assets/script/battle/modes/GDungeonMode.ts index a37d4312..d7f0851d 100644 --- a/JisolGameCocos/assets/script/battle/modes/GDungeonMode.ts +++ b/JisolGameCocos/assets/script/battle/modes/GDungeonMode.ts @@ -10,6 +10,7 @@ import GBattleData from "../../data/GBattleData"; import GAttributeData from "../base/values/GAttributeData"; import JNFrameTime from "../../../../extensions/ngame/assets/ngame/sync/frame/game/time/JNFrameTime"; import { GAPI } from "../../consts/GAPI"; +import { Node } from "cc"; const { ccclass, property } = _decorator; export interface GDungeonModeData{ diff --git a/JisolGameCocos/assets/script/battle/modes/GOnHookMode.ts b/JisolGameCocos/assets/script/battle/modes/GOnHookMode.ts index e6d553e8..9aa93d5f 100644 --- a/JisolGameCocos/assets/script/battle/modes/GOnHookMode.ts +++ b/JisolGameCocos/assets/script/battle/modes/GOnHookMode.ts @@ -42,14 +42,7 @@ export enum GOnHookModeState{ */ @ccclass('GOnHookMode') export default class GOnHookMode extends GNormalModeBase<{},{}>{ - - @property(Node) - objects: Node = null; - - get scene():Node{ - return this.objects; - } - + //玩家宠物 playerRoles: GRoleDefault[] = []; //敌方宠物 diff --git a/JisolGameCocos/assets/script/battle/modes/default/GDefaultMode.ts b/JisolGameCocos/assets/script/battle/modes/default/GDefaultMode.ts index 61426870..50bea775 100644 --- a/JisolGameCocos/assets/script/battle/modes/default/GDefaultMode.ts +++ b/JisolGameCocos/assets/script/battle/modes/default/GDefaultMode.ts @@ -27,7 +27,7 @@ export default class GDefaultMode extends GBaseMode{ let scale = this.mapInfo.scale; this.map1.init(app.battleRes.getMap(mapId)[0],1,app.battleRes.getMap(mapId)[0].width * scale,app.battleRes.getMap(mapId)[0].height * scale); this.map2.init(app.battleRes.getMap(mapId)[1],1,app.battleRes.getMap(mapId)[1].width * scale,app.battleRes.getMap(mapId)[1].height * scale); - this.map3.init(app.battleRes.getMap(mapId)[2],1,app.battleRes.getMap(mapId)[1].width * scale,1048 * scale); + this.map3.init(app.battleRes.getMap(mapId)[2],1,app.battleRes.getMap(mapId)[1].width * scale,1280 * scale); //更新地图 this.onUpdateMap(0); diff --git a/JisolGameCocos/assets/script/battle/modes/default/GNormalModeBase.ts b/JisolGameCocos/assets/script/battle/modes/default/GNormalModeBase.ts index 379a9667..c66db3e8 100644 --- a/JisolGameCocos/assets/script/battle/modes/default/GNormalModeBase.ts +++ b/JisolGameCocos/assets/script/battle/modes/default/GNormalModeBase.ts @@ -10,6 +10,7 @@ import JNFrameTime from "../../../../../extensions/ngame/assets/ngame/sync/frame import { v3 } from "cc"; import { GModeEvent } from "../GMode"; import { app } from "../../../App"; +import { Node } from "cc"; const { ccclass, property } = _decorator; @@ -31,6 +32,13 @@ export default class GNormalModeBase extends GDefaultMode{ @property(Prefab) enemyPrefab: Prefab = null; + @property(Node) + objects: Node = null; + + get scene():Node{ + return this.objects; + } + //玩家宠物 playerRoles: GRoleDefault[] = []; //敌方宠物 @@ -58,7 +66,7 @@ export default class GNormalModeBase extends GDefaultMode{ //调整相机 this.camera.enabled = true; let camreaPos = this.camera.node.worldPosition; - this.camera.node.worldPosition = v3(0,750,camreaPos.z) + this.camera.node.worldPosition = v3(0,450,camreaPos.z) } //获取配置 diff --git a/JisolGameCocos/assets/script/config/data/schema.ts b/JisolGameCocos/assets/script/config/data/schema.ts index e5ed6a62..2d8d1081 100644 --- a/JisolGameCocos/assets/script/config/data/schema.ts +++ b/JisolGameCocos/assets/script/config/data/schema.ts @@ -1165,8 +1165,8 @@ export class TbGGift { this.limit = _json_.limit if (_json_.limitValue === undefined) { throw new Error() } this.limitValue = _json_.limitValue - if (_json_.price === undefined) { throw new Error() } - this.price = _json_.price + if (_json_.exchanges === undefined) { throw new Error() } + { this.exchanges = []; for(let _ele of _json_.exchanges) { let _e; _e = new TbGEntity.TResource(_ele); this.exchanges.push(_e);}} if (_json_.rewards === undefined) { throw new Error() } { this.rewards = []; for(let _ele of _json_.rewards) { let _e; _e = new TbGEntity.TReward(_ele); this.rewards.push(_e);}} } @@ -1192,9 +1192,9 @@ export class TbGGift { */ readonly limitValue: number /** - * 价格 + * 兑换的资源 */ - readonly price: number + readonly exchanges: TbGEntity.TResource[] /** * 奖励 */ diff --git a/JisolGameCocos/assets/script/consts/API.ts b/JisolGameCocos/assets/script/consts/API.ts index a3cfaf3c..3dbf4a77 100644 --- a/JisolGameCocos/assets/script/consts/API.ts +++ b/JisolGameCocos/assets/script/consts/API.ts @@ -1,4 +1,5 @@ import { app } from "../App"; +import { TbGEntity } from "../config/data/schema"; import PlayerPetData from "../data/PlayerPetData"; import ResourceData from "../data/ResourceData"; import { GUI } from "../ui/UIConfig"; @@ -141,6 +142,24 @@ export interface PetEquipForgingOV{ } +//礼包每天充值记录 +export interface GiftRecord{ + giftId:number; //礼包Id + playerId:number; //玩家Id + giftCfgId:number; //礼包配置表Id + giftCfgName; //礼包名称 + giftCfgRewards:TbGEntity.TReward[]; //礼包奖励 + giftCfgPrice:number; //礼包价格 + giftBuyingTime:number; //礼包购买时间戳 +} +export interface GiftDayRecord{ + giftDayId:number; //充值Id + playerId:number; //玩家Id + giftId:number; //礼包Id + giftCfgId:number; //礼包配置表Id +} + + export const API = { /********** debugger *****************/ @@ -179,5 +198,10 @@ export const API = { PetEquipForgingUp: async () => RData(await app.api.post(`/game/equip/forging/up`),true) as EquipForgingBench, //升级锻造台 PetEquipUseSpeed: async (resType:number) => RData(await app.api.post(`/game/equip/use/speed/${resType}`),true) as EquipForgingBench, //加速锻造台升级 + /*********** 礼包接口 ******************/ + GetGiftRecord: async () => RData(await app.api.get(`/game/gift/record/all`),false) as GiftRecord[], //查询当天购买记录 + GetGiftDayRecord: async () => RData(await app.api.get(`/game/gift/record/day`),false) as GiftDayRecord[], //查询当天购买记录 + BuyGift: async (giftId:number) => RData(await app.api.post(`/game/gift/buy/${giftId}`),true) as Boolean, //查询当天购买记录 + } diff --git a/JisolGameCocos/assets/script/data/GiftData.ts b/JisolGameCocos/assets/script/data/GiftData.ts new file mode 100644 index 00000000..dae06b7b --- /dev/null +++ b/JisolGameCocos/assets/script/data/GiftData.ts @@ -0,0 +1,45 @@ +import { app } from "../App"; +import { API, GiftDayRecord, GiftRecord } from "../consts/API"; +import BaseData from "./BaseData"; + +export enum GiftDataEnum{ + BUY = "GiftDataEnum_Buy", //礼包购买 +} + +//礼包数据 +export default class GiftData extends BaseData{ + + records:GiftRecord[] = []; + dayRecords:GiftDayRecord[] = []; + + onInit() { + + } + + //查询充值记录 + async UpdateGiftRecord(){ + return this.records = await API.GetGiftRecord(); + } + //查询当天充值记录 + async UpdateGiftDayRecord(){ + return this.dayRecords = await API.GetGiftDayRecord(); + } + + //查询指定礼包每天的购买次数 + getGiftDayRecordCount(giftId:number){ + return this.dayRecords.filter(item => item.giftCfgId == giftId).length; + } + + //查询礼包购买次数 + getGiftRecordCount(giftId:number){ + return this.records.filter(item => item.giftCfgId == giftId).length; + } + + //购买礼包 + async buy(giftId:number){ + await API.BuyGift(giftId); + app.event.emit(GiftDataEnum.BUY); + } + +} + diff --git a/JisolGameCocos/assets/script/data/GiftData.ts.meta b/JisolGameCocos/assets/script/data/GiftData.ts.meta new file mode 100644 index 00000000..b67dc1f2 --- /dev/null +++ b/JisolGameCocos/assets/script/data/GiftData.ts.meta @@ -0,0 +1,9 @@ +{ + "ver": "4.0.23", + "importer": "typescript", + "imported": true, + "uuid": "cab5c60b-8521-4aed-a3f1-a23f7751725b", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/JisolGameCocos/assets/script/ui/Consts/Game/ModeRender.ts b/JisolGameCocos/assets/script/ui/Consts/Game/ModeRender.ts index a23cf5c2..c72061d6 100644 --- a/JisolGameCocos/assets/script/ui/Consts/Game/ModeRender.ts +++ b/JisolGameCocos/assets/script/ui/Consts/Game/ModeRender.ts @@ -38,7 +38,7 @@ export class ModeRender extends Component { let hitNode = instantiate(this.hitPrefab); this.node.addChild(hitNode); - hitNode.position = rolePos.add(v3(0,100,0)); + hitNode.position = rolePos.add(v3(0,40,0)); hitNode.getComponent(ModeRenderHitText).setText(info.hit); diff --git a/JisolGameCocos/assets/script/ui/Consts/Pet/table/TablePetIcon.ts b/JisolGameCocos/assets/script/ui/Consts/Pet/table/TablePetIcon.ts index 02b27515..0fbfec9e 100644 --- a/JisolGameCocos/assets/script/ui/Consts/Pet/table/TablePetIcon.ts +++ b/JisolGameCocos/assets/script/ui/Consts/Pet/table/TablePetIcon.ts @@ -17,10 +17,6 @@ export class TablePetIcon extends Component { info:TB.TbGRole; - onLoad(){ - this.onUpdateView(); - } - //刷新页面 onUpdateView(){ diff --git a/JisolGameCocos/assets/script/ui/Consts/Reward/RewardClaimView.ts b/JisolGameCocos/assets/script/ui/Consts/Reward/RewardClaimView.ts index 4ebdb6a6..b0d0497e 100644 --- a/JisolGameCocos/assets/script/ui/Consts/Reward/RewardClaimView.ts +++ b/JisolGameCocos/assets/script/ui/Consts/Reward/RewardClaimView.ts @@ -16,11 +16,21 @@ export class RewardClaimView extends JNGLayerBase { onJNLoad(data?: TbGEntity.TReward[]): void { super.onJNLoad(data); this.data = data; + } + + onJNLoadAnimEnd(): void { this.onUpdateView(); } onUpdateView(){ - this.views.refreshData(this.data); + + //逐个出现 + this.data.forEach((item,index) => { + this.scheduleOnce(() => { + this.views.addData(item); + },.1 * index); + }) + } } diff --git a/JisolGameCocos/assets/script/ui/Consts/Reward/RewardIconScrollScaleAnim.ts b/JisolGameCocos/assets/script/ui/Consts/Reward/RewardIconScrollScaleAnim.ts new file mode 100644 index 00000000..ea92d09b --- /dev/null +++ b/JisolGameCocos/assets/script/ui/Consts/Reward/RewardIconScrollScaleAnim.ts @@ -0,0 +1,30 @@ +import { _decorator, Component, Node } from 'cc'; +import { RewardIcon } from './RewardIcon'; +import { TbGEntity } from '../../../config/data/schema'; +import JNScrollViewItem from '../../../../../extensions/ngame/assets/ngame/util/components/scrollview/JNScrollViewItem'; +import { tween } from 'cc'; +import { v3 } from 'cc'; +const { ccclass, property } = _decorator; + +@ccclass('RewardIconScrollScaleAnim') +export class RewardIconScrollScaleAnim extends JNScrollViewItem { + + @property(RewardIcon) + icon:RewardIcon; + + onLoad(){ + //播放缩放动画 + this.node.scale = v3(0,0,0); + tween(this.node) + .to(.2,{scale:v3(1,1,1)}) + .start(); + } + + onInit(data:TbGEntity.TReward){ + + this.icon.set(data); + + } +} + + diff --git a/JisolGameCocos/assets/script/ui/Consts/Reward/RewardIconScrollScaleAnim.ts.meta b/JisolGameCocos/assets/script/ui/Consts/Reward/RewardIconScrollScaleAnim.ts.meta new file mode 100644 index 00000000..9d3d9c17 --- /dev/null +++ b/JisolGameCocos/assets/script/ui/Consts/Reward/RewardIconScrollScaleAnim.ts.meta @@ -0,0 +1,9 @@ +{ + "ver": "4.0.23", + "importer": "typescript", + "imported": true, + "uuid": "fccbd792-47da-4c8d-a8f9-6ecb5daaea4e", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/JisolGameCocos/assets/script/ui/Home/MainView.ts b/JisolGameCocos/assets/script/ui/Home/MainView.ts index 6313c822..935315b7 100644 --- a/JisolGameCocos/assets/script/ui/Home/MainView.ts +++ b/JisolGameCocos/assets/script/ui/Home/MainView.ts @@ -128,6 +128,11 @@ export class MainView extends JNGLayerBase { app.layer.Open(GUI.PacksackView); } + //点击商店页面 + onClickShop(){ + app.layer.Open(GUI.ShopView); + } + } diff --git a/JisolGameCocos/assets/script/ui/Shop.meta b/JisolGameCocos/assets/script/ui/Shop.meta new file mode 100644 index 00000000..b0e31505 --- /dev/null +++ b/JisolGameCocos/assets/script/ui/Shop.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "f9441538-3d5c-43d4-9bf1-1ede88d23161", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/JisolGameCocos/assets/script/ui/Shop/ShopGiftItem.ts b/JisolGameCocos/assets/script/ui/Shop/ShopGiftItem.ts new file mode 100644 index 00000000..6099ea99 --- /dev/null +++ b/JisolGameCocos/assets/script/ui/Shop/ShopGiftItem.ts @@ -0,0 +1,53 @@ +import { _decorator, Component, Node } from 'cc'; +import { TB, TbGEnum } from '../../config/data/schema'; +import JNScrollViewItem from '../../../../extensions/ngame/assets/ngame/util/components/scrollview/JNScrollViewItem'; +import { TD } from '../../App'; +import { Label } from 'cc'; +import JNScrollView from '../../../../extensions/ngame/assets/ngame/util/components/scrollview/JNScrollView'; +import GiftData from '../../data/GiftData'; +const { ccclass, property } = _decorator; + +@ccclass('ShopGiftItem') +export class ShopGiftItem extends JNScrollViewItem { + + @property(Label) + giftName:Label; //礼包名称 + + @property(Label) + giftLimit:Label; //限购 + + @property(JNScrollView) + views:JNScrollView; //礼包列表 + + gift: TB.TbGGift; + + onInit(data: TB.TbGShop): void { + + this.gift = TD.TbGGift.get(data.giftId); + + } + + protected start(): void { + + this.giftName.string = this.data.tig; + + if(this.gift.limit == TbGEnum.TGiftLimit.Unlimited) + this.giftLimit.string = "( 无限 )"; + if(this.gift.limit == TbGEnum.TGiftLimit.DayLimit) + this.giftLimit.string = `每天( ${GiftData.getIns().getGiftDayRecordCount(this.gift.id)}/${this.gift.limitValue} )`; + if(this.gift.limit == TbGEnum.TGiftLimit.Limit) + this.giftLimit.string = `限制( ${GiftData.getIns().getGiftRecordCount(this.gift.id)}/${this.gift.limitValue} )`; + + this.views.refreshData(this.gift.rewards); + + } + + + //点击购买礼包 + async onClickBuy(){ + await GiftData.getIns().buy(this.gift.id) + } + +} + + diff --git a/JisolGameCocos/assets/script/ui/Shop/ShopGiftItem.ts.meta b/JisolGameCocos/assets/script/ui/Shop/ShopGiftItem.ts.meta new file mode 100644 index 00000000..1e6e97c5 --- /dev/null +++ b/JisolGameCocos/assets/script/ui/Shop/ShopGiftItem.ts.meta @@ -0,0 +1,9 @@ +{ + "ver": "4.0.23", + "importer": "typescript", + "imported": true, + "uuid": "3c689f59-1914-4f82-b32f-9b60142cd8f8", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/JisolGameCocos/assets/script/ui/Shop/ShopView.ts b/JisolGameCocos/assets/script/ui/Shop/ShopView.ts new file mode 100644 index 00000000..8c45a7e7 --- /dev/null +++ b/JisolGameCocos/assets/script/ui/Shop/ShopView.ts @@ -0,0 +1,43 @@ +import { _decorator, Component, Node } from 'cc'; +import JNLayerBase from '../../../../extensions/ngame/assets/ngame/ui/base/JNLayerBase'; +import JNScrollView from '../../../../extensions/ngame/assets/ngame/util/components/scrollview/JNScrollView'; +import { app, TD } from '../../App'; +import GiftData, { GiftDataEnum } from '../../data/GiftData'; +const { ccclass, property } = _decorator; + +//商店页面 +@ccclass('ShopView') +export class ShopView extends JNLayerBase { + + //商店礼包列表 + @property(JNScrollView) + views:JNScrollView + + async onJNLoad(data?: any) { + + super.onJNLoad(data); + + await this.onUpdateView(); + + //监听 + app.event.on(GiftDataEnum.BUY,this.onUpdateView,this) + + } + + onJNClose(): void { + super.onJNClose(); + app.event.off(GiftDataEnum.BUY,this.onUpdateView,this) + } + + async onUpdateView() { + + await GiftData.getIns().UpdateGiftRecord(); + await GiftData.getIns().UpdateGiftDayRecord(); + + this.views.refreshData(TD.TbGShop.getDataList()); + + } + +} + + diff --git a/JisolGameCocos/assets/script/ui/Shop/ShopView.ts.meta b/JisolGameCocos/assets/script/ui/Shop/ShopView.ts.meta new file mode 100644 index 00000000..a7dfaf80 --- /dev/null +++ b/JisolGameCocos/assets/script/ui/Shop/ShopView.ts.meta @@ -0,0 +1,9 @@ +{ + "ver": "4.0.23", + "importer": "typescript", + "imported": true, + "uuid": "eb3d9ece-55ba-4a24-8103-75b6ae2c3f4d", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/JisolGameCocos/assets/script/ui/UIConfig.ts b/JisolGameCocos/assets/script/ui/UIConfig.ts index 6dcb3795..6cc72a92 100644 --- a/JisolGameCocos/assets/script/ui/UIConfig.ts +++ b/JisolGameCocos/assets/script/ui/UIConfig.ts @@ -26,6 +26,7 @@ export enum GUI{ MainOnHookView = "MainOnHookView", //挂机弹窗 MapSelectView = "MapSelectView", //地图选择页面 PacksackView = "PacksackView", //背包页面 + ShopView = "ShopView", //商店页面 /** 副本 */ DungeonView = "DungeonView", //副本页面 @@ -54,6 +55,12 @@ const BackOutScale:JNLayerAnimInfo = { front:JNLayerAnim.BackOutOpen, back:JNLayerAnim.BackInClose } +const BackOutMove:JNLayerAnimInfo = { + front:JNLayerAnim.Enlarge, + back:JNLayerAnim.Smaller, + frontInfo:{key:"position",start:v3(1280,0,0),end:v3(0,0,0)}, + backInfo:{key:"position",start:v3(0,0,0),end:v3(1280,0,0)} +} //系统UI @@ -92,7 +99,7 @@ const UISystemConfig:{ [key: string]: JNLayerInfo; } = { }, }, [GUI.RewardClaimView]:{ - layer:GLayer.View, + layer:GLayer.Popup, uri: "prefab/ui/常用预制体/奖励/领取奖励页面", anims:BackOutScale }, @@ -103,12 +110,7 @@ const UIMainConfig:{ [key: string]: JNLayerInfo; } = { [GUI.MainChat]:{ layer:GLayer.Popup, uri: "prefab/ui/主页/聊天/MainChatView", - anims:{ - front:JNLayerAnim.Enlarge, - back:JNLayerAnim.Smaller, - frontInfo:{key:"position",start:v3(0,-1280,0),end:v3(0,0,0)}, - backInfo:{key:"position",start:v3(0,0,0),end:v3(0,-1280,0)} - } + anims:BackOutMove }, [GUI.IntoBattleView]:{ layer:GLayer.Popup, @@ -130,6 +132,11 @@ const UIMainConfig:{ [key: string]: JNLayerInfo; } = { uri: "prefab/ui/资源/资源背包页面", anims:BackOutScale, }, + [GUI.ShopView]:{ + layer:GLayer.Popup, + uri: "prefab/ui/商店/商店页面", + anims:BackOutMove, + }, } //宠物页面 @@ -198,7 +205,12 @@ const UIGModeConfig:{ [key: string]: JNLayerInfo; } = { [GUI.OnHookRinkingView]:{ layer:GLayer.Popup, uri: "prefab/ui/模式/OnHook/OnHook排行榜", - anims:BackOutScale + anims:{ + front:JNLayerAnim.Enlarge, + back:JNLayerAnim.Smaller, + frontInfo:{key:"position",start:v3(1280,0,0),end:v3(0,0,0)}, + backInfo:{key:"position",start:v3(0,0,0),end:v3(1280,0,0)} + } }, } diff --git a/JisolGameCocos/assets/tbresource/icon/资源/90007.png b/JisolGameCocos/assets/tbresource/icon/资源/90007.png new file mode 100644 index 0000000000000000000000000000000000000000..0dbd8aedad11dcc87a24eff94272357a3acf49f1 GIT binary patch literal 22070 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≻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 resources = new ArrayList<>(resourceService.deduct(player,nextForgingInfo.materials)); + ArrayList resources = new ArrayList<>(resourceService.deduct(player.getPlayerId(),nextForgingInfo.materials)); info.setForgingQuality(nextLevel); //保存升级结束时间 diff --git a/JisolGameServer/Main/src/main/java/cn/jisol/game/controller/game/GiftController.java b/JisolGameServer/Main/src/main/java/cn/jisol/game/controller/game/GiftController.java index 9452fbf3..02980c51 100644 --- a/JisolGameServer/Main/src/main/java/cn/jisol/game/controller/game/GiftController.java +++ b/JisolGameServer/Main/src/main/java/cn/jisol/game/controller/game/GiftController.java @@ -7,6 +7,8 @@ import cn.jisol.game.controller.argsresolver.CurrentPlayer; import cn.jisol.game.controller.exception.ResourceNotException; import cn.jisol.game.data.ResourceId; import cn.jisol.game.data.TD; +import cn.jisol.game.entity.data.GResource; +import cn.jisol.game.entity.data.GReward; import cn.jisol.game.entity.table.GiftDayRecord; import cn.jisol.game.entity.table.GiftRecord; import cn.jisol.game.entity.table.Player; @@ -30,6 +32,7 @@ import java.util.Arrays; import java.util.Date; import java.util.List; import java.util.Objects; +import java.util.stream.Collectors; @Api(value = "JNGameDemo - API", tags = {"礼包 - API"}) @RestController @@ -71,7 +74,7 @@ public class GiftController { } } - resourceService.addResourceValue(player.getPlayerId(), ResourceId.GiftCoupons.id, (long) -gift.price); + resourceService.deduct(player.getPlayerId(), gift.exchanges); //发放奖励 List ovs = resourceService.rewards(player.getPlayerId(), gift.rewards); @@ -81,8 +84,9 @@ public class GiftController { .playerId(player.getPlayerId()) .giftCfgId(gift.id) .giftCfgName(gift.name) - .giftCfgRewards(Arrays.asList(gift.rewards)) - .giftCfgPrice(gift.price) + .giftCfgRewards(Arrays.stream(gift.rewards).map(GReward::toBuild).collect(Collectors.toList())) +// .giftCfgRewards(Arrays.asList(gift.rewards)) + .giftCfgExchanges(Arrays.stream(gift.exchanges).map(GResource::toBuild).collect(Collectors.toList())) .giftBuyingTime(new Date().getTime()) .build(); @@ -99,6 +103,17 @@ public class GiftController { } + //查询所有充值记录 + @ApiImplicitParams({}) + @ApiOperation(value = "查询所有充值记录") + @GetMapping("/record/all") + public NewsContext> getGiftRecord(@CurrentPlayer Player player){ + return NewsContext.onSuccess("查询成功",giftRecordService.list( + Wrappers.lambdaQuery(GiftRecord.class) + .eq(GiftRecord::getPlayerId,player.getPlayerId()) + )); + } + //查询当天购买记录 @ApiImplicitParams({}) @ApiOperation(value = "查询当天购买记录") diff --git a/JisolGameServer/Main/src/main/java/cn/jisol/game/entity/data/GResource.java b/JisolGameServer/Main/src/main/java/cn/jisol/game/entity/data/GResource.java new file mode 100644 index 00000000..2bfb38f8 --- /dev/null +++ b/JisolGameServer/Main/src/main/java/cn/jisol/game/entity/data/GResource.java @@ -0,0 +1,28 @@ +package cn.jisol.game.entity.data; + +import cfg.TbGEntity.TResource; +import cfg.TbGEntity.TReward; +import lombok.Builder; +import lombok.Getter; +import lombok.Setter; + +@Getter +@Setter +@Builder +public class GResource { + /** + * 资源Id + */ + private Integer id; + /** + * 资源数量 + */ + private Integer value; + + public static GResource toBuild(TResource reward){ + return GResource.builder() + .id(reward.id) + .value(reward.value) + .build(); + } +} diff --git a/JisolGameServer/Main/src/main/java/cn/jisol/game/entity/data/GReward.java b/JisolGameServer/Main/src/main/java/cn/jisol/game/entity/data/GReward.java new file mode 100644 index 00000000..dd8e9f48 --- /dev/null +++ b/JisolGameServer/Main/src/main/java/cn/jisol/game/entity/data/GReward.java @@ -0,0 +1,34 @@ +package cn.jisol.game.entity.data; + +import cfg.TbGEntity.TReward; +import lombok.Builder; +import lombok.Getter; +import lombok.Setter; + +@Getter +@Setter +@Builder +public class GReward { + /** + * 奖励类型 + */ + private Integer type; + /** + * 奖励Id + */ + private Integer id; + /** + * 奖励数量 + */ + private Integer value; + + public static GReward toBuild(TReward reward){ + return GReward.builder() + .id(reward.id) + .type(reward.type) + .value(reward.value) + .build(); + } + + +} diff --git a/JisolGameServer/Main/src/main/java/cn/jisol/game/entity/table/GiftRecord.java b/JisolGameServer/Main/src/main/java/cn/jisol/game/entity/table/GiftRecord.java index 711f08a6..ef5ee7e9 100644 --- a/JisolGameServer/Main/src/main/java/cn/jisol/game/entity/table/GiftRecord.java +++ b/JisolGameServer/Main/src/main/java/cn/jisol/game/entity/table/GiftRecord.java @@ -1,19 +1,26 @@ package cn.jisol.game.entity.table; +import cfg.TbGEntity.TResource; import cfg.TbGEntity.TReward; +import cn.jisol.game.entity.data.GResource; +import cn.jisol.game.entity.data.GReward; import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import com.baomidou.mybatisplus.extension.handlers.FastjsonTypeHandler; +import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; +import lombok.NoArgsConstructor; import java.util.List; +@NoArgsConstructor +@AllArgsConstructor @Builder @Data -@TableName("`gift_record`") +@TableName(value = "`gift_record`",autoResultMap = true) public class GiftRecord { @TableId(type = IdType.AUTO) @@ -23,9 +30,10 @@ public class GiftRecord { private String giftCfgName; //礼包名称 @TableField(typeHandler = FastjsonTypeHandler.class) - private List giftCfgRewards; //礼包奖励 + private List giftCfgRewards; //礼包奖励 + @TableField(typeHandler = FastjsonTypeHandler.class) + private List giftCfgExchanges; //礼包价格 - private Integer giftCfgPrice; //礼包价格 private Long giftBuyingTime; //礼包购买时间戳 } diff --git a/JisolGameServer/Main/src/main/java/cn/jisol/game/service/ResourceService.java b/JisolGameServer/Main/src/main/java/cn/jisol/game/service/ResourceService.java index b3f9c55d..57e76405 100644 --- a/JisolGameServer/Main/src/main/java/cn/jisol/game/service/ResourceService.java +++ b/JisolGameServer/Main/src/main/java/cn/jisol/game/service/ResourceService.java @@ -20,7 +20,7 @@ public interface ResourceService extends IService { public Resource initResource(Resource resource); //扣除玩家材料 - public ArrayList deduct(Player player, cfg.TbGEntity.TResource[] materials); + public ArrayList deduct(Long playerId, cfg.TbGEntity.TResource[] materials); //扣除通用加速卷 public ResourceUpdateOV deductSpeedUp(Player player, int type); diff --git a/JisolGameServer/Main/src/main/java/cn/jisol/game/service/impl/ResourceServiceImpl.java b/JisolGameServer/Main/src/main/java/cn/jisol/game/service/impl/ResourceServiceImpl.java index 4863101e..e8c5962f 100644 --- a/JisolGameServer/Main/src/main/java/cn/jisol/game/service/impl/ResourceServiceImpl.java +++ b/JisolGameServer/Main/src/main/java/cn/jisol/game/service/impl/ResourceServiceImpl.java @@ -22,11 +22,9 @@ import org.springframework.retry.RetryException; import org.springframework.stereotype.Service; import java.lang.reflect.Array; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import java.util.Objects; +import java.util.*; import java.util.stream.Collectors; +import java.util.stream.IntStream; @Service public class ResourceServiceImpl extends ServiceImpl implements ResourceService { @@ -104,12 +102,12 @@ public class ResourceServiceImpl extends ServiceImpl i } @Override - public ArrayList deduct(Player player, TResource[] materials) { + public ArrayList deduct(Long playerId, TResource[] materials) { ArrayList list = new ArrayList<>(); for (TResource res : materials) { - Resource data = this.addResourceValue(player.getPlayerId(), res.id, -((long) res.value)); + Resource data = this.addResourceValue(playerId, res.id, -((long) res.value)); if (Objects.isNull(data)) { throw new ResourceNotException("资源不够"); } else { @@ -137,12 +135,16 @@ public class ResourceServiceImpl extends ServiceImpl i @Override public List rewards(Long playerId, TReward[] rewards) { - return Arrays.stream(rewards).map(reward -> { - if(reward.type == cfg.TbGEnum.TReward.Resource){ - return ResourceUpdateOV.onUpdate(this.addResourceValue(playerId, reward.id, (long) reward.value)); - } - return null; - }).collect(Collectors.toList()); + + //将同样的奖励合并 + Map> rewardsGroup = Arrays.stream(rewards).collect(Collectors.groupingBy(item -> item.id)); + + return rewardsGroup.values().stream().map( + (List values) -> + ResourceUpdateOV.onUpdate(addResourceValue(playerId,values.get(0).id, values.stream().mapToLong(item -> item.value).sum()) + )) + .collect(Collectors.toList()); + } diff --git a/JisolGameServer/Main/src/main/resources/application.yml b/JisolGameServer/Main/src/main/resources/application.yml index c9a856f9..26fc9772 100644 --- a/JisolGameServer/Main/src/main/resources/application.yml +++ b/JisolGameServer/Main/src/main/resources/application.yml @@ -4,8 +4,8 @@ spring: datasource: username: pet_jisol_cn password: sThsBwjfDcaw2wJR - url: jdbc:mysql://kyu.jisol.cn:3306/pet_jisol_cn?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&allowMultiQueries=true -# url: jdbc:mysql://localhost:3306/pet_jisol_cn?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&allowMultiQueries=true +# url: jdbc:mysql://kyu.jisol.cn:3306/pet_jisol_cn?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&allowMultiQueries=true + url: jdbc:mysql://localhost:3306/pet_jisol_cn?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&allowMultiQueries=true driver-class-name: com.mysql.cj.jdbc.Driver jackson: serialization: diff --git a/JisolGameServer/Main/src/main/resources/json/tbggift.json b/JisolGameServer/Main/src/main/resources/json/tbggift.json index c08a5c5a..0eb93bef 100644 --- a/JisolGameServer/Main/src/main/resources/json/tbggift.json +++ b/JisolGameServer/Main/src/main/resources/json/tbggift.json @@ -5,22 +5,67 @@ "tig": "金币礼包", "limit": 1, "limitValue": 0, - "price": 6, + "exchanges": [ + { + "id": 90007, + "value": 6 + } + ], "rewards": [ { "type": 1, - "id": 90002, - "value": 20 + "id": 90001, + "value": 1000 + } + ] + }, + { + "id": 180002, + "name": "好多金币礼包", + "tig": "好多金币礼包", + "limit": 1, + "limitValue": 0, + "exchanges": [ + { + "id": 90007, + "value": 6 + } + ], + "rewards": [ + { + "type": 1, + "id": 90001, + "value": 1000 + }, + { + "type": 1, + "id": 90001, + "value": 1000 + }, + { + "type": 1, + "id": 90001, + "value": 1000 + }, + { + "type": 1, + "id": 90001, + "value": 1000 } ] }, { "id": 190001, - "name": "限购金币礼包", - "tig": "限购金币礼包", + "name": "限购矿石礼包", + "tig": "每日限购矿石礼包", "limit": 2, - "limitValue": 1, - "price": 6, + "limitValue": 5, + "exchanges": [ + { + "id": 90007, + "value": 6 + } + ], "rewards": [ { "type": 1, @@ -31,11 +76,16 @@ }, { "id": 200001, - "name": "每日限购金币礼包", - "tig": "每日限购金币礼包", + "name": "每日矿石礼包", + "tig": "每日限购矿石礼包", "limit": 3, - "limitValue": 1, - "price": 6, + "limitValue": 5, + "exchanges": [ + { + "id": 90007, + "value": 6 + } + ], "rewards": [ { "type": 1, diff --git a/JisolGameServer/Main/src/main/resources/json/tbgshop.json b/JisolGameServer/Main/src/main/resources/json/tbgshop.json index 74d430c7..2e667d2a 100644 --- a/JisolGameServer/Main/src/main/resources/json/tbgshop.json +++ b/JisolGameServer/Main/src/main/resources/json/tbgshop.json @@ -6,12 +6,17 @@ }, { "id": 2, - "tig": "限购金币礼包", - "giftId": 190001 + "tig": "好多金币礼包", + "giftId": 180002 }, { "id": 3, - "tig": "每日限购金币礼包", + "tig": "限购矿石礼包", + "giftId": 190001 + }, + { + "id": 4, + "tig": "每日矿石礼包", "giftId": 200001 } ] \ No newline at end of file