From b3efb06894d6104ad46a04d9c1f987c0e2400658 Mon Sep 17 00:00:00 2001 From: panFD Date: Thu, 23 Jul 2026 23:58:06 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=BB=9F=E4=B8=80=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2=E5=86=85=E7=BD=AEconsole=E6=97=A5=E5=BF=97=E4=B8=BA?= =?UTF-8?q?=E5=8F=AF=E9=85=8D=E7=BD=AE=E5=8C=96=E6=97=A5=E5=BF=97=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 将各业务模块中的硬编码console日志替换为自定义Logger模块,新增DEBUG开关控制日志输出 2. 为MissSkillsComp新增道具卡牌使用处理逻辑,支持药水类技能直接给全队施加buff 3. 修复了道具卡牌事件监听绑定错误的问题 4. 新增了hero预制体的meta配置文件 5. 调整了装备预制体的UI布局参数 --- assets/resources/gui/element/equip.prefab | 383 +- assets/resources/gui/element/hero.prefab | 3782 +++++++ assets/resources/gui/element/hero.prefab.meta | 13 + assets/resources/gui/element/mission.prefab | 9204 +++++++++-------- assets/resources/gui/role_controller.prefab | 1019 +- assets/script/game/hero/BuffManager.ts | 8 +- assets/script/game/hero/BuffSystem.ts | 6 +- assets/script/game/hero/HeroAttrsComp.ts | 6 +- assets/script/game/hero/SCastSystem.ts | 7 +- assets/script/game/map/MissSkillsComp.ts | 44 +- 10 files changed, 9296 insertions(+), 5176 deletions(-) create mode 100644 assets/resources/gui/element/hero.prefab create mode 100644 assets/resources/gui/element/hero.prefab.meta diff --git a/assets/resources/gui/element/equip.prefab b/assets/resources/gui/element/equip.prefab index 35326248..0f3ac8d7 100644 --- a/assets/resources/gui/element/equip.prefab +++ b/assets/resources/gui/element/equip.prefab @@ -31,29 +31,29 @@ "__id__": 64 }, { - "__id__": 90 + "__id__": 96 }, { - "__id__": 98 + "__id__": 104 }, { - "__id__": 116 + "__id__": 122 } ], "_active": true, "_components": [ { - "__id__": 132 + "__id__": 138 }, { - "__id__": 134 + "__id__": 140 }, { - "__id__": 136 + "__id__": 142 } ], "_prefab": { - "__id__": 144 + "__id__": 150 }, "_lpos": { "__type__": "cc.Vec3", @@ -215,7 +215,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 714, - "height": 94 + "height": 114 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -565,7 +565,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 712, - "height": 91 + "height": 111 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -740,7 +740,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 720, - "height": 100 + "height": 120 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -862,7 +862,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 720, - "height": 100 + "height": 120 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1023,7 +1023,7 @@ }, "_alignFlags": 8, "_target": null, - "_left": 10.696000000000026, + "_left": 13.908000000000015, "_right": 0, "_top": 0, "_bottom": 0, @@ -1071,8 +1071,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": -309.304, - "y": 0, + "x": -306.092, + "y": 2.693, "z": 0 } }, @@ -1171,8 +1171,8 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": -271.748, - "y": 16.571, + "x": -265.787, + "y": 38.564, "z": 0 }, "_lrot": { @@ -1212,7 +1212,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 104, + "width": 84, "height": 54.4 }, "_anchorPoint": { @@ -1251,8 +1251,8 @@ "_string": "武器名称", "_horizontalAlign": 0, "_verticalAlign": 1, - "_actualFontSize": 25, - "_fontSize": 25, + "_actualFontSize": 20, + "_fontSize": 20, "_fontFamily": "Arial", "_lineHeight": 40, "_overflow": 0, @@ -1308,7 +1308,7 @@ }, "_alignFlags": 8, "_target": null, - "_left": 88.25200000000001, + "_left": 94.21300000000002, "_right": 0, "_top": 0, "_bottom": 0, @@ -1356,31 +1356,31 @@ "__id__": 65 }, { - "__id__": 71 + "__id__": 73 }, { - "__id__": 77 + "__id__": 81 } ], "_active": true, "_components": [ { - "__id__": 83 + "__id__": 89 }, { - "__id__": 85 + "__id__": 91 }, { - "__id__": 87 + "__id__": 93 } ], "_prefab": { - "__id__": 89 + "__id__": 95 }, "_lpos": { "__type__": "cc.Vec3", - "x": -160, - "y": 0, + "x": -265, + "y": -11.445000000000007, "z": 0 }, "_lrot": { @@ -1422,10 +1422,13 @@ }, { "__id__": 68 + }, + { + "__id__": 70 } ], "_prefab": { - "__id__": 70 + "__id__": 72 }, "_lpos": { "__type__": "cc.Vec3", @@ -1470,7 +1473,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 300, + "width": 500, "height": 23.333333333333332 }, "_anchorPoint": { @@ -1552,6 +1555,42 @@ "__type__": "cc.CompPrefabInfo", "fileId": "b5sZHO3gNIW76AXUeqZYBn" }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 65 + }, + "_enabled": true, + "__prefab": { + "__id__": 71 + }, + "_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": 300, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "90OrNvrelLZbOIOrrDJnEv" + }, { "__type__": "cc.PrefabInfo", "root": { @@ -1577,14 +1616,17 @@ "_active": true, "_components": [ { - "__id__": 72 + "__id__": 74 }, { - "__id__": 74 + "__id__": 76 + }, + { + "__id__": 78 } ], "_prefab": { - "__id__": 76 + "__id__": 80 }, "_lpos": { "__type__": "cc.Vec3", @@ -1621,15 +1663,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 71 + "__id__": 73 }, "_enabled": true, "__prefab": { - "__id__": 73 + "__id__": 75 }, "_contentSize": { "__type__": "cc.Size", - "width": 300, + "width": 500, "height": 23.333333333333332 }, "_anchorPoint": { @@ -1649,11 +1691,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 71 + "__id__": 73 }, "_enabled": true, "__prefab": { - "__id__": 75 + "__id__": 77 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1711,6 +1753,42 @@ "__type__": "cc.CompPrefabInfo", "fileId": "dc6KYeWoJBr5NspO5kGx92" }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 73 + }, + "_enabled": true, + "__prefab": { + "__id__": 79 + }, + "_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": 300, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ecZYYEuDRAh5fCYP3KMUKj" + }, { "__type__": "cc.PrefabInfo", "root": { @@ -1736,14 +1814,17 @@ "_active": true, "_components": [ { - "__id__": 78 + "__id__": 82 }, { - "__id__": 80 + "__id__": 84 + }, + { + "__id__": 86 } ], "_prefab": { - "__id__": 82 + "__id__": 88 }, "_lpos": { "__type__": "cc.Vec3", @@ -1780,15 +1861,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 77 + "__id__": 81 }, "_enabled": true, "__prefab": { - "__id__": 79 + "__id__": 83 }, "_contentSize": { "__type__": "cc.Size", - "width": 300, + "width": 500, "height": 23.333333333333332 }, "_anchorPoint": { @@ -1808,11 +1889,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 77 + "__id__": 81 }, "_enabled": true, "__prefab": { - "__id__": 81 + "__id__": 85 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1870,6 +1951,42 @@ "__type__": "cc.CompPrefabInfo", "fileId": "f0oseF23FJJY7bo5zkXU/L" }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 81 + }, + "_enabled": true, + "__prefab": { + "__id__": 87 + }, + "_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": 300, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "7dc/Tc5s5N+42zkFkChZxc" + }, { "__type__": "cc.PrefabInfo", "root": { @@ -1893,11 +2010,11 @@ }, "_enabled": true, "__prefab": { - "__id__": 84 + "__id__": 90 }, "_contentSize": { "__type__": "cc.Size", - "width": 420, + "width": 500, "height": 70 }, "_anchorPoint": { @@ -1921,14 +2038,14 @@ }, "_enabled": true, "__prefab": { - "__id__": 86 + "__id__": 92 }, "_alignFlags": 45, "_target": null, - "_left": 200, - "_right": 100, - "_top": 15, - "_bottom": 15, + "_left": 95, + "_right": 125, + "_top": 36.445, + "_bottom": 13.554999999999996, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -1957,7 +2074,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 88 + "__id__": 94 }, "_resizeMode": 1, "_layoutType": 2, @@ -2010,22 +2127,22 @@ "_active": true, "_components": [ { - "__id__": 91 + "__id__": 97 }, { - "__id__": 93 + "__id__": 99 }, { - "__id__": 95 + "__id__": 101 } ], "_prefab": { - "__id__": 97 + "__id__": 103 }, "_lpos": { "__type__": "cc.Vec3", - "x": -246.42299999999997, - "y": -14.317, + "x": -150.389, + "y": 39.317, "z": 0 }, "_lrot": { @@ -2057,11 +2174,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 90 + "__id__": 96 }, "_enabled": true, "__prefab": { - "__id__": 92 + "__id__": 98 }, "_contentSize": { "__type__": "cc.Size", @@ -2085,11 +2202,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 90 + "__id__": 96 }, "_enabled": true, "__prefab": { - "__id__": 94 + "__id__": 100 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2153,15 +2270,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 90 + "__id__": 96 }, "_enabled": true, "__prefab": { - "__id__": 96 + "__id__": 102 }, "_alignFlags": 8, "_target": null, - "_left": 91.2922546983011, + "_left": 187.32625469830108, "_right": 0, "_top": 0, "_bottom": 0, @@ -2206,20 +2323,20 @@ }, "_children": [ { - "__id__": 99 + "__id__": 105 }, { - "__id__": 107 + "__id__": 113 } ], "_active": true, "_components": [ { - "__id__": 113 + "__id__": 119 } ], "_prefab": { - "__id__": 115 + "__id__": 121 }, "_lpos": { "__type__": "cc.Vec3", @@ -2256,23 +2373,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 98 + "__id__": 104 }, "_children": [], "_active": true, "_components": [ { - "__id__": 100 + "__id__": 106 }, { - "__id__": 102 + "__id__": 108 }, { - "__id__": 104 + "__id__": 110 } ], "_prefab": { - "__id__": 106 + "__id__": 112 }, "_lpos": { "__type__": "cc.Vec3", @@ -2309,11 +2426,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 99 + "__id__": 105 }, "_enabled": true, "__prefab": { - "__id__": 101 + "__id__": 107 }, "_contentSize": { "__type__": "cc.Size", @@ -2337,11 +2454,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 99 + "__id__": 105 }, "_enabled": true, "__prefab": { - "__id__": 103 + "__id__": 109 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2382,11 +2499,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 99 + "__id__": 105 }, "_enabled": true, "__prefab": { - "__id__": 105 + "__id__": 111 }, "_alignFlags": 45, "_target": null, @@ -2431,20 +2548,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 98 + "__id__": 104 }, "_children": [], "_active": true, "_components": [ { - "__id__": 108 + "__id__": 114 }, { - "__id__": 110 + "__id__": 116 } ], "_prefab": { - "__id__": 112 + "__id__": 118 }, "_lpos": { "__type__": "cc.Vec3", @@ -2481,11 +2598,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 107 + "__id__": 113 }, "_enabled": true, "__prefab": { - "__id__": 109 + "__id__": 115 }, "_contentSize": { "__type__": "cc.Size", @@ -2509,11 +2626,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 107 + "__id__": 113 }, "_enabled": true, "__prefab": { - "__id__": 111 + "__id__": 117 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2590,11 +2707,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 98 + "__id__": 104 }, "_enabled": true, "__prefab": { - "__id__": 114 + "__id__": 120 }, "_contentSize": { "__type__": "cc.Size", @@ -2635,20 +2752,20 @@ }, "_children": [ { - "__id__": 117 + "__id__": 123 }, { - "__id__": 123 + "__id__": 129 } ], "_active": true, "_components": [ { - "__id__": 129 + "__id__": 135 } ], "_prefab": { - "__id__": 131 + "__id__": 137 }, "_lpos": { "__type__": "cc.Vec3", @@ -2685,20 +2802,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 116 + "__id__": 122 }, "_children": [], "_active": true, "_components": [ { - "__id__": 118 + "__id__": 124 }, { - "__id__": 120 + "__id__": 126 } ], "_prefab": { - "__id__": 122 + "__id__": 128 }, "_lpos": { "__type__": "cc.Vec3", @@ -2735,11 +2852,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 117 + "__id__": 123 }, "_enabled": true, "__prefab": { - "__id__": 119 + "__id__": 125 }, "_contentSize": { "__type__": "cc.Size", @@ -2763,11 +2880,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 117 + "__id__": 123 }, "_enabled": true, "__prefab": { - "__id__": 121 + "__id__": 127 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2821,20 +2938,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 116 + "__id__": 122 }, "_children": [], "_active": true, "_components": [ { - "__id__": 124 + "__id__": 130 }, { - "__id__": 126 + "__id__": 132 } ], "_prefab": { - "__id__": 128 + "__id__": 134 }, "_lpos": { "__type__": "cc.Vec3", @@ -2871,11 +2988,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 123 + "__id__": 129 }, "_enabled": true, "__prefab": { - "__id__": 125 + "__id__": 131 }, "_contentSize": { "__type__": "cc.Size", @@ -2899,11 +3016,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 123 + "__id__": 129 }, "_enabled": true, "__prefab": { - "__id__": 127 + "__id__": 133 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2980,11 +3097,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 116 + "__id__": 122 }, "_enabled": true, "__prefab": { - "__id__": 130 + "__id__": 136 }, "_contentSize": { "__type__": "cc.Size", @@ -3025,12 +3142,12 @@ }, "_enabled": true, "__prefab": { - "__id__": 133 + "__id__": 139 }, "_contentSize": { "__type__": "cc.Size", "width": 720, - "height": 100 + "height": 120 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -3053,7 +3170,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 135 + "__id__": 141 }, "_alignFlags": 40, "_target": null, @@ -3089,10 +3206,10 @@ }, "_enabled": true, "__prefab": { - "__id__": 137 + "__id__": 143 }, "icon_node": { - "__id__": 138 + "__id__": 144 }, "bg_node": null, "name_label": { @@ -3102,16 +3219,16 @@ "__id__": 68 }, "fied2": { - "__id__": 74 + "__id__": 76 }, "fied3": { - "__id__": 80 + "__id__": 84 }, "level_label": { - "__id__": 93 + "__id__": 99 }, "buy_node": { - "__id__": 98 + "__id__": 104 }, "_id": "" }, @@ -3131,14 +3248,14 @@ "_active": true, "_components": [ { - "__id__": 139 + "__id__": 145 }, { - "__id__": 141 + "__id__": 147 } ], "_prefab": { - "__id__": 143 + "__id__": 149 }, "_lpos": { "__type__": "cc.Vec3", @@ -3175,11 +3292,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 138 + "__id__": 144 }, "_enabled": true, "__prefab": { - "__id__": 140 + "__id__": 146 }, "_contentSize": { "__type__": "cc.Size", @@ -3203,11 +3320,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 138 + "__id__": 144 }, "_enabled": true, "__prefab": { - "__id__": 142 + "__id__": 148 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3270,7 +3387,7 @@ "instance": null, "targetOverrides": [ { - "__id__": 145 + "__id__": 151 } ], "nestedPrefabInstanceRoots": [ @@ -3282,7 +3399,7 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 136 + "__id__": 142 }, "sourceInfo": null, "propertyPath": [ @@ -3292,7 +3409,7 @@ "__id__": 40 }, "targetInfo": { - "__id__": 146 + "__id__": 152 } }, { diff --git a/assets/resources/gui/element/hero.prefab b/assets/resources/gui/element/hero.prefab new file mode 100644 index 00000000..7179cd4e --- /dev/null +++ b/assets/resources/gui/element/hero.prefab @@ -0,0 +1,3782 @@ +[ + { + "__type__": "cc.Prefab", + "_name": "hero", + "_objFlags": 0, + "__editorExtras__": {}, + "_native": "", + "data": { + "__id__": 1 + }, + "optimizationPolicy": 0, + "persistent": false + }, + { + "__type__": "cc.Node", + "_name": "hero", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": null, + "_children": [ + { + "__id__": 2 + }, + { + "__id__": 40 + }, + { + "__id__": 88 + }, + { + "__id__": 96 + }, + { + "__id__": 128 + }, + { + "__id__": 136 + }, + { + "__id__": 154 + } + ], + "_active": true, + "_components": [ + { + "__id__": 170 + }, + { + "__id__": 172 + }, + { + "__id__": 174 + } + ], + "_prefab": { + "__id__": 182 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -50, + "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": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "list", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 3 + }, + { + "__id__": 11 + }, + { + "__id__": 19 + }, + { + "__id__": 27 + } + ], + "_active": true, + "_components": [ + { + "__id__": 35 + }, + { + "__id__": 37 + } + ], + "_prefab": { + "__id__": 39 + }, + "_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": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "ListFrame_01_Bg", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 2 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 4 + }, + { + "__id__": 6 + }, + { + "__id__": 8 + } + ], + "_prefab": { + "__id__": 10 + }, + "_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": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 3 + }, + "_enabled": true, + "__prefab": { + "__id__": 5 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 714, + "height": 114 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f6ImHGGo1Dn4y6eqPXskVc" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 3 + }, + "_enabled": true, + "__prefab": { + "__id__": 7 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 106, + "g": 85, + "b": 138, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@194ed", + "__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": "60CX32dZlO6LWgZ8vJHnd5" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 3 + }, + "_enabled": true, + "__prefab": { + "__id__": 9 + }, + "_alignFlags": 45, + "_target": null, + "_left": 3, + "_right": 3, + "_top": 3, + "_bottom": 3, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 60, + "_originalHeight": 60, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "95YCShoe5NmJQee6zqR6cx" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "7fmTz/yndH5JsLCu3drtKS", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ListFrame_01_InnerGlow", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 2 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 12 + }, + { + "__id__": 14 + }, + { + "__id__": 16 + } + ], + "_prefab": { + "__id__": 18 + }, + "_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": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 11 + }, + "_enabled": true, + "__prefab": { + "__id__": 13 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 674, + "height": 94 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "edoFPuiX1HkqPwjgWrt43y" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 11 + }, + "_enabled": true, + "__prefab": { + "__id__": 15 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 27 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@a0d0f", + "__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": "3dmKRlmUFJzodRzgjABnsW" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 11 + }, + "_enabled": true, + "__prefab": { + "__id__": 17 + }, + "_alignFlags": 45, + "_target": null, + "_left": 3, + "_right": 3, + "_top": 3, + "_bottom": 3, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 50, + "_originalHeight": 50, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f3ki/PbKJMb6TfYrYKoKMI" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "52b9LszntCU7MGZlkzD9To", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ListFrame_01_InnerBorder", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 2 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 20 + }, + { + "__id__": 22 + }, + { + "__id__": 24 + } + ], + "_prefab": { + "__id__": 26 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0.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": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 19 + }, + "_enabled": true, + "__prefab": { + "__id__": 21 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 712, + "height": 111 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b3Hd6IBIdCyL31B4okKyNr" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 19 + }, + "_enabled": true, + "__prefab": { + "__id__": 23 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 130, + "g": 107, + "b": 163, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@1cd1a", + "__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": "56XYfA/dtNFJJVk/0VJwds" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 19 + }, + "_enabled": true, + "__prefab": { + "__id__": 25 + }, + "_alignFlags": 45, + "_target": null, + "_left": 4, + "_right": 4, + "_top": 4, + "_bottom": 5, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 50, + "_originalHeight": 50, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "74RcmHdGJH1a2xD+NJJrRQ" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "d11EQiLsFNV78+bv4F7fTb", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ListFrame_01_Border", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 2 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 28 + }, + { + "__id__": 30 + }, + { + "__id__": 32 + } + ], + "_prefab": { + "__id__": 34 + }, + "_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": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 27 + }, + "_enabled": true, + "__prefab": { + "__id__": 29 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 720, + "height": 120 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "028fTeRwNNT7dIlwGBZemG" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 27 + }, + "_enabled": true, + "__prefab": { + "__id__": 31 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@991f4", + "__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": "6fswEI87FIC4jEkhXweRAl" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 27 + }, + "_enabled": true, + "__prefab": { + "__id__": 33 + }, + "_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": 60, + "_originalHeight": 60, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "93nj62si1GRoZD1rSXXc4c" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "d6o+pnpYFEQIuz3D+fc6JI", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 36 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 720, + "height": 120 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ebGpxIqSdIv6fkOO/sMqRq" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 38 + }, + "_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": "b9mhKo6EhGZrDQhsQvshcE" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "61VOMuAx1MdooJz5lBdsqy", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_prefab": { + "__id__": 41 + }, + "__editorExtras__": {} + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 40 + }, + "asset": { + "__uuid__": "d19cde30-f5d0-47de-a0d5-3a272b696343", + "__expectedType__": "cc.Prefab" + }, + "fileId": "c46/YsCPVOJYA4mWEpNYRx", + "instance": { + "__id__": 42 + }, + "targetOverrides": null + }, + { + "__type__": "cc.PrefabInstance", + "fileId": "8amwNREnBNi5jgoZM6EcN7", + "prefabRootNode": { + "__id__": 1 + }, + "mountedChildren": [], + "mountedComponents": [ + { + "__id__": 43 + } + ], + "propertyOverrides": [ + { + "__id__": 47 + }, + { + "__id__": 49 + }, + { + "__id__": 50 + }, + { + "__id__": 51 + }, + { + "__id__": 52 + }, + { + "__id__": 54 + }, + { + "__id__": 55 + }, + { + "__id__": 57 + }, + { + "__id__": 59 + }, + { + "__id__": 61 + }, + { + "__id__": 63 + }, + { + "__id__": 65 + }, + { + "__id__": 67 + }, + { + "__id__": 69 + }, + { + "__id__": 71 + }, + { + "__id__": 73 + }, + { + "__id__": 75 + }, + { + "__id__": 77 + }, + { + "__id__": 79 + }, + { + "__id__": 81 + }, + { + "__id__": 83 + }, + { + "__id__": 85 + } + ], + "removedComponents": [ + { + "__id__": 87 + } + ] + }, + { + "__type__": "cc.MountedComponentsInfo", + "targetInfo": { + "__id__": 44 + }, + "components": [ + { + "__id__": 45 + } + ] + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "c46/YsCPVOJYA4mWEpNYRx" + ] + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": { + "mountedRoot": { + "__id__": 40 + } + }, + "node": { + "__id__": 40 + }, + "_enabled": true, + "__prefab": { + "__id__": 46 + }, + "_alignFlags": 9, + "_target": null, + "_left": 8, + "_right": 0, + "_top": 8, + "_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": "fb21lJWlJItbt2XhLMR/1s" + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 48 + }, + "propertyPath": [ + "_name" + ], + "value": "sbox" + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "c46/YsCPVOJYA4mWEpNYRx" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 48 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": -302, + "y": 2, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 48 + }, + "propertyPath": [ + "_lrot" + ], + "value": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 48 + }, + "propertyPath": [ + "_euler" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 53 + }, + "propertyPath": [ + "_spriteFrame" + ], + "value": { + "__uuid__": "2842dc10-d89e-4ff6-8a11-6d09bf48cf20@048d1", + "__expectedType__": "cc.SpriteFrame" + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "075wC9BqZNpKBHWkkHGa0w" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 53 + }, + "propertyPath": [ + "_atlas" + ], + "value": { + "__uuid__": "2842dc10-d89e-4ff6-8a11-6d09bf48cf20", + "__expectedType__": "cc.SpriteAtlas" + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 56 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "f9WzzmQplCw4od/9N1bGZ8" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 58 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "44Ed4eH0lI5Kssdq2dPzke" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 60 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 420, + "height": 420 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "01RZgHEk5DOImBHnPTZbSl" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 62 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 218, + "height": 218 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "7eXE020LJO2re5wfhWMR+x" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 64 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 420, + "height": 420 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "cdEeG/ubFJgqKs1MdM6xd9" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 66 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 218, + "height": 218 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "bdhTW5lJ9PJamgUN/UmnC2" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 68 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 420, + "height": 420 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "01Tb8sF1pD1K401C16wfxs" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 70 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 218, + "height": 218 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "31upVgp9hMgqBxdoieIwVm" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 72 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 420, + "height": 420 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "c82typVIdBJJabkX/s0ZkZ" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 74 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 218, + "height": 218 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "ce0/u2yctKCZkL+Ru0cbmo" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 76 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 420, + "height": 420 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "68Zpxa86JHMbiKqxEUYo0V" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 78 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 218, + "height": 218 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "4cdo17U+VOh4SgXfb/+Gk7" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 80 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "c8niXKCPZJkZO13m9+xJNN" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 82 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "c7ymg5OshHabafeZJICJug" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 84 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 98, + "height": 98 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "03nWLvwvFC5YKsJgnNXuKJ" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 86 + }, + "propertyPath": [ + "_active" + ], + "value": false + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "a33ReyWcpAoZY5ieotS6Ir" + ] + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "2b0pxtPkdJgrKePAS8msRc" + ] + }, + { + "__type__": "cc.Node", + "_name": "name", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 89 + }, + { + "__id__": 91 + }, + { + "__id__": 93 + } + ], + "_prefab": { + "__id__": 95 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -247.989, + "y": 38.56399999999999, + "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": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 88 + }, + "_enabled": true, + "__prefab": { + "__id__": 90 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 84, + "height": 54.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "9dgncJRHNM0oZi+Pb5hDPM" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 88 + }, + "_enabled": true, + "__prefab": { + "__id__": 92 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "英雄名称", + "_horizontalAlign": 0, + "_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, + "_enableOutline": true, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1dqRfyNidFnI0Rw533q1kb" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 88 + }, + "_enabled": true, + "__prefab": { + "__id__": 94 + }, + "_alignFlags": 9, + "_target": null, + "_left": 112.011, + "_right": 0, + "_top": -5.763999999999996, + "_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": "3agus8llpO+IFgYQJ4vgK7" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "64sBr99yBIPIbpxdil4ZY0", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "info", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 97 + }, + { + "__id__": 105 + }, + { + "__id__": 113 + } + ], + "_active": true, + "_components": [ + { + "__id__": 121 + }, + { + "__id__": 123 + }, + { + "__id__": 125 + } + ], + "_prefab": { + "__id__": 127 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -250, + "y": -11.445, + "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": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "i1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 96 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 98 + }, + { + "__id__": 100 + }, + { + "__id__": 102 + } + ], + "_prefab": { + "__id__": 104 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 23.333333333333336, + "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": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 97 + }, + "_enabled": true, + "__prefab": { + "__id__": 99 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 485, + "height": 23.333333333333332 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "69O8ConsBKvLQ5AKQ66wo0" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 97 + }, + "_enabled": true, + "__prefab": { + "__id__": 101 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "词条3", + "_horizontalAlign": 0, + "_verticalAlign": 1, + "_actualFontSize": 18, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 25, + "_overflow": 2, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": true, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b5sZHO3gNIW76AXUeqZYBn" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 97 + }, + "_enabled": true, + "__prefab": { + "__id__": 103 + }, + "_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": 300, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "90OrNvrelLZbOIOrrDJnEv" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "31vWtf5dxJgr88LEoU1n3P", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "i2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 96 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 106 + }, + { + "__id__": 108 + }, + { + "__id__": 110 + } + ], + "_prefab": { + "__id__": 112 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 3.552713678800501e-15, + "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": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 105 + }, + "_enabled": true, + "__prefab": { + "__id__": 107 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 485, + "height": 23.333333333333332 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "2fZ5IbrfpGAZL8NHWcCmSI" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 105 + }, + "_enabled": true, + "__prefab": { + "__id__": 109 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "词条2", + "_horizontalAlign": 0, + "_verticalAlign": 1, + "_actualFontSize": 18, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 25, + "_overflow": 2, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": true, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "dc6KYeWoJBr5NspO5kGx92" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 105 + }, + "_enabled": true, + "__prefab": { + "__id__": 111 + }, + "_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": 300, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ecZYYEuDRAh5fCYP3KMUKj" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "b6k/wLCIBPwb+CzEq7D/OD", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "i3", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 96 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 114 + }, + { + "__id__": 116 + }, + { + "__id__": 118 + } + ], + "_prefab": { + "__id__": 120 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -23.33333333333333, + "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": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 113 + }, + "_enabled": true, + "__prefab": { + "__id__": 115 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 485, + "height": 23.333333333333332 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "4bzdV65RFKkoWfWLPUitf0" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 113 + }, + "_enabled": true, + "__prefab": { + "__id__": 117 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "词条3", + "_horizontalAlign": 0, + "_verticalAlign": 1, + "_actualFontSize": 18, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 25, + "_overflow": 2, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": true, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f0oseF23FJJY7bo5zkXU/L" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 113 + }, + "_enabled": true, + "__prefab": { + "__id__": 119 + }, + "_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": 300, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "7dc/Tc5s5N+42zkFkChZxc" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "897tyOuodBQJ2g1YcPjCYe", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 96 + }, + "_enabled": true, + "__prefab": { + "__id__": 122 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 485, + "height": 70 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "23zkFGCNdKFYEAZu1hO0ZD" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 96 + }, + "_enabled": true, + "__prefab": { + "__id__": 124 + }, + "_alignFlags": 41, + "_target": null, + "_left": 110, + "_right": 125, + "_top": 36.445, + "_bottom": -1.4450000000000038, + "_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": "ea6zVnOhFA57hmQp7pFbkh" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 96 + }, + "_enabled": true, + "__prefab": { + "__id__": 126 + }, + "_resizeMode": 1, + "_layoutType": 2, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 1, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 0, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "39NZio6TNPjLLTUnq0ODme" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "894Jil2OhD84XdOP9fS7Ua", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 129 + }, + { + "__id__": 131 + }, + { + "__id__": 133 + } + ], + "_prefab": { + "__id__": 135 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -150.389, + "y": 39.317, + "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": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 128 + }, + "_enabled": true, + "__prefab": { + "__id__": 130 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 44.5694906033978, + "height": 54.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "82vq9k1aFKYa5Ywz/gwbFX" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 128 + }, + "_enabled": true, + "__prefab": { + "__id__": 132 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "Lv.1", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": true, + "_isBold": false, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": true, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "75POqLc7xOWralU/69FuiO" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 128 + }, + "_enabled": true, + "__prefab": { + "__id__": 134 + }, + "_alignFlags": 8, + "_target": null, + "_left": 187.32625469830108, + "_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": "05Ze8m9l5Fia3DNYtdrWJY" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "61QiOHUa9NSaXFmTwZIc/5", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "buy", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 137 + }, + { + "__id__": 145 + } + ], + "_active": true, + "_components": [ + { + "__id__": 151 + } + ], + "_prefab": { + "__id__": 153 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 286.021, + "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": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "btn_green", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 136 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 138 + }, + { + "__id__": 140 + }, + { + "__id__": 142 + } + ], + "_prefab": { + "__id__": 144 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0.14999999999999858, + "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": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 137 + }, + "_enabled": true, + "__prefab": { + "__id__": 139 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 90, + "height": 79.7 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "d0a/42BphNELmBqMTsdQ2o" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 137 + }, + "_enabled": true, + "__prefab": { + "__id__": 141 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@4a554", + "__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": "96vtn/2N1PZYu19xcYgJNi" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 137 + }, + "_enabled": true, + "__prefab": { + "__id__": 143 + }, + "_alignFlags": 45, + "_target": null, + "_left": 0, + "_right": 0, + "_top": 0, + "_bottom": 0.3, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 185, + "_originalHeight": 81, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f9/3KeifNDe7/2YVlmTH4c" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "49hgifpAhA5YZzgbZA09hT", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "Label", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 136 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 146 + }, + { + "__id__": 148 + } + ], + "_prefab": { + "__id__": 150 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -6.989, + "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": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 145 + }, + "_enabled": true, + "__prefab": { + "__id__": 147 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 54, + "height": 54.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "fbsoOtcLFISZylxeTP43bR" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 145 + }, + "_enabled": true, + "__prefab": { + "__id__": 149 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "购买", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 25, + "_fontSize": 25, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": true, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "758daF969NKpBqGg0m0bov" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "54tMKNeB9IN4AgJ0xcA+t6", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 136 + }, + "_enabled": true, + "__prefab": { + "__id__": 152 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 90, + "height": 80 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "275pNhjkdAyYspjXo/DSrb" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "62Ap6usL1Iu5lGsTpGxU1Z", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "cost", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 155 + }, + { + "__id__": 161 + } + ], + "_active": true, + "_components": [ + { + "__id__": 167 + } + ], + "_prefab": { + "__id__": 169 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 286.155, + "y": 22.132, + "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": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Coin_Gold", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 154 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 156 + }, + { + "__id__": 158 + } + ], + "_prefab": { + "__id__": 160 + }, + "_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": 0.25, + "y": 0.25, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 155 + }, + "_enabled": true, + "__prefab": { + "__id__": 157 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 112, + "height": 116 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a2w3bgDQdP1ZEBeDu9NgkN" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 155 + }, + "_enabled": true, + "__prefab": { + "__id__": 159 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@23e64", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c4Wn2iLxBDFYpkxkS0BC1B" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "38nfHaXKlON77e+FCC0EBC", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "num", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 154 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 162 + }, + { + "__id__": 164 + } + ], + "_prefab": { + "__id__": 166 + }, + "_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": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 161 + }, + "_enabled": true, + "__prefab": { + "__id__": 163 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 15.123046875, + "height": 54.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "2fR7xUJx5NAYTf4MCwhTdw" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 161 + }, + "_enabled": true, + "__prefab": { + "__id__": 165 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "1", + "_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": false, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": true, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "77I+rJFXJJ/5bhKhn1h5gX" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "76AJbBR4NEkJ/9uoLZk3Gn", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 154 + }, + "_enabled": true, + "__prefab": { + "__id__": 168 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "7dtYXSDj9Hv7MG1zSh48oa" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "60DwoZdmtCA4WzFjW04Gjg", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 171 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 720, + "height": 120 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "01picFBtJMhp/LBDdXi1y9" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 173 + }, + "_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": 100, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "4aPeqTNK9Ga61Xv9j+yGXk" + }, + { + "__type__": "f01551ecT5MD6XTnGn3Wvkb", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 175 + }, + "icon_node": { + "__id__": 176 + }, + "bg_node": null, + "name_label": { + "__id__": 91 + }, + "fied1": { + "__id__": 100 + }, + "fied2": { + "__id__": 108 + }, + "fied3": { + "__id__": 116 + }, + "level_label": { + "__id__": 131 + }, + "buy_node": { + "__id__": 136 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e3eNCv9YFCwpf4IreyADeV" + }, + { + "__type__": "cc.Node", + "_name": "icon", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 40 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 177 + }, + { + "__id__": 179 + } + ], + "_prefab": { + "__id__": 181 + }, + "_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": 0.6, + "y": 0.6, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 176 + }, + "_enabled": true, + "__prefab": { + "__id__": 178 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 78, + "height": 78 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "0elb3r0slJwbY2BNC1zTKn" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 176 + }, + "_enabled": true, + "__prefab": { + "__id__": 180 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "2842dc10-d89e-4ff6-8a11-6d09bf48cf20@048d1", + "__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": { + "__uuid__": "2842dc10-d89e-4ff6-8a11-6d09bf48cf20", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "075wC9BqZNpKBHWkkHGa0w" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a33ReyWcpAoZY5ieotS6Ir", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "5dVotvOAFMoaprbNZVAkgY", + "instance": null, + "targetOverrides": [ + { + "__id__": 183 + } + ], + "nestedPrefabInstanceRoots": [ + { + "__id__": 40 + } + ] + }, + { + "__type__": "cc.TargetOverrideInfo", + "source": { + "__id__": 174 + }, + "sourceInfo": null, + "propertyPath": [ + "icon_node" + ], + "target": { + "__id__": 40 + }, + "targetInfo": { + "__id__": 184 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "a33ReyWcpAoZY5ieotS6Ir" + ] + } +] \ No newline at end of file diff --git a/assets/resources/gui/element/hero.prefab.meta b/assets/resources/gui/element/hero.prefab.meta new file mode 100644 index 00000000..a379a72b --- /dev/null +++ b/assets/resources/gui/element/hero.prefab.meta @@ -0,0 +1,13 @@ +{ + "ver": "1.1.50", + "importer": "prefab", + "imported": true, + "uuid": "f820a186-b9f6-44df-a534-bdcbaa6a639a", + "files": [ + ".json" + ], + "subMetas": {}, + "userData": { + "syncNodeName": "hero" + } +} diff --git a/assets/resources/gui/element/mission.prefab b/assets/resources/gui/element/mission.prefab index 75b04bab..bc149786 100644 --- a/assets/resources/gui/element/mission.prefab +++ b/assets/resources/gui/element/mission.prefab @@ -31,38 +31,29 @@ "__id__": 219 }, { - "__id__": 524 + "__id__": 588 }, { - "__id__": 862 + "__id__": 868 }, { - "__id__": 1027 + "__id__": 1033 }, { - "__id__": 1752 + "__id__": 1758 }, { - "__id__": 1881 + "__id__": 1887 }, { - "__id__": 1921 + "__id__": 1927 }, { - "__id__": 1951 + "__id__": 1957 } ], "_active": true, "_components": [ - { - "__id__": 1995 - }, - { - "__id__": 1997 - }, - { - "__id__": 1999 - }, { "__id__": 2001 }, @@ -77,10 +68,19 @@ }, { "__id__": 2009 + }, + { + "__id__": 2011 + }, + { + "__id__": 2013 + }, + { + "__id__": 2015 } ], "_prefab": { - "__id__": 2011 + "__id__": 2017 }, "_lpos": { "__type__": "cc.Vec3", @@ -4200,26 +4200,29 @@ "__id__": 228 }, { - "__id__": 424 + "__id__": 377 + }, + { + "__id__": 488 } ], "_active": true, "_components": [ { - "__id__": 515 + "__id__": 579 }, { - "__id__": 517 + "__id__": 581 }, { - "__id__": 519 + "__id__": 583 }, { - "__id__": 521 + "__id__": 585 } ], "_prefab": { - "__id__": 523 + "__id__": 587 }, "_lpos": { "__type__": "cc.Vec3", @@ -4445,25 +4448,22 @@ }, { "__id__": 323 - }, - { - "__id__": 370 } ], "_active": true, "_components": [ { - "__id__": 417 + "__id__": 370 }, { - "__id__": 419 + "__id__": 372 }, { - "__id__": 421 + "__id__": 374 } ], "_prefab": { - "__id__": 423 + "__id__": 376 }, "_lpos": { "__type__": "cc.Vec3", @@ -6156,560 +6156,6 @@ "c6fA+I52NLy7nwIG/TAXFX" ] }, - { - "__type__": "cc.Node", - "_objFlags": 0, - "_parent": { - "__id__": 228 - }, - "_prefab": { - "__id__": 371 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 370 - }, - "asset": { - "__uuid__": "8aaff904-8c27-4173-9716-7161893b336e", - "__expectedType__": "cc.Prefab" - }, - "fileId": "24rlgXRJ9AHLGpMW+aYyEx", - "instance": { - "__id__": 372 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "90BK+SmEJJgYbA//C2jnYF", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 373 - }, - { - "__id__": 375 - }, - { - "__id__": 377 - }, - { - "__id__": 379 - }, - { - "__id__": 381 - }, - { - "__id__": 383 - }, - { - "__id__": 385 - }, - { - "__id__": 387 - }, - { - "__id__": 389 - }, - { - "__id__": 391 - }, - { - "__id__": 393 - }, - { - "__id__": 395 - }, - { - "__id__": 397 - }, - { - "__id__": 399 - }, - { - "__id__": 401 - }, - { - "__id__": 403 - }, - { - "__id__": 405 - }, - { - "__id__": 407 - }, - { - "__id__": 409 - }, - { - "__id__": 411 - }, - { - "__id__": 413 - }, - { - "__id__": 415 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 374 - }, - "propertyPath": [ - "_name" - ], - "value": "card" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "24rlgXRJ9AHLGpMW+aYyEx" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 376 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 262.05, - "y": 0, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "24rlgXRJ9AHLGpMW+aYyEx" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 378 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "24rlgXRJ9AHLGpMW+aYyEx" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 380 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "24rlgXRJ9AHLGpMW+aYyEx" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 382 - }, - "propertyPath": [ - "_active" - ], - "value": false - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "24rlgXRJ9AHLGpMW+aYyEx" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 384 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 299, - "height": 299 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "326cum+qdAqaeo0dGt01yD" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 386 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 170, - "height": 229.8 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "b6/HPesdpG8ZsWB4vg6xf2" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 388 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 170, - "height": 229.8 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "99yf9rnjlM147Oc5ugZxZA" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 390 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 170, - "height": 229.8 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "fbT2L4/5lBv6CDydZR8SkP", - "13j2oupQRMUoUyChWYn2yc" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 392 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 170, - "height": 229.8 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "fbT2L4/5lBv6CDydZR8SkP", - "c8mzU+nw5GLJ4CZ7ZTe6eE" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 394 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 340, - "height": 459.6 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "fbT2L4/5lBv6CDydZR8SkP", - "5eZRKQByFG0LW2QA/PUw2u" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 396 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 332, - "height": 447.6 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "fbT2L4/5lBv6CDydZR8SkP", - "4buoN7nzRM9Kty43yoN7ul" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 398 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 140, - "height": 140 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "fbT2L4/5lBv6CDydZR8SkP", - "faGw1NMRpJ+IWtI609CAxN" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 400 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 280, - "height": 280 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "fbT2L4/5lBv6CDydZR8SkP", - "5cf2X5S4JMQ7x3zijgLWIX" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 402 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 140, - "height": 140 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "aePszddr1FjZ9yJvRxiJCh" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 404 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 64, - "y": 93.9, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "cfMbf11IxHErK52FqmJHts" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 406 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": -41.79599999999999, - "y": -94.165, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "09D4k31MNCHqoa2DlasmKq" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 408 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 40.925, - "y": -94.165, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "67WoSYD3dDaYE3iUhnDhbu" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 410 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": -64, - "y": 93.9, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "2b5S+tVLtA5Ykc/qVoMdAC" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 412 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 29.900000000000006, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "fbT2L4/5lBv6CDydZR8SkP", - "69ZX4yvCZL67xK4+SdFMO0" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 414 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 29.900000000000006, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "5cWLGvgr1MdLSDfUJV31tJ" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 416 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": -61.823999999999984, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "c6fA+I52NLy7nwIG/TAXFX" - ] - }, { "__type__": "cc.UITransform", "_name": "", @@ -6720,7 +6166,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 418 + "__id__": 371 }, "_contentSize": { "__type__": "cc.Size", @@ -6748,7 +6194,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 420 + "__id__": 373 }, "_alignFlags": 42, "_target": null, @@ -6784,7 +6230,7 @@ }, "_enabled": false, "__prefab": { - "__id__": 422 + "__id__": 375 }, "_resizeMode": 1, "_layoutType": 1, @@ -6825,6 +6271,1403 @@ "targetOverrides": null, "nestedPrefabInstanceRoots": null }, + { + "__type__": "cc.Node", + "_name": "box", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 219 + }, + "_children": [ + { + "__id__": 378 + }, + { + "__id__": 413 + }, + { + "__id__": 448 + } + ], + "_active": true, + "_components": [ + { + "__id__": 483 + }, + { + "__id__": 485 + } + ], + "_prefab": { + "__id__": 487 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 225, + "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": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_objFlags": 0, + "_parent": { + "__id__": 377 + }, + "_prefab": { + "__id__": 379 + }, + "__editorExtras__": {} + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 378 + }, + "asset": { + "__uuid__": "f820a186-b9f6-44df-a534-bdcbaa6a639a", + "__expectedType__": "cc.Prefab" + }, + "fileId": "5dVotvOAFMoaprbNZVAkgY", + "instance": { + "__id__": 380 + }, + "targetOverrides": [ + { + "__id__": 410 + } + ] + }, + { + "__type__": "cc.PrefabInstance", + "fileId": "a9P1qvLVRAp4fNyDWmfzsD", + "prefabRootNode": { + "__id__": 1 + }, + "mountedChildren": [], + "mountedComponents": [], + "propertyOverrides": [ + { + "__id__": 381 + }, + { + "__id__": 383 + }, + { + "__id__": 384 + }, + { + "__id__": 385 + }, + { + "__id__": 386 + }, + { + "__id__": 388 + }, + { + "__id__": 390 + }, + { + "__id__": 392 + }, + { + "__id__": 394 + }, + { + "__id__": 396 + }, + { + "__id__": 398 + }, + { + "__id__": 400 + }, + { + "__id__": 402 + }, + { + "__id__": 404 + }, + { + "__id__": 406 + }, + { + "__id__": 408 + } + ], + "removedComponents": [] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 382 + }, + "propertyPath": [ + "_name" + ], + "value": "hero" + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "5dVotvOAFMoaprbNZVAkgY" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 382 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 155.522, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 382 + }, + "propertyPath": [ + "_lrot" + ], + "value": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 382 + }, + "propertyPath": [ + "_euler" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 387 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 690, + "height": 120 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "01picFBtJMhp/LBDdXi1y9" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 389 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 690, + "height": 120 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "ebGpxIqSdIv6fkOO/sMqRq" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 391 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 684, + "height": 114 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "f6ImHGGo1Dn4y6eqPXskVc" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 393 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 682, + "height": 111 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "b3Hd6IBIdCyL31B4okKyNr" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 395 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 690, + "height": 120 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "028fTeRwNNT7dIlwGBZemG" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 397 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": -287, + "y": 2, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "8amwNREnBNi5jgoZM6EcN7", + "c46/YsCPVOJYA4mWEpNYRx" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 399 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": -232.989, + "y": 38.56399999999999, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "64sBr99yBIPIbpxdil4ZY0" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 401 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 455, + "height": 70 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "23zkFGCNdKFYEAZu1hO0ZD" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 403 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": -235, + "y": -11.445, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "894Jil2OhD84XdOP9fS7Ua" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 405 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 455, + "height": 23.333333333333332 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "69O8ConsBKvLQ5AKQ66wo0" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 407 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 455, + "height": 23.333333333333332 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "2fZ5IbrfpGAZL8NHWcCmSI" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 409 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 455, + "height": 23.333333333333332 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "4bzdV65RFKkoWfWLPUitf0" + ] + }, + { + "__type__": "cc.TargetOverrideInfo", + "source": null, + "sourceInfo": null, + "propertyPath": [ + "icon_node" + ], + "target": { + "__id__": 411 + }, + "targetInfo": { + "__id__": 412 + } + }, + { + "__type__": "cc.Node", + "__editorExtras__": {} + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "a33ReyWcpAoZY5ieotS6Ir" + ] + }, + { + "__type__": "cc.Node", + "_objFlags": 0, + "_parent": { + "__id__": 377 + }, + "_prefab": { + "__id__": 414 + }, + "__editorExtras__": {} + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 413 + }, + "asset": { + "__uuid__": "f820a186-b9f6-44df-a534-bdcbaa6a639a", + "__expectedType__": "cc.Prefab" + }, + "fileId": "5dVotvOAFMoaprbNZVAkgY", + "instance": { + "__id__": 415 + }, + "targetOverrides": [ + { + "__id__": 445 + } + ] + }, + { + "__type__": "cc.PrefabInstance", + "fileId": "95uO4xrQBMarkG+HvbjVqZ", + "prefabRootNode": { + "__id__": 1 + }, + "mountedChildren": [], + "mountedComponents": [], + "propertyOverrides": [ + { + "__id__": 416 + }, + { + "__id__": 418 + }, + { + "__id__": 419 + }, + { + "__id__": 420 + }, + { + "__id__": 421 + }, + { + "__id__": 423 + }, + { + "__id__": 425 + }, + { + "__id__": 427 + }, + { + "__id__": 429 + }, + { + "__id__": 431 + }, + { + "__id__": 433 + }, + { + "__id__": 435 + }, + { + "__id__": 437 + }, + { + "__id__": 439 + }, + { + "__id__": 441 + }, + { + "__id__": 443 + } + ], + "removedComponents": [] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 417 + }, + "propertyPath": [ + "_name" + ], + "value": "hero-001" + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "5dVotvOAFMoaprbNZVAkgY" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 417 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 33.108, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 417 + }, + "propertyPath": [ + "_lrot" + ], + "value": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 417 + }, + "propertyPath": [ + "_euler" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 422 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 690, + "height": 120 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "01picFBtJMhp/LBDdXi1y9" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 424 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 690, + "height": 120 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "ebGpxIqSdIv6fkOO/sMqRq" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 426 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 684, + "height": 114 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "f6ImHGGo1Dn4y6eqPXskVc" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 428 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 682, + "height": 111 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "b3Hd6IBIdCyL31B4okKyNr" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 430 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 690, + "height": 120 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "028fTeRwNNT7dIlwGBZemG" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 432 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": -287, + "y": 2, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "8amwNREnBNi5jgoZM6EcN7", + "c46/YsCPVOJYA4mWEpNYRx" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 434 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": -232.989, + "y": 38.56399999999999, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "64sBr99yBIPIbpxdil4ZY0" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 436 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 455, + "height": 70 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "23zkFGCNdKFYEAZu1hO0ZD" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 438 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": -235, + "y": -11.445, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "894Jil2OhD84XdOP9fS7Ua" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 440 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 455, + "height": 23.333333333333332 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "69O8ConsBKvLQ5AKQ66wo0" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 442 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 455, + "height": 23.333333333333332 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "2fZ5IbrfpGAZL8NHWcCmSI" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 444 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 455, + "height": 23.333333333333332 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "4bzdV65RFKkoWfWLPUitf0" + ] + }, + { + "__type__": "cc.TargetOverrideInfo", + "source": null, + "sourceInfo": null, + "propertyPath": [ + "icon_node" + ], + "target": { + "__id__": 446 + }, + "targetInfo": { + "__id__": 447 + } + }, + { + "__type__": "cc.Node", + "__editorExtras__": {} + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "a33ReyWcpAoZY5ieotS6Ir" + ] + }, + { + "__type__": "cc.Node", + "_objFlags": 0, + "_parent": { + "__id__": 377 + }, + "_prefab": { + "__id__": 449 + }, + "__editorExtras__": {} + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 448 + }, + "asset": { + "__uuid__": "f820a186-b9f6-44df-a534-bdcbaa6a639a", + "__expectedType__": "cc.Prefab" + }, + "fileId": "5dVotvOAFMoaprbNZVAkgY", + "instance": { + "__id__": 450 + }, + "targetOverrides": [ + { + "__id__": 480 + } + ] + }, + { + "__type__": "cc.PrefabInstance", + "fileId": "edOAQU0O5JI5gmmTjawXQb", + "prefabRootNode": { + "__id__": 1 + }, + "mountedChildren": [], + "mountedComponents": [], + "propertyOverrides": [ + { + "__id__": 451 + }, + { + "__id__": 453 + }, + { + "__id__": 454 + }, + { + "__id__": 455 + }, + { + "__id__": 456 + }, + { + "__id__": 458 + }, + { + "__id__": 460 + }, + { + "__id__": 462 + }, + { + "__id__": 464 + }, + { + "__id__": 466 + }, + { + "__id__": 468 + }, + { + "__id__": 470 + }, + { + "__id__": 472 + }, + { + "__id__": 474 + }, + { + "__id__": 476 + }, + { + "__id__": 478 + } + ], + "removedComponents": [] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 452 + }, + "propertyPath": [ + "_name" + ], + "value": "hero-002" + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "5dVotvOAFMoaprbNZVAkgY" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 452 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": -86.32, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 452 + }, + "propertyPath": [ + "_lrot" + ], + "value": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 452 + }, + "propertyPath": [ + "_euler" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 457 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 690, + "height": 120 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "01picFBtJMhp/LBDdXi1y9" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 459 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 690, + "height": 120 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "ebGpxIqSdIv6fkOO/sMqRq" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 461 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 684, + "height": 114 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "f6ImHGGo1Dn4y6eqPXskVc" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 463 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 682, + "height": 111 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "b3Hd6IBIdCyL31B4okKyNr" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 465 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 690, + "height": 120 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "028fTeRwNNT7dIlwGBZemG" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 467 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": -287, + "y": 2, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "8amwNREnBNi5jgoZM6EcN7", + "c46/YsCPVOJYA4mWEpNYRx" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 469 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": -232.989, + "y": 38.56399999999999, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "64sBr99yBIPIbpxdil4ZY0" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 471 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 455, + "height": 70 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "23zkFGCNdKFYEAZu1hO0ZD" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 473 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": -235, + "y": -11.445, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "894Jil2OhD84XdOP9fS7Ua" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 475 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 455, + "height": 23.333333333333332 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "69O8ConsBKvLQ5AKQ66wo0" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 477 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 455, + "height": 23.333333333333332 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "2fZ5IbrfpGAZL8NHWcCmSI" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 479 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 455, + "height": 23.333333333333332 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "4bzdV65RFKkoWfWLPUitf0" + ] + }, + { + "__type__": "cc.TargetOverrideInfo", + "source": null, + "sourceInfo": null, + "propertyPath": [ + "icon_node" + ], + "target": { + "__id__": 481 + }, + "targetInfo": { + "__id__": 482 + } + }, + { + "__type__": "cc.Node", + "__editorExtras__": {} + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "a33ReyWcpAoZY5ieotS6Ir" + ] + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 377 + }, + "_enabled": true, + "__prefab": { + "__id__": 484 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 690, + "height": 430 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "12v6dU9X9KGac+HxTJENmh" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 377 + }, + "_enabled": true, + "__prefab": { + "__id__": 486 + }, + "_alignFlags": 45, + "_target": null, + "_left": 15, + "_right": 15, + "_top": 10, + "_bottom": 10, + "_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": "b8UQ6UogpG77L2GVSFMxF/" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "ac0DlRX71DKpLnjPp2wss5", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, { "__type__": "cc.Node", "_name": "cb4", @@ -6835,31 +7678,31 @@ }, "_children": [ { - "__id__": 425 + "__id__": 489 } ], - "_active": true, + "_active": false, "_components": [ { - "__id__": 506 + "__id__": 570 }, { - "__id__": 508 + "__id__": 572 }, { - "__id__": 510 + "__id__": 574 }, { - "__id__": 512 + "__id__": 576 } ], "_prefab": { - "__id__": 514 + "__id__": 578 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 50, + "y": 31.955, "z": 0 }, "_lrot": { @@ -6891,41 +7734,41 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 424 + "__id__": 488 }, "_children": [ { - "__id__": 426 + "__id__": 490 }, { - "__id__": 434 + "__id__": 498 }, { - "__id__": 442 + "__id__": 506 }, { - "__id__": 480 + "__id__": 544 }, { - "__id__": 486 + "__id__": 550 } ], "_active": true, "_components": [ { - "__id__": 501 + "__id__": 565 }, { - "__id__": 503 + "__id__": 567 } ], "_prefab": { - "__id__": 505 + "__id__": 569 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 0, + "y": 7.661999999999999, "z": 0 }, "_lrot": { @@ -6957,23 +7800,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 425 + "__id__": 489 }, "_children": [], "_active": true, "_components": [ { - "__id__": 427 + "__id__": 491 }, { - "__id__": 429 + "__id__": 493 }, { - "__id__": 431 + "__id__": 495 } ], "_prefab": { - "__id__": 433 + "__id__": 497 }, "_lpos": { "__type__": "cc.Vec3", @@ -7010,16 +7853,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 426 + "__id__": 490 }, "_enabled": true, "__prefab": { - "__id__": 428 + "__id__": 492 }, "_contentSize": { "__type__": "cc.Size", - "width": 90, - "height": 90 + "width": 706, + "height": 70 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -7038,11 +7881,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 426 + "__id__": 490 }, "_enabled": true, "__prefab": { - "__id__": 430 + "__id__": 494 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7086,11 +7929,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 426 + "__id__": 490 }, "_enabled": true, "__prefab": { - "__id__": 432 + "__id__": 496 }, "_alignFlags": 45, "_target": null, @@ -7135,23 +7978,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 425 + "__id__": 489 }, "_children": [], "_active": true, "_components": [ { - "__id__": 435 + "__id__": 499 }, { - "__id__": 437 + "__id__": 501 }, { - "__id__": 439 + "__id__": 503 } ], "_prefab": { - "__id__": 441 + "__id__": 505 }, "_lpos": { "__type__": "cc.Vec3", @@ -7188,16 +8031,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 434 + "__id__": 498 }, "_enabled": true, "__prefab": { - "__id__": 436 + "__id__": 500 }, "_contentSize": { "__type__": "cc.Size", - "width": 90, - "height": 90 + "width": 706, + "height": 70 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -7216,11 +8059,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 434 + "__id__": 498 }, "_enabled": true, "__prefab": { - "__id__": 438 + "__id__": 502 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7264,11 +8107,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 434 + "__id__": 498 }, "_enabled": true, "__prefab": { - "__id__": 440 + "__id__": 504 }, "_alignFlags": 45, "_target": null, @@ -7313,38 +8156,38 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 425 + "__id__": 489 }, "_children": [ { - "__id__": 443 + "__id__": 507 }, { - "__id__": 449 + "__id__": 513 }, { - "__id__": 455 + "__id__": 519 }, { - "__id__": 461 + "__id__": 525 } ], "_active": true, "_components": [ { - "__id__": 475 + "__id__": 539 }, { - "__id__": 477 + "__id__": 541 } ], "_prefab": { - "__id__": 479 + "__id__": 543 }, "_lpos": { "__type__": "cc.Vec3", - "x": 0, - "y": 38.629, + "x": 57.336, + "y": 0, "z": 0 }, "_lrot": { @@ -7376,20 +8219,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 442 + "__id__": 506 }, "_children": [], "_active": false, "_components": [ { - "__id__": 444 + "__id__": 508 }, { - "__id__": 446 + "__id__": 510 } ], "_prefab": { - "__id__": 448 + "__id__": 512 }, "_lpos": { "__type__": "cc.Vec3", @@ -7426,11 +8269,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 443 + "__id__": 507 }, "_enabled": true, "__prefab": { - "__id__": 445 + "__id__": 509 }, "_contentSize": { "__type__": "cc.Size", @@ -7454,11 +8297,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 443 + "__id__": 507 }, "_enabled": true, "__prefab": { - "__id__": 447 + "__id__": 511 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7512,20 +8355,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 442 + "__id__": 506 }, "_children": [], "_active": true, "_components": [ { - "__id__": 450 + "__id__": 514 }, { - "__id__": 452 + "__id__": 516 } ], "_prefab": { - "__id__": 454 + "__id__": 518 }, "_lpos": { "__type__": "cc.Vec3", @@ -7562,11 +8405,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 449 + "__id__": 513 }, "_enabled": true, "__prefab": { - "__id__": 451 + "__id__": 515 }, "_contentSize": { "__type__": "cc.Size", @@ -7590,11 +8433,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 449 + "__id__": 513 }, "_enabled": true, "__prefab": { - "__id__": 453 + "__id__": 517 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7651,20 +8494,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 442 + "__id__": 506 }, "_children": [], - "_active": true, + "_active": false, "_components": [ { - "__id__": 456 + "__id__": 520 }, { - "__id__": 458 + "__id__": 522 } ], "_prefab": { - "__id__": 460 + "__id__": 524 }, "_lpos": { "__type__": "cc.Vec3", @@ -7701,11 +8544,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 455 + "__id__": 519 }, "_enabled": true, "__prefab": { - "__id__": 457 + "__id__": 521 }, "_contentSize": { "__type__": "cc.Size", @@ -7729,11 +8572,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 455 + "__id__": 519 }, "_enabled": true, "__prefab": { - "__id__": 459 + "__id__": 523 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7787,24 +8630,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 442 + "__id__": 506 }, "_children": [ { - "__id__": 462 + "__id__": 526 } ], "_active": true, "_components": [ { - "__id__": 470 + "__id__": 534 }, { - "__id__": 472 + "__id__": 536 } ], "_prefab": { - "__id__": 474 + "__id__": 538 }, "_lpos": { "__type__": "cc.Vec3", @@ -7841,23 +8684,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 461 + "__id__": 525 }, "_children": [], "_active": false, "_components": [ { - "__id__": 463 + "__id__": 527 }, { - "__id__": 465 + "__id__": 529 }, { - "__id__": 467 + "__id__": 531 } ], "_prefab": { - "__id__": 469 + "__id__": 533 }, "_lpos": { "__type__": "cc.Vec3", @@ -7894,11 +8737,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 462 + "__id__": 526 }, "_enabled": true, "__prefab": { - "__id__": 464 + "__id__": 528 }, "_contentSize": { "__type__": "cc.Size", @@ -7922,11 +8765,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 462 + "__id__": 526 }, "_enabled": true, "__prefab": { - "__id__": 466 + "__id__": 530 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7990,11 +8833,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 462 + "__id__": 526 }, "_enabled": true, "__prefab": { - "__id__": 468 + "__id__": 532 }, "_alignFlags": 8, "_target": null, @@ -8039,11 +8882,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 461 + "__id__": 525 }, "_enabled": true, "__prefab": { - "__id__": 471 + "__id__": 535 }, "_contentSize": { "__type__": "cc.Size", @@ -8067,11 +8910,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 461 + "__id__": 525 }, "_enabled": true, "__prefab": { - "__id__": 473 + "__id__": 537 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8148,11 +8991,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 442 + "__id__": 506 }, "_enabled": true, "__prefab": { - "__id__": 476 + "__id__": 540 }, "_contentSize": { "__type__": "cc.Size", @@ -8176,11 +9019,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 442 + "__id__": 506 }, "_enabled": true, "__prefab": { - "__id__": 478 + "__id__": 542 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8231,20 +9074,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 425 + "__id__": 489 }, "_children": [], - "_active": false, + "_active": true, "_components": [ { - "__id__": 481 + "__id__": 545 }, { - "__id__": 483 + "__id__": 547 } ], "_prefab": { - "__id__": 485 + "__id__": 549 }, "_lpos": { "__type__": "cc.Vec3", @@ -8281,11 +9124,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 480 + "__id__": 544 }, "_enabled": true, "__prefab": { - "__id__": 482 + "__id__": 546 }, "_contentSize": { "__type__": "cc.Size", @@ -8309,11 +9152,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 480 + "__id__": 544 }, "_enabled": true, "__prefab": { - "__id__": 484 + "__id__": 548 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8388,17 +9231,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 425 + "__id__": 489 }, "_prefab": { - "__id__": 487 + "__id__": 551 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 486 + "__id__": 550 }, "asset": { "__uuid__": "86a3c4cd-71c7-4502-b713-65f0ace7912a", @@ -8406,7 +9249,7 @@ }, "fileId": "d3jYvT7whFS5scQFZeO5AK", "instance": { - "__id__": 488 + "__id__": 552 }, "targetOverrides": null }, @@ -8420,28 +9263,28 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 489 + "__id__": 553 }, { - "__id__": 491 + "__id__": 555 }, { - "__id__": 492 + "__id__": 556 }, { - "__id__": 493 + "__id__": 557 }, { - "__id__": 494 + "__id__": 558 }, { - "__id__": 496 + "__id__": 560 }, { - "__id__": 498 + "__id__": 562 }, { - "__id__": 500 + "__id__": 564 } ], "removedComponents": [] @@ -8449,7 +9292,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 490 + "__id__": 554 }, "propertyPath": [ "_name" @@ -8465,7 +9308,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 490 + "__id__": 554 }, "propertyPath": [ "_lpos" @@ -8480,7 +9323,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 490 + "__id__": 554 }, "propertyPath": [ "_lrot" @@ -8496,7 +9339,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 490 + "__id__": 554 }, "propertyPath": [ "_euler" @@ -8511,7 +9354,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 495 + "__id__": 559 }, "propertyPath": [ "_contentSize" @@ -8531,7 +9374,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 497 + "__id__": 561 }, "propertyPath": [ "_string" @@ -8547,7 +9390,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 499 + "__id__": 563 }, "propertyPath": [ "_contentSize" @@ -8567,7 +9410,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 490 + "__id__": 554 }, "propertyPath": [ "_active" @@ -8580,16 +9423,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 425 + "__id__": 489 }, "_enabled": true, "__prefab": { - "__id__": 502 + "__id__": 566 }, "_contentSize": { "__type__": "cc.Size", - "width": 90, - "height": 90 + "width": 706, + "height": 70 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -8608,18 +9451,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 425 + "__id__": 489 }, - "_enabled": false, + "_enabled": true, "__prefab": { - "__id__": 504 + "__id__": 568 }, "_alignFlags": 44, "_target": null, - "_left": 0, - "_right": 710, + "_left": 7, + "_right": 7, "_top": 0, - "_bottom": 5, + "_bottom": 22.662, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -8657,11 +9500,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 424 + "__id__": 488 }, "_enabled": true, "__prefab": { - "__id__": 507 + "__id__": 571 }, "_contentSize": { "__type__": "cc.Size", @@ -8685,11 +9528,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 424 + "__id__": 488 }, "_enabled": true, "__prefab": { - "__id__": 509 + "__id__": 573 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8727,18 +9570,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 424 + "__id__": 488 }, "_enabled": true, "__prefab": { - "__id__": 511 + "__id__": 575 }, "_alignFlags": 44, "_target": null, "_left": 0, "_right": 0, "_top": 0, - "_bottom": 0, + "_bottom": -18.045, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -8763,11 +9606,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 424 + "__id__": 488 }, "_enabled": false, "__prefab": { - "__id__": 513 + "__id__": 577 }, "_resizeMode": 0, "_layoutType": 1, @@ -8818,7 +9661,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 516 + "__id__": 580 }, "_contentSize": { "__type__": "cc.Size", @@ -8846,7 +9689,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 518 + "__id__": 582 }, "_alignFlags": 44, "_target": null, @@ -8882,7 +9725,7 @@ }, "_enabled": false, "__prefab": { - "__id__": 520 + "__id__": 584 }, "_resizeMode": 1, "_layoutType": 1, @@ -8920,7 +9763,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 522 + "__id__": 586 }, "_id": "" }, @@ -8951,32 +9794,32 @@ }, "_children": [ { - "__id__": 525 + "__id__": 589 }, { - "__id__": 533 + "__id__": 597 }, { - "__id__": 783 + "__id__": 789 } ], "_active": false, "_components": [ - { - "__id__": 853 - }, - { - "__id__": 855 - }, - { - "__id__": 857 - }, { "__id__": 859 + }, + { + "__id__": 861 + }, + { + "__id__": 863 + }, + { + "__id__": 865 } ], "_prefab": { - "__id__": 861 + "__id__": 867 }, "_lpos": { "__type__": "cc.Vec3", @@ -9013,23 +9856,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 524 + "__id__": 588 }, "_children": [], "_active": true, "_components": [ { - "__id__": 526 + "__id__": 590 }, { - "__id__": 528 + "__id__": 592 }, { - "__id__": 530 + "__id__": 594 } ], "_prefab": { - "__id__": 532 + "__id__": 596 }, "_lpos": { "__type__": "cc.Vec3", @@ -9066,11 +9909,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 525 + "__id__": 589 }, "_enabled": true, "__prefab": { - "__id__": 527 + "__id__": 591 }, "_contentSize": { "__type__": "cc.Size", @@ -9094,11 +9937,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 525 + "__id__": 589 }, "_enabled": true, "__prefab": { - "__id__": 529 + "__id__": 593 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9142,11 +9985,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 525 + "__id__": 589 }, "_enabled": true, "__prefab": { - "__id__": 531 + "__id__": 595 }, "_alignFlags": 45, "_target": null, @@ -9191,33 +10034,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 524 + "__id__": 588 }, "_children": [ { - "__id__": 534 + "__id__": 598 }, { - "__id__": 552 + "__id__": 616 } ], "_active": true, "_components": [ { - "__id__": 776 + "__id__": 782 }, { - "__id__": 778 + "__id__": 784 }, { - "__id__": 549 + "__id__": 613 }, { - "__id__": 780 + "__id__": 786 } ], "_prefab": { - "__id__": 782 + "__id__": 788 }, "_lpos": { "__type__": "cc.Vec3", @@ -9254,30 +10097,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 533 + "__id__": 597 }, "_children": [ { - "__id__": 535 + "__id__": 599 } ], "_active": false, "_components": [ { - "__id__": 541 + "__id__": 605 }, { - "__id__": 543 + "__id__": 607 }, { - "__id__": 545 + "__id__": 609 }, { - "__id__": 547 + "__id__": 611 } ], "_prefab": { - "__id__": 775 + "__id__": 781 }, "_lpos": { "__type__": "cc.Vec3", @@ -9314,20 +10157,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 534 + "__id__": 598 }, "_children": [], "_active": true, "_components": [ { - "__id__": 536 + "__id__": 600 }, { - "__id__": 538 + "__id__": 602 } ], "_prefab": { - "__id__": 540 + "__id__": 604 }, "_lpos": { "__type__": "cc.Vec3", @@ -9364,11 +10207,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 535 + "__id__": 599 }, "_enabled": true, "__prefab": { - "__id__": 537 + "__id__": 601 }, "_contentSize": { "__type__": "cc.Size", @@ -9392,11 +10235,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 535 + "__id__": 599 }, "_enabled": true, "__prefab": { - "__id__": 539 + "__id__": 603 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9450,11 +10293,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 534 + "__id__": 598 }, "_enabled": true, "__prefab": { - "__id__": 542 + "__id__": 606 }, "_contentSize": { "__type__": "cc.Size", @@ -9478,11 +10321,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 534 + "__id__": 598 }, "_enabled": true, "__prefab": { - "__id__": 544 + "__id__": 608 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9523,11 +10366,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 534 + "__id__": 598 }, "_enabled": true, "__prefab": { - "__id__": 546 + "__id__": 610 }, "_alignFlags": 37, "_target": null, @@ -9559,17 +10402,17 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 534 + "__id__": 598 }, "_enabled": true, "__prefab": { - "__id__": 548 + "__id__": 612 }, "_scrollView": { - "__id__": 549 + "__id__": 613 }, "_handle": { - "__id__": 538 + "__id__": 602 }, "_direction": 1, "_enableAutoHide": false, @@ -9586,11 +10429,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 533 + "__id__": 597 }, "_enabled": true, "__prefab": { - "__id__": 550 + "__id__": 614 }, "bounceDuration": 0.23, "brake": 0.75, @@ -9601,11 +10444,11 @@ "cancelInnerEvents": true, "scrollEvents": [], "_content": { - "__id__": 551 + "__id__": 615 }, "_horizontalScrollBar": null, "_verticalScrollBar": { - "__id__": 547 + "__id__": 611 }, "_id": "" }, @@ -9619,42 +10462,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 552 + "__id__": 616 }, "_children": [ { - "__id__": 562 + "__id__": 626 }, { - "__id__": 598 - }, - { - "__id__": 632 - }, - { - "__id__": 666 + "__id__": 663 }, { "__id__": 700 }, { - "__id__": 734 + "__id__": 737 } ], "_active": true, "_components": [ { - "__id__": 768 + "__id__": 774 }, { - "__id__": 770 + "__id__": 776 }, { - "__id__": 772 + "__id__": 778 } ], "_prefab": { - "__id__": 774 + "__id__": 780 }, "_lpos": { "__type__": "cc.Vec3", @@ -9691,30 +10528,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 533 + "__id__": 597 }, "_children": [ { - "__id__": 551 + "__id__": 615 } ], "_active": true, "_components": [ { - "__id__": 553 + "__id__": 617 }, { - "__id__": 555 + "__id__": 619 }, { - "__id__": 557 + "__id__": 621 }, { - "__id__": 559 + "__id__": 623 } ], "_prefab": { - "__id__": 561 + "__id__": 625 }, "_lpos": { "__type__": "cc.Vec3", @@ -9751,11 +10588,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 552 + "__id__": 616 }, "_enabled": true, "__prefab": { - "__id__": 554 + "__id__": 618 }, "_contentSize": { "__type__": "cc.Size", @@ -9779,11 +10616,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 552 + "__id__": 616 }, "_enabled": true, "__prefab": { - "__id__": 556 + "__id__": 620 }, "_type": 0, "_inverted": false, @@ -9801,11 +10638,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 552 + "__id__": 616 }, "_enabled": true, "__prefab": { - "__id__": 558 + "__id__": 622 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9847,11 +10684,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 552 + "__id__": 616 }, "_enabled": true, "__prefab": { - "__id__": 560 + "__id__": 624 }, "_alignFlags": 45, "_target": null, @@ -9894,17 +10731,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 551 + "__id__": 615 }, "_prefab": { - "__id__": 563 + "__id__": 627 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 562 + "__id__": 626 }, "asset": { "__uuid__": "f30f91b1-3100-4d9e-befb-cdde5f86e6f8", @@ -9912,17 +10749,17 @@ }, "fileId": "5dVotvOAFMoaprbNZVAkgY", "instance": { - "__id__": 564 + "__id__": 628 }, "targetOverrides": [ { - "__id__": 595 + "__id__": 660 } ] }, { "__type__": "cc.PrefabInstance", - "fileId": "ad9XdaA5ND7KekBW/q9Ib5", + "fileId": "49BFPuZ7pOf5W6RC1VQh+8", "prefabRootNode": { "__id__": 1 }, @@ -9930,55 +10767,55 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 565 + "__id__": 629 }, { - "__id__": 567 + "__id__": 631 }, { - "__id__": 568 + "__id__": 632 }, { - "__id__": 569 + "__id__": 633 }, { - "__id__": 570 + "__id__": 634 }, { - "__id__": 572 + "__id__": 636 }, { - "__id__": 573 + "__id__": 638 }, { - "__id__": 575 + "__id__": 640 }, { - "__id__": 577 + "__id__": 642 }, { - "__id__": 579 + "__id__": 644 }, { - "__id__": 581 + "__id__": 646 }, { - "__id__": 583 + "__id__": 648 }, { - "__id__": 585 + "__id__": 650 }, { - "__id__": 587 + "__id__": 652 }, { - "__id__": 589 + "__id__": 654 }, { - "__id__": 591 + "__id__": 656 }, { - "__id__": 593 + "__id__": 658 } ], "removedComponents": [] @@ -9986,7 +10823,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 566 + "__id__": 630 }, "propertyPath": [ "_name" @@ -10002,866 +10839,22 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 566 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": -50, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 566 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 566 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 571 - }, - "propertyPath": [ - "_spriteFrame" - ], - "value": { - "__uuid__": "2842dc10-d89e-4ff6-8a11-6d09bf48cf20@048d1", - "__expectedType__": "cc.SpriteFrame" - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "8amwNREnBNi5jgoZM6EcN7", - "075wC9BqZNpKBHWkkHGa0w" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 571 - }, - "propertyPath": [ - "_atlas" - ], - "value": { - "__uuid__": "2842dc10-d89e-4ff6-8a11-6d09bf48cf20", - "__expectedType__": "cc.SpriteAtlas" - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 574 - }, - "propertyPath": [ - "icon_node" - ], - "value": null - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "e3eNCv9YFCwpf4IreyADeV" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 576 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": -289.304, - "y": 0, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "8amwNREnBNi5jgoZM6EcN7", - "c46/YsCPVOJYA4mWEpNYRx" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 578 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": -251.748, - "y": 16.571, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "64sBr99yBIPIbpxdil4ZY0" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 580 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": -140, - "y": 0, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "894Jil2OhD84XdOP9fS7Ua" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 582 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": -226.423, - "y": -14.317, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "61QiOHUa9NSaXFmTwZIc/5" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 584 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 680, - "height": 100 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "01picFBtJMhp/LBDdXi1y9" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 586 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 680, - "height": 100 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "ebGpxIqSdIv6fkOO/sMqRq" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 588 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 674, - "height": 94 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "f6ImHGGo1Dn4y6eqPXskVc" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 590 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 672, - "height": 91 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "b3Hd6IBIdCyL31B4okKyNr" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 592 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 680, - "height": 100 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "028fTeRwNNT7dIlwGBZemG" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 594 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 380, - "height": 70 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "23zkFGCNdKFYEAZu1hO0ZD" - ] - }, - { - "__type__": "cc.TargetOverrideInfo", - "source": null, - "sourceInfo": null, - "propertyPath": [ - "icon_node" - ], - "target": { - "__id__": 596 - }, - "targetInfo": { - "__id__": 597 - } - }, - { - "__type__": "cc.Node", - "__editorExtras__": {} - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "a33ReyWcpAoZY5ieotS6Ir" - ] - }, - { - "__type__": "cc.Node", - "_objFlags": 0, - "_parent": { - "__id__": 551 - }, - "_prefab": { - "__id__": 599 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 598 - }, - "asset": { - "__uuid__": "f30f91b1-3100-4d9e-befb-cdde5f86e6f8", - "__expectedType__": "cc.Prefab" - }, - "fileId": "5dVotvOAFMoaprbNZVAkgY", - "instance": { - "__id__": 600 - }, - "targetOverrides": [ - { - "__id__": 629 - } - ] - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "9cj2hSaBZFwJGTUWvqbwpK", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 601 - }, - { - "__id__": 603 - }, - { - "__id__": 604 - }, - { - "__id__": 605 - }, - { - "__id__": 606 - }, - { - "__id__": 608 - }, - { - "__id__": 609 - }, - { - "__id__": 611 - }, - { - "__id__": 613 - }, - { - "__id__": 615 - }, - { - "__id__": 617 - }, - { - "__id__": 619 - }, - { - "__id__": 621 - }, - { - "__id__": 623 - }, - { - "__id__": 625 - }, - { - "__id__": 627 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 602 - }, - "propertyPath": [ - "_name" - ], - "value": "equip-001" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "5dVotvOAFMoaprbNZVAkgY" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 602 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": -155, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 602 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 602 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 607 - }, - "propertyPath": [ - "_spriteFrame" - ], - "value": { - "__uuid__": "2842dc10-d89e-4ff6-8a11-6d09bf48cf20@048d1", - "__expectedType__": "cc.SpriteFrame" - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "8amwNREnBNi5jgoZM6EcN7", - "075wC9BqZNpKBHWkkHGa0w" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 607 - }, - "propertyPath": [ - "_atlas" - ], - "value": { - "__uuid__": "2842dc10-d89e-4ff6-8a11-6d09bf48cf20", - "__expectedType__": "cc.SpriteAtlas" - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 610 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": -289.304, - "y": 0, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "8amwNREnBNi5jgoZM6EcN7", - "c46/YsCPVOJYA4mWEpNYRx" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 612 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": -251.748, - "y": 16.571, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "64sBr99yBIPIbpxdil4ZY0" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 614 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": -140, - "y": 0, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "894Jil2OhD84XdOP9fS7Ua" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 616 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": -226.423, - "y": -14.317, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "61QiOHUa9NSaXFmTwZIc/5" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 618 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 680, - "height": 100 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "01picFBtJMhp/LBDdXi1y9" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 620 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 680, - "height": 100 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "ebGpxIqSdIv6fkOO/sMqRq" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 622 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 674, - "height": 94 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "f6ImHGGo1Dn4y6eqPXskVc" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 624 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 672, - "height": 91 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "b3Hd6IBIdCyL31B4okKyNr" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 626 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 680, - "height": 100 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "028fTeRwNNT7dIlwGBZemG" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 628 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 380, - "height": 70 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "23zkFGCNdKFYEAZu1hO0ZD" - ] - }, - { - "__type__": "cc.TargetOverrideInfo", - "source": null, - "sourceInfo": null, - "propertyPath": [ - "icon_node" - ], - "target": { "__id__": 630 }, - "targetInfo": { - "__id__": 631 - } - }, - { - "__type__": "cc.Node", - "__editorExtras__": {} - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "a33ReyWcpAoZY5ieotS6Ir" - ] - }, - { - "__type__": "cc.Node", - "_objFlags": 0, - "_parent": { - "__id__": 551 - }, - "_prefab": { - "__id__": 633 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 632 - }, - "asset": { - "__uuid__": "f30f91b1-3100-4d9e-befb-cdde5f86e6f8", - "__expectedType__": "cc.Prefab" - }, - "fileId": "5dVotvOAFMoaprbNZVAkgY", - "instance": { - "__id__": 634 - }, - "targetOverrides": [ - { - "__id__": 663 - } - ] - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "98f29i75JGcqs6Hf8DDhkX", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 635 - }, - { - "__id__": 637 - }, - { - "__id__": 638 - }, - { - "__id__": 639 - }, - { - "__id__": 640 - }, - { - "__id__": 642 - }, - { - "__id__": 643 - }, - { - "__id__": 645 - }, - { - "__id__": 647 - }, - { - "__id__": 649 - }, - { - "__id__": 651 - }, - { - "__id__": 653 - }, - { - "__id__": 655 - }, - { - "__id__": 657 - }, - { - "__id__": 659 - }, - { - "__id__": 661 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 636 - }, - "propertyPath": [ - "_name" - ], - "value": "equip-002" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "5dVotvOAFMoaprbNZVAkgY" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 636 - }, "propertyPath": [ "_lpos" ], "value": { "__type__": "cc.Vec3", "x": 0, - "y": -260, + "y": -60, "z": 0 } }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 636 + "__id__": 630 }, "propertyPath": [ "_lrot" @@ -10877,7 +10870,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 636 + "__id__": 630 }, "propertyPath": [ "_euler" @@ -10892,21 +10885,61 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 641 + "__id__": 635 }, "propertyPath": [ - "_spriteFrame" + "_contentSize" ], "value": { - "__uuid__": "2842dc10-d89e-4ff6-8a11-6d09bf48cf20@048d1", - "__expectedType__": "cc.SpriteFrame" + "__type__": "cc.Size", + "width": 680, + "height": 120 } }, { "__type__": "cc.TargetInfo", "localID": [ - "8amwNREnBNi5jgoZM6EcN7", - "075wC9BqZNpKBHWkkHGa0w" + "01picFBtJMhp/LBDdXi1y9" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 637 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 680, + "height": 120 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "ebGpxIqSdIv6fkOO/sMqRq" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 639 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 674, + "height": 114 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "f6ImHGGo1Dn4y6eqPXskVc" ] }, { @@ -10915,25 +10948,52 @@ "__id__": 641 }, "propertyPath": [ - "_atlas" + "_contentSize" ], "value": { - "__uuid__": "2842dc10-d89e-4ff6-8a11-6d09bf48cf20", - "__expectedType__": "cc.SpriteAtlas" + "__type__": "cc.Size", + "width": 672, + "height": 111 } }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "b3Hd6IBIdCyL31B4okKyNr" + ] + }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 644 + "__id__": 643 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 680, + "height": 120 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "028fTeRwNNT7dIlwGBZemG" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 645 }, "propertyPath": [ "_lpos" ], "value": { "__type__": "cc.Vec3", - "x": -289.304, - "y": 0, + "x": -286.092, + "y": 2.693, "z": 0 } }, @@ -10947,15 +11007,15 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 646 + "__id__": 647 }, "propertyPath": [ "_lpos" ], "value": { "__type__": "cc.Vec3", - "x": -251.748, - "y": 16.571, + "x": -245.78699999999998, + "y": 38.564, "z": 0 } }, @@ -10968,15 +11028,35 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 648 + "__id__": 649 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 460, + "height": 70 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "23zkFGCNdKFYEAZu1hO0ZD" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 651 }, "propertyPath": [ "_lpos" ], "value": { "__type__": "cc.Vec3", - "x": -140, - "y": 0, + "x": -245, + "y": -11.445000000000007, "z": 0 } }, @@ -10989,15 +11069,75 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 650 + "__id__": 653 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 460, + "height": 23.333333333333332 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "69O8ConsBKvLQ5AKQ66wo0" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 655 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 460, + "height": 23.333333333333332 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "2fZ5IbrfpGAZL8NHWcCmSI" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 657 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 460, + "height": 23.333333333333332 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "4bzdV65RFKkoWfWLPUitf0" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 659 }, "propertyPath": [ "_lpos" ], "value": { "__type__": "cc.Vec3", - "x": -226.423, - "y": -14.317, + "x": -130.389, + "y": 39.317, "z": 0 } }, @@ -11007,126 +11147,6 @@ "61QiOHUa9NSaXFmTwZIc/5" ] }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 652 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 680, - "height": 100 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "01picFBtJMhp/LBDdXi1y9" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 654 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 680, - "height": 100 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "ebGpxIqSdIv6fkOO/sMqRq" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 656 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 674, - "height": 94 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "f6ImHGGo1Dn4y6eqPXskVc" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 658 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 672, - "height": 91 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "b3Hd6IBIdCyL31B4okKyNr" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 660 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 680, - "height": 100 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "028fTeRwNNT7dIlwGBZemG" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 662 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 380, - "height": 70 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "23zkFGCNdKFYEAZu1hO0ZD" - ] - }, { "__type__": "cc.TargetOverrideInfo", "source": null, @@ -11135,10 +11155,10 @@ "icon_node" ], "target": { - "__id__": 664 + "__id__": 661 }, "targetInfo": { - "__id__": 665 + "__id__": 662 } }, { @@ -11155,17 +11175,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 551 + "__id__": 615 }, "_prefab": { - "__id__": 667 + "__id__": 664 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 666 + "__id__": 663 }, "asset": { "__uuid__": "f30f91b1-3100-4d9e-befb-cdde5f86e6f8", @@ -11173,7 +11193,7 @@ }, "fileId": "5dVotvOAFMoaprbNZVAkgY", "instance": { - "__id__": 668 + "__id__": 665 }, "targetOverrides": [ { @@ -11183,30 +11203,33 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "0bTyFKBP5H97y/5g3I/kYa", + "fileId": "625+751Z9E84yqcoQyR0fl", "prefabRootNode": { "__id__": 1 }, "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ + { + "__id__": 666 + }, + { + "__id__": 668 + }, { "__id__": 669 }, + { + "__id__": 670 + }, { "__id__": 671 }, - { - "__id__": 672 - }, { "__id__": 673 }, { - "__id__": 674 - }, - { - "__id__": 676 + "__id__": 675 }, { "__id__": 677 @@ -11244,12 +11267,12 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 670 + "__id__": 667 }, "propertyPath": [ "_name" ], - "value": "equip-003" + "value": "equip" }, { "__type__": "cc.TargetInfo", @@ -11260,7 +11283,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 670 + "__id__": 667 }, "propertyPath": [ "_lpos" @@ -11268,14 +11291,14 @@ "value": { "__type__": "cc.Vec3", "x": 0, - "y": -365, + "y": -185, "z": 0 } }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 670 + "__id__": 667 }, "propertyPath": [ "_lrot" @@ -11291,7 +11314,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 670 + "__id__": 667 }, "propertyPath": [ "_euler" @@ -11306,48 +11329,115 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 675 + "__id__": 672 }, "propertyPath": [ - "_spriteFrame" + "_contentSize" ], "value": { - "__uuid__": "2842dc10-d89e-4ff6-8a11-6d09bf48cf20@048d1", - "__expectedType__": "cc.SpriteFrame" + "__type__": "cc.Size", + "width": 680, + "height": 120 } }, { "__type__": "cc.TargetInfo", "localID": [ - "8amwNREnBNi5jgoZM6EcN7", - "075wC9BqZNpKBHWkkHGa0w" + "01picFBtJMhp/LBDdXi1y9" ] }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 675 + "__id__": 674 }, "propertyPath": [ - "_atlas" + "_contentSize" ], "value": { - "__uuid__": "2842dc10-d89e-4ff6-8a11-6d09bf48cf20", - "__expectedType__": "cc.SpriteAtlas" + "__type__": "cc.Size", + "width": 680, + "height": 120 } }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "ebGpxIqSdIv6fkOO/sMqRq" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 676 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 674, + "height": 114 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "f6ImHGGo1Dn4y6eqPXskVc" + ] + }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { "__id__": 678 }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 672, + "height": 111 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "b3Hd6IBIdCyL31B4okKyNr" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 680 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 680, + "height": 120 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "028fTeRwNNT7dIlwGBZemG" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 682 + }, "propertyPath": [ "_lpos" ], "value": { "__type__": "cc.Vec3", - "x": -289.304, - "y": 0, + "x": -286.092, + "y": 2.693, "z": 0 } }, @@ -11361,15 +11451,15 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 680 + "__id__": 684 }, "propertyPath": [ "_lpos" ], "value": { "__type__": "cc.Vec3", - "x": -251.748, - "y": 16.571, + "x": -245.78699999999998, + "y": 38.564, "z": 0 } }, @@ -11382,15 +11472,35 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 682 + "__id__": 686 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 460, + "height": 70 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "23zkFGCNdKFYEAZu1hO0ZD" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 688 }, "propertyPath": [ "_lpos" ], "value": { "__type__": "cc.Vec3", - "x": -140, - "y": 0, + "x": -245, + "y": -11.445000000000007, "z": 0 } }, @@ -11400,67 +11510,6 @@ "894Jil2OhD84XdOP9fS7Ua" ] }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 684 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": -226.423, - "y": -14.317, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "61QiOHUa9NSaXFmTwZIc/5" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 686 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 680, - "height": 100 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "01picFBtJMhp/LBDdXi1y9" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 688 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 680, - "height": 100 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "ebGpxIqSdIv6fkOO/sMqRq" - ] - }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { @@ -11471,14 +11520,14 @@ ], "value": { "__type__": "cc.Size", - "width": 674, - "height": 94 + "width": 460, + "height": 23.333333333333332 } }, { "__type__": "cc.TargetInfo", "localID": [ - "f6ImHGGo1Dn4y6eqPXskVc" + "69O8ConsBKvLQ5AKQ66wo0" ] }, { @@ -11491,14 +11540,14 @@ ], "value": { "__type__": "cc.Size", - "width": 672, - "height": 91 + "width": 460, + "height": 23.333333333333332 } }, { "__type__": "cc.TargetInfo", "localID": [ - "b3Hd6IBIdCyL31B4okKyNr" + "2fZ5IbrfpGAZL8NHWcCmSI" ] }, { @@ -11511,14 +11560,14 @@ ], "value": { "__type__": "cc.Size", - "width": 680, - "height": 100 + "width": 460, + "height": 23.333333333333332 } }, { "__type__": "cc.TargetInfo", "localID": [ - "028fTeRwNNT7dIlwGBZemG" + "4bzdV65RFKkoWfWLPUitf0" ] }, { @@ -11527,18 +11576,19 @@ "__id__": 696 }, "propertyPath": [ - "_contentSize" + "_lpos" ], "value": { - "__type__": "cc.Size", - "width": 380, - "height": 70 + "__type__": "cc.Vec3", + "x": -130.389, + "y": 39.317, + "z": 0 } }, { "__type__": "cc.TargetInfo", "localID": [ - "23zkFGCNdKFYEAZu1hO0ZD" + "61QiOHUa9NSaXFmTwZIc/5" ] }, { @@ -11569,7 +11619,7 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 551 + "__id__": 615 }, "_prefab": { "__id__": 701 @@ -11591,13 +11641,13 @@ }, "targetOverrides": [ { - "__id__": 731 + "__id__": 734 } ] }, { "__type__": "cc.PrefabInstance", - "fileId": "acIiFvrUJFzLcKnqPIsJ72", + "fileId": "a3+spFpsNBNYUYErDp2k7A", "prefabRootNode": { "__id__": 1 }, @@ -11623,34 +11673,37 @@ "__id__": 710 }, { - "__id__": 711 + "__id__": 712 }, { - "__id__": 713 + "__id__": 714 }, { - "__id__": 715 + "__id__": 716 }, { - "__id__": 717 + "__id__": 718 }, { - "__id__": 719 + "__id__": 720 }, { - "__id__": 721 + "__id__": 722 }, { - "__id__": 723 + "__id__": 724 }, { - "__id__": 725 + "__id__": 726 }, { - "__id__": 727 + "__id__": 728 }, { - "__id__": 729 + "__id__": 730 + }, + { + "__id__": 732 } ], "removedComponents": [] @@ -11663,7 +11716,7 @@ "propertyPath": [ "_name" ], - "value": "equip-004" + "value": "equip" }, { "__type__": "cc.TargetInfo", @@ -11682,7 +11735,7 @@ "value": { "__type__": "cc.Vec3", "x": 0, - "y": -470, + "y": -310, "z": 0 } }, @@ -11723,45 +11776,112 @@ "__id__": 709 }, "propertyPath": [ - "_spriteFrame" + "_contentSize" ], "value": { - "__uuid__": "2842dc10-d89e-4ff6-8a11-6d09bf48cf20@048d1", - "__expectedType__": "cc.SpriteFrame" + "__type__": "cc.Size", + "width": 680, + "height": 120 } }, { "__type__": "cc.TargetInfo", "localID": [ - "8amwNREnBNi5jgoZM6EcN7", - "075wC9BqZNpKBHWkkHGa0w" + "01picFBtJMhp/LBDdXi1y9" ] }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 709 + "__id__": 711 }, "propertyPath": [ - "_atlas" + "_contentSize" ], "value": { - "__uuid__": "2842dc10-d89e-4ff6-8a11-6d09bf48cf20", - "__expectedType__": "cc.SpriteAtlas" + "__type__": "cc.Size", + "width": 680, + "height": 120 } }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "ebGpxIqSdIv6fkOO/sMqRq" + ] + }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 712 + "__id__": 713 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 674, + "height": 114 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "f6ImHGGo1Dn4y6eqPXskVc" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 715 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 672, + "height": 111 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "b3Hd6IBIdCyL31B4okKyNr" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 717 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 680, + "height": 120 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "028fTeRwNNT7dIlwGBZemG" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 719 }, "propertyPath": [ "_lpos" ], "value": { "__type__": "cc.Vec3", - "x": -289.304, - "y": 0, + "x": -286.092, + "y": 2.693, "z": 0 } }, @@ -11775,15 +11895,15 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 714 + "__id__": 721 }, "propertyPath": [ "_lpos" ], "value": { "__type__": "cc.Vec3", - "x": -251.748, - "y": 16.571, + "x": -245.78699999999998, + "y": 38.564, "z": 0 } }, @@ -11796,15 +11916,35 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 716 + "__id__": 723 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 460, + "height": 70 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "23zkFGCNdKFYEAZu1hO0ZD" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 725 }, "propertyPath": [ "_lpos" ], "value": { "__type__": "cc.Vec3", - "x": -140, - "y": 0, + "x": -245, + "y": -11.445000000000007, "z": 0 } }, @@ -11817,15 +11957,75 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 718 + "__id__": 727 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 460, + "height": 23.333333333333332 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "69O8ConsBKvLQ5AKQ66wo0" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 729 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 460, + "height": 23.333333333333332 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "2fZ5IbrfpGAZL8NHWcCmSI" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 731 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 460, + "height": 23.333333333333332 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "4bzdV65RFKkoWfWLPUitf0" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 733 }, "propertyPath": [ "_lpos" ], "value": { "__type__": "cc.Vec3", - "x": -226.423, - "y": -14.317, + "x": -130.389, + "y": 39.317, "z": 0 } }, @@ -11835,126 +12035,6 @@ "61QiOHUa9NSaXFmTwZIc/5" ] }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 720 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 680, - "height": 100 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "01picFBtJMhp/LBDdXi1y9" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 722 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 680, - "height": 100 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "ebGpxIqSdIv6fkOO/sMqRq" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 724 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 674, - "height": 94 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "f6ImHGGo1Dn4y6eqPXskVc" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 726 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 672, - "height": 91 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "b3Hd6IBIdCyL31B4okKyNr" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 728 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 680, - "height": 100 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "028fTeRwNNT7dIlwGBZemG" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 730 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 380, - "height": 70 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "23zkFGCNdKFYEAZu1hO0ZD" - ] - }, { "__type__": "cc.TargetOverrideInfo", "source": null, @@ -11963,10 +12043,10 @@ "icon_node" ], "target": { - "__id__": 732 + "__id__": 735 }, "targetInfo": { - "__id__": 733 + "__id__": 736 } }, { @@ -11983,17 +12063,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 551 + "__id__": 615 }, "_prefab": { - "__id__": 735 + "__id__": 738 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 734 + "__id__": 737 }, "asset": { "__uuid__": "f30f91b1-3100-4d9e-befb-cdde5f86e6f8", @@ -12001,37 +12081,31 @@ }, "fileId": "5dVotvOAFMoaprbNZVAkgY", "instance": { - "__id__": 736 + "__id__": 739 }, "targetOverrides": [ { - "__id__": 765 + "__id__": 771 } ] }, { "__type__": "cc.PrefabInstance", - "fileId": "cf1KkvyoBGAqDDh/iwZVe1", + "fileId": "e8PVLYALdOKISxIpxor04M", "prefabRootNode": { "__id__": 1 }, "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 737 - }, - { - "__id__": 739 - }, { "__id__": 740 }, { - "__id__": 741 + "__id__": 742 }, { - "__id__": 742 + "__id__": 743 }, { "__id__": 744 @@ -12065,6 +12139,15 @@ }, { "__id__": 763 + }, + { + "__id__": 765 + }, + { + "__id__": 767 + }, + { + "__id__": 769 } ], "removedComponents": [] @@ -12072,12 +12155,12 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 738 + "__id__": 741 }, "propertyPath": [ "_name" ], - "value": "equip-005" + "value": "equip" }, { "__type__": "cc.TargetInfo", @@ -12088,7 +12171,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 738 + "__id__": 741 }, "propertyPath": [ "_lpos" @@ -12096,14 +12179,14 @@ "value": { "__type__": "cc.Vec3", "x": 0, - "y": -575, + "y": -435, "z": 0 } }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 738 + "__id__": 741 }, "propertyPath": [ "_lrot" @@ -12119,7 +12202,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 738 + "__id__": 741 }, "propertyPath": [ "_euler" @@ -12131,59 +12214,24 @@ "z": 0 } }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 743 - }, - "propertyPath": [ - "_spriteFrame" - ], - "value": { - "__uuid__": "2842dc10-d89e-4ff6-8a11-6d09bf48cf20@048d1", - "__expectedType__": "cc.SpriteFrame" - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "8amwNREnBNi5jgoZM6EcN7", - "075wC9BqZNpKBHWkkHGa0w" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 743 - }, - "propertyPath": [ - "_atlas" - ], - "value": { - "__uuid__": "2842dc10-d89e-4ff6-8a11-6d09bf48cf20", - "__expectedType__": "cc.SpriteAtlas" - } - }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { "__id__": 746 }, "propertyPath": [ - "_lpos" + "_contentSize" ], "value": { - "__type__": "cc.Vec3", - "x": -289.304, - "y": 0, - "z": 0 + "__type__": "cc.Size", + "width": 680, + "height": 120 } }, { "__type__": "cc.TargetInfo", "localID": [ - "8amwNREnBNi5jgoZM6EcN7", - "c46/YsCPVOJYA4mWEpNYRx" + "01picFBtJMhp/LBDdXi1y9" ] }, { @@ -12192,19 +12240,18 @@ "__id__": 748 }, "propertyPath": [ - "_lpos" + "_contentSize" ], "value": { - "__type__": "cc.Vec3", - "x": -251.748, - "y": 16.571, - "z": 0 + "__type__": "cc.Size", + "width": 680, + "height": 120 } }, { "__type__": "cc.TargetInfo", "localID": [ - "64sBr99yBIPIbpxdil4ZY0" + "ebGpxIqSdIv6fkOO/sMqRq" ] }, { @@ -12213,19 +12260,18 @@ "__id__": 750 }, "propertyPath": [ - "_lpos" + "_contentSize" ], "value": { - "__type__": "cc.Vec3", - "x": -140, - "y": 0, - "z": 0 + "__type__": "cc.Size", + "width": 674, + "height": 114 } }, { "__type__": "cc.TargetInfo", "localID": [ - "894Jil2OhD84XdOP9fS7Ua" + "f6ImHGGo1Dn4y6eqPXskVc" ] }, { @@ -12234,19 +12280,18 @@ "__id__": 752 }, "propertyPath": [ - "_lpos" + "_contentSize" ], "value": { - "__type__": "cc.Vec3", - "x": -226.423, - "y": -14.317, - "z": 0 + "__type__": "cc.Size", + "width": 672, + "height": 111 } }, { "__type__": "cc.TargetInfo", "localID": [ - "61QiOHUa9NSaXFmTwZIc/5" + "b3Hd6IBIdCyL31B4okKyNr" ] }, { @@ -12260,13 +12305,13 @@ "value": { "__type__": "cc.Size", "width": 680, - "height": 100 + "height": 120 } }, { "__type__": "cc.TargetInfo", "localID": [ - "01picFBtJMhp/LBDdXi1y9" + "028fTeRwNNT7dIlwGBZemG" ] }, { @@ -12275,18 +12320,20 @@ "__id__": 756 }, "propertyPath": [ - "_contentSize" + "_lpos" ], "value": { - "__type__": "cc.Size", - "width": 680, - "height": 100 + "__type__": "cc.Vec3", + "x": -286.092, + "y": 2.693, + "z": 0 } }, { "__type__": "cc.TargetInfo", "localID": [ - "ebGpxIqSdIv6fkOO/sMqRq" + "8amwNREnBNi5jgoZM6EcN7", + "c46/YsCPVOJYA4mWEpNYRx" ] }, { @@ -12295,18 +12342,19 @@ "__id__": 758 }, "propertyPath": [ - "_contentSize" + "_lpos" ], "value": { - "__type__": "cc.Size", - "width": 674, - "height": 94 + "__type__": "cc.Vec3", + "x": -245.78699999999998, + "y": 38.564, + "z": 0 } }, { "__type__": "cc.TargetInfo", "localID": [ - "f6ImHGGo1Dn4y6eqPXskVc" + "64sBr99yBIPIbpxdil4ZY0" ] }, { @@ -12319,14 +12367,14 @@ ], "value": { "__type__": "cc.Size", - "width": 672, - "height": 91 + "width": 460, + "height": 70 } }, { "__type__": "cc.TargetInfo", "localID": [ - "b3Hd6IBIdCyL31B4okKyNr" + "23zkFGCNdKFYEAZu1hO0ZD" ] }, { @@ -12335,18 +12383,19 @@ "__id__": 762 }, "propertyPath": [ - "_contentSize" + "_lpos" ], "value": { - "__type__": "cc.Size", - "width": 680, - "height": 100 + "__type__": "cc.Vec3", + "x": -245, + "y": -11.445000000000007, + "z": 0 } }, { "__type__": "cc.TargetInfo", "localID": [ - "028fTeRwNNT7dIlwGBZemG" + "894Jil2OhD84XdOP9fS7Ua" ] }, { @@ -12359,14 +12408,75 @@ ], "value": { "__type__": "cc.Size", - "width": 380, - "height": 70 + "width": 460, + "height": 23.333333333333332 } }, { "__type__": "cc.TargetInfo", "localID": [ - "23zkFGCNdKFYEAZu1hO0ZD" + "69O8ConsBKvLQ5AKQ66wo0" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 766 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 460, + "height": 23.333333333333332 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "2fZ5IbrfpGAZL8NHWcCmSI" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 768 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 460, + "height": 23.333333333333332 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "4bzdV65RFKkoWfWLPUitf0" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 770 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": -130.389, + "y": 39.317, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "61QiOHUa9NSaXFmTwZIc/5" ] }, { @@ -12377,10 +12487,10 @@ "icon_node" ], "target": { - "__id__": 766 + "__id__": 772 }, "targetInfo": { - "__id__": 767 + "__id__": 773 } }, { @@ -12399,11 +12509,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 551 + "__id__": 615 }, "_enabled": true, "__prefab": { - "__id__": 769 + "__id__": 775 }, "_contentSize": { "__type__": "cc.Size", @@ -12427,11 +12537,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 551 + "__id__": 615 }, "_enabled": true, "__prefab": { - "__id__": 771 + "__id__": 777 }, "_alignFlags": 41, "_target": null, @@ -12463,11 +12573,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 551 + "__id__": 615 }, "_enabled": true, "__prefab": { - "__id__": 773 + "__id__": 779 }, "_resizeMode": 0, "_layoutType": 2, @@ -12527,11 +12637,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 533 + "__id__": 597 }, "_enabled": true, "__prefab": { - "__id__": 777 + "__id__": 783 }, "_contentSize": { "__type__": "cc.Size", @@ -12555,11 +12665,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 533 + "__id__": 597 }, "_enabled": false, "__prefab": { - "__id__": 779 + "__id__": 785 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12600,11 +12710,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 533 + "__id__": 597 }, "_enabled": true, "__prefab": { - "__id__": 781 + "__id__": 787 }, "_alignFlags": 45, "_target": null, @@ -12649,30 +12759,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 524 + "__id__": 588 }, "_children": [ { - "__id__": 784 + "__id__": 790 } ], "_active": true, "_components": [ - { - "__id__": 844 - }, - { - "__id__": 846 - }, - { - "__id__": 848 - }, { "__id__": 850 + }, + { + "__id__": 852 + }, + { + "__id__": 854 + }, + { + "__id__": 856 } ], "_prefab": { - "__id__": 852 + "__id__": 858 }, "_lpos": { "__type__": "cc.Vec3", @@ -12709,36 +12819,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 783 + "__id__": 789 }, "_children": [ { - "__id__": 785 + "__id__": 791 }, { - "__id__": 799 + "__id__": 805 }, { - "__id__": 807 + "__id__": 813 }, { - "__id__": 815 + "__id__": 821 }, { - "__id__": 833 + "__id__": 839 } ], "_active": false, "_components": [ { - "__id__": 839 + "__id__": 845 }, { - "__id__": 841 + "__id__": 847 } ], "_prefab": { - "__id__": 843 + "__id__": 849 }, "_lpos": { "__type__": "cc.Vec3", @@ -12773,17 +12883,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 784 + "__id__": 790 }, "_prefab": { - "__id__": 786 + "__id__": 792 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 785 + "__id__": 791 }, "asset": { "__uuid__": "86a3c4cd-71c7-4502-b713-65f0ace7912a", @@ -12791,7 +12901,7 @@ }, "fileId": "d3jYvT7whFS5scQFZeO5AK", "instance": { - "__id__": 787 + "__id__": 793 }, "targetOverrides": null }, @@ -12805,25 +12915,25 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 788 + "__id__": 794 }, { - "__id__": 790 - }, - { - "__id__": 791 - }, - { - "__id__": 792 - }, - { - "__id__": 793 - }, - { - "__id__": 795 + "__id__": 796 }, { "__id__": 797 + }, + { + "__id__": 798 + }, + { + "__id__": 799 + }, + { + "__id__": 801 + }, + { + "__id__": 803 } ], "removedComponents": [] @@ -12831,7 +12941,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 789 + "__id__": 795 }, "propertyPath": [ "_name" @@ -12847,7 +12957,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 789 + "__id__": 795 }, "propertyPath": [ "_lpos" @@ -12862,7 +12972,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 789 + "__id__": 795 }, "propertyPath": [ "_lrot" @@ -12878,7 +12988,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 789 + "__id__": 795 }, "propertyPath": [ "_euler" @@ -12893,7 +13003,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 794 + "__id__": 800 }, "propertyPath": [ "_contentSize" @@ -12913,7 +13023,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 796 + "__id__": 802 }, "propertyPath": [ "_string" @@ -12929,7 +13039,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 798 + "__id__": 804 }, "propertyPath": [ "_contentSize" @@ -12952,23 +13062,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 784 + "__id__": 790 }, "_children": [], "_active": true, "_components": [ { - "__id__": 800 + "__id__": 806 }, { - "__id__": 802 + "__id__": 808 }, { - "__id__": 804 + "__id__": 810 } ], "_prefab": { - "__id__": 806 + "__id__": 812 }, "_lpos": { "__type__": "cc.Vec3", @@ -13005,11 +13115,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 799 + "__id__": 805 }, "_enabled": true, "__prefab": { - "__id__": 801 + "__id__": 807 }, "_contentSize": { "__type__": "cc.Size", @@ -13033,11 +13143,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 799 + "__id__": 805 }, "_enabled": true, "__prefab": { - "__id__": 803 + "__id__": 809 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13081,11 +13191,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 799 + "__id__": 805 }, "_enabled": true, "__prefab": { - "__id__": 805 + "__id__": 811 }, "_alignFlags": 45, "_target": null, @@ -13130,23 +13240,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 784 + "__id__": 790 }, "_children": [], "_active": true, "_components": [ { - "__id__": 808 + "__id__": 814 }, { - "__id__": 810 + "__id__": 816 }, { - "__id__": 812 + "__id__": 818 } ], "_prefab": { - "__id__": 814 + "__id__": 820 }, "_lpos": { "__type__": "cc.Vec3", @@ -13183,11 +13293,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 807 + "__id__": 813 }, "_enabled": true, "__prefab": { - "__id__": 809 + "__id__": 815 }, "_contentSize": { "__type__": "cc.Size", @@ -13211,11 +13321,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 807 + "__id__": 813 }, "_enabled": true, "__prefab": { - "__id__": 811 + "__id__": 817 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13259,11 +13369,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 807 + "__id__": 813 }, "_enabled": true, "__prefab": { - "__id__": 813 + "__id__": 819 }, "_alignFlags": 45, "_target": null, @@ -13308,27 +13418,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 784 + "__id__": 790 }, "_children": [ { - "__id__": 816 + "__id__": 822 }, { - "__id__": 822 + "__id__": 828 } ], "_active": true, "_components": [ { - "__id__": 828 + "__id__": 834 }, { - "__id__": 830 + "__id__": 836 } ], "_prefab": { - "__id__": 832 + "__id__": 838 }, "_lpos": { "__type__": "cc.Vec3", @@ -13365,20 +13475,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 815 + "__id__": 821 }, "_children": [], "_active": false, "_components": [ { - "__id__": 817 + "__id__": 823 }, { - "__id__": 819 + "__id__": 825 } ], "_prefab": { - "__id__": 821 + "__id__": 827 }, "_lpos": { "__type__": "cc.Vec3", @@ -13415,11 +13525,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 816 + "__id__": 822 }, "_enabled": true, "__prefab": { - "__id__": 818 + "__id__": 824 }, "_contentSize": { "__type__": "cc.Size", @@ -13443,11 +13553,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 816 + "__id__": 822 }, "_enabled": true, "__prefab": { - "__id__": 820 + "__id__": 826 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13501,20 +13611,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 815 + "__id__": 821 }, "_children": [], "_active": true, "_components": [ { - "__id__": 823 + "__id__": 829 }, { - "__id__": 825 + "__id__": 831 } ], "_prefab": { - "__id__": 827 + "__id__": 833 }, "_lpos": { "__type__": "cc.Vec3", @@ -13551,11 +13661,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 822 + "__id__": 828 }, "_enabled": true, "__prefab": { - "__id__": 824 + "__id__": 830 }, "_contentSize": { "__type__": "cc.Size", @@ -13579,11 +13689,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 822 + "__id__": 828 }, "_enabled": true, "__prefab": { - "__id__": 826 + "__id__": 832 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13640,11 +13750,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 815 + "__id__": 821 }, "_enabled": true, "__prefab": { - "__id__": 829 + "__id__": 835 }, "_contentSize": { "__type__": "cc.Size", @@ -13668,11 +13778,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 815 + "__id__": 821 }, "_enabled": true, "__prefab": { - "__id__": 831 + "__id__": 837 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13723,20 +13833,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 784 + "__id__": 790 }, "_children": [], "_active": true, "_components": [ { - "__id__": 834 + "__id__": 840 }, { - "__id__": 836 + "__id__": 842 } ], "_prefab": { - "__id__": 838 + "__id__": 844 }, "_lpos": { "__type__": "cc.Vec3", @@ -13773,11 +13883,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 833 + "__id__": 839 }, "_enabled": true, "__prefab": { - "__id__": 835 + "__id__": 841 }, "_contentSize": { "__type__": "cc.Size", @@ -13801,11 +13911,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 833 + "__id__": 839 }, "_enabled": true, "__prefab": { - "__id__": 837 + "__id__": 843 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13882,11 +13992,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 784 + "__id__": 790 }, "_enabled": true, "__prefab": { - "__id__": 840 + "__id__": 846 }, "_contentSize": { "__type__": "cc.Size", @@ -13910,11 +14020,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 784 + "__id__": 790 }, "_enabled": true, "__prefab": { - "__id__": 842 + "__id__": 848 }, "_alignFlags": 44, "_target": null, @@ -13959,11 +14069,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 783 + "__id__": 789 }, "_enabled": true, "__prefab": { - "__id__": 845 + "__id__": 851 }, "_contentSize": { "__type__": "cc.Size", @@ -13987,11 +14097,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 783 + "__id__": 789 }, "_enabled": true, "__prefab": { - "__id__": 847 + "__id__": 853 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14029,11 +14139,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 783 + "__id__": 789 }, "_enabled": true, "__prefab": { - "__id__": 849 + "__id__": 855 }, "_alignFlags": 44, "_target": null, @@ -14065,11 +14175,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 783 + "__id__": 789 }, "_enabled": true, "__prefab": { - "__id__": 851 + "__id__": 857 }, "_resizeMode": 0, "_layoutType": 1, @@ -14116,11 +14226,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 524 + "__id__": 588 }, "_enabled": true, "__prefab": { - "__id__": 854 + "__id__": 860 }, "_contentSize": { "__type__": "cc.Size", @@ -14144,11 +14254,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 524 + "__id__": 588 }, "_enabled": true, "__prefab": { - "__id__": 856 + "__id__": 862 }, "_alignFlags": 44, "_target": null, @@ -14180,11 +14290,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 524 + "__id__": 588 }, "_enabled": false, "__prefab": { - "__id__": 858 + "__id__": 864 }, "_resizeMode": 1, "_layoutType": 1, @@ -14218,11 +14328,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 524 + "__id__": 588 }, "_enabled": true, "__prefab": { - "__id__": 860 + "__id__": 866 }, "_id": "" }, @@ -14253,32 +14363,32 @@ }, "_children": [ { - "__id__": 863 + "__id__": 869 }, { - "__id__": 871 + "__id__": 877 }, { - "__id__": 948 + "__id__": 954 } ], "_active": false, "_components": [ - { - "__id__": 1018 - }, - { - "__id__": 1020 - }, - { - "__id__": 1022 - }, { "__id__": 1024 + }, + { + "__id__": 1026 + }, + { + "__id__": 1028 + }, + { + "__id__": 1030 } ], "_prefab": { - "__id__": 1026 + "__id__": 1032 }, "_lpos": { "__type__": "cc.Vec3", @@ -14315,23 +14425,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 862 + "__id__": 868 }, "_children": [], "_active": true, "_components": [ { - "__id__": 864 + "__id__": 870 }, { - "__id__": 866 + "__id__": 872 }, { - "__id__": 868 + "__id__": 874 } ], "_prefab": { - "__id__": 870 + "__id__": 876 }, "_lpos": { "__type__": "cc.Vec3", @@ -14368,11 +14478,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 863 + "__id__": 869 }, "_enabled": true, "__prefab": { - "__id__": 865 + "__id__": 871 }, "_contentSize": { "__type__": "cc.Size", @@ -14396,11 +14506,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 863 + "__id__": 869 }, "_enabled": true, "__prefab": { - "__id__": 867 + "__id__": 873 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14444,11 +14554,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 863 + "__id__": 869 }, "_enabled": true, "__prefab": { - "__id__": 869 + "__id__": 875 }, "_alignFlags": 45, "_target": null, @@ -14493,33 +14603,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 862 + "__id__": 868 }, "_children": [ { - "__id__": 872 + "__id__": 878 }, { - "__id__": 890 + "__id__": 896 } ], "_active": true, "_components": [ { - "__id__": 941 + "__id__": 947 }, { - "__id__": 943 + "__id__": 949 }, { - "__id__": 887 + "__id__": 893 }, { - "__id__": 945 + "__id__": 951 } ], "_prefab": { - "__id__": 947 + "__id__": 953 }, "_lpos": { "__type__": "cc.Vec3", @@ -14556,30 +14666,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 871 + "__id__": 877 }, "_children": [ { - "__id__": 873 + "__id__": 879 } ], "_active": false, "_components": [ - { - "__id__": 879 - }, - { - "__id__": 881 - }, - { - "__id__": 883 - }, { "__id__": 885 + }, + { + "__id__": 887 + }, + { + "__id__": 889 + }, + { + "__id__": 891 } ], "_prefab": { - "__id__": 940 + "__id__": 946 }, "_lpos": { "__type__": "cc.Vec3", @@ -14616,20 +14726,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 872 + "__id__": 878 }, "_children": [], "_active": true, "_components": [ { - "__id__": 874 + "__id__": 880 }, { - "__id__": 876 + "__id__": 882 } ], "_prefab": { - "__id__": 878 + "__id__": 884 }, "_lpos": { "__type__": "cc.Vec3", @@ -14666,11 +14776,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 873 + "__id__": 879 }, "_enabled": true, "__prefab": { - "__id__": 875 + "__id__": 881 }, "_contentSize": { "__type__": "cc.Size", @@ -14694,11 +14804,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 873 + "__id__": 879 }, "_enabled": true, "__prefab": { - "__id__": 877 + "__id__": 883 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14752,11 +14862,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 872 + "__id__": 878 }, "_enabled": true, "__prefab": { - "__id__": 880 + "__id__": 886 }, "_contentSize": { "__type__": "cc.Size", @@ -14780,11 +14890,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 872 + "__id__": 878 }, "_enabled": true, "__prefab": { - "__id__": 882 + "__id__": 888 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14825,11 +14935,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 872 + "__id__": 878 }, "_enabled": true, "__prefab": { - "__id__": 884 + "__id__": 890 }, "_alignFlags": 37, "_target": null, @@ -14861,17 +14971,17 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 872 + "__id__": 878 }, "_enabled": true, "__prefab": { - "__id__": 886 + "__id__": 892 }, "_scrollView": { - "__id__": 887 + "__id__": 893 }, "_handle": { - "__id__": 876 + "__id__": 882 }, "_direction": 1, "_enableAutoHide": false, @@ -14888,11 +14998,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 871 + "__id__": 877 }, "_enabled": true, "__prefab": { - "__id__": 888 + "__id__": 894 }, "bounceDuration": 0.23, "brake": 0.75, @@ -14903,11 +15013,11 @@ "cancelInnerEvents": true, "scrollEvents": [], "_content": { - "__id__": 889 + "__id__": 895 }, "_horizontalScrollBar": null, "_verticalScrollBar": { - "__id__": 885 + "__id__": 891 }, "_id": "" }, @@ -14921,27 +15031,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 890 + "__id__": 896 }, "_children": [ { - "__id__": 900 + "__id__": 906 } ], "_active": true, "_components": [ { - "__id__": 933 + "__id__": 939 }, { - "__id__": 935 + "__id__": 941 }, { - "__id__": 937 + "__id__": 943 } ], "_prefab": { - "__id__": 939 + "__id__": 945 }, "_lpos": { "__type__": "cc.Vec3", @@ -14978,30 +15088,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 871 + "__id__": 877 }, "_children": [ { - "__id__": 889 + "__id__": 895 } ], "_active": true, "_components": [ - { - "__id__": 891 - }, - { - "__id__": 893 - }, - { - "__id__": 895 - }, { "__id__": 897 + }, + { + "__id__": 899 + }, + { + "__id__": 901 + }, + { + "__id__": 903 } ], "_prefab": { - "__id__": 899 + "__id__": 905 }, "_lpos": { "__type__": "cc.Vec3", @@ -15038,11 +15148,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 890 + "__id__": 896 }, "_enabled": true, "__prefab": { - "__id__": 892 + "__id__": 898 }, "_contentSize": { "__type__": "cc.Size", @@ -15066,11 +15176,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 890 + "__id__": 896 }, "_enabled": true, "__prefab": { - "__id__": 894 + "__id__": 900 }, "_type": 0, "_inverted": false, @@ -15088,11 +15198,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 890 + "__id__": 896 }, "_enabled": true, "__prefab": { - "__id__": 896 + "__id__": 902 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15134,11 +15244,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 890 + "__id__": 896 }, "_enabled": true, "__prefab": { - "__id__": 898 + "__id__": 904 }, "_alignFlags": 45, "_target": null, @@ -15181,17 +15291,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 889 + "__id__": 895 }, "_prefab": { - "__id__": 901 + "__id__": 907 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 900 + "__id__": 906 }, "asset": { "__uuid__": "2986f629-e688-418c-9bfc-806485474e36", @@ -15199,14 +15309,14 @@ }, "fileId": "5dVotvOAFMoaprbNZVAkgY", "instance": { - "__id__": 902 + "__id__": 908 }, "targetOverrides": [ { - "__id__": 928 + "__id__": 934 }, { - "__id__": 931 + "__id__": 937 } ] }, @@ -15220,26 +15330,17 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 903 + "__id__": 909 }, { - "__id__": 905 - }, - { - "__id__": 906 - }, - { - "__id__": 907 - }, - { - "__id__": 908 - }, - { - "__id__": 910 + "__id__": 911 }, { "__id__": 912 }, + { + "__id__": 913 + }, { "__id__": 914 }, @@ -15260,6 +15361,15 @@ }, { "__id__": 926 + }, + { + "__id__": 928 + }, + { + "__id__": 930 + }, + { + "__id__": 932 } ], "removedComponents": [] @@ -15267,7 +15377,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 904 + "__id__": 910 }, "propertyPath": [ "_name" @@ -15283,7 +15393,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 904 + "__id__": 910 }, "propertyPath": [ "_lpos" @@ -15298,7 +15408,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 904 + "__id__": 910 }, "propertyPath": [ "_lrot" @@ -15314,7 +15424,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 904 + "__id__": 910 }, "propertyPath": [ "_euler" @@ -15329,7 +15439,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 909 + "__id__": 915 }, "propertyPath": [ "_contentSize" @@ -15349,7 +15459,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 911 + "__id__": 917 }, "propertyPath": [ "_contentSize" @@ -15369,7 +15479,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 913 + "__id__": 919 }, "propertyPath": [ "_contentSize" @@ -15389,7 +15499,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 915 + "__id__": 921 }, "propertyPath": [ "_contentSize" @@ -15409,7 +15519,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 917 + "__id__": 923 }, "propertyPath": [ "_contentSize" @@ -15429,7 +15539,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 919 + "__id__": 925 }, "propertyPath": [ "_lpos" @@ -15451,7 +15561,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 921 + "__id__": 927 }, "propertyPath": [ "_lpos" @@ -15472,7 +15582,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 923 + "__id__": 929 }, "propertyPath": [ "_contentSize" @@ -15492,7 +15602,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 925 + "__id__": 931 }, "propertyPath": [ "_lpos" @@ -15513,7 +15623,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 927 + "__id__": 933 }, "propertyPath": [ "_lpos" @@ -15539,10 +15649,10 @@ "icon_node" ], "target": { - "__id__": 929 + "__id__": 935 }, "targetInfo": { - "__id__": 930 + "__id__": 936 } }, { @@ -15563,10 +15673,10 @@ "bg_node" ], "target": { - "__id__": 929 + "__id__": 935 }, "targetInfo": { - "__id__": 932 + "__id__": 938 } }, { @@ -15581,11 +15691,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 889 + "__id__": 895 }, "_enabled": true, "__prefab": { - "__id__": 934 + "__id__": 940 }, "_contentSize": { "__type__": "cc.Size", @@ -15609,11 +15719,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 889 + "__id__": 895 }, "_enabled": true, "__prefab": { - "__id__": 936 + "__id__": 942 }, "_alignFlags": 41, "_target": null, @@ -15645,11 +15755,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 889 + "__id__": 895 }, "_enabled": true, "__prefab": { - "__id__": 938 + "__id__": 944 }, "_resizeMode": 0, "_layoutType": 2, @@ -15709,11 +15819,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 871 + "__id__": 877 }, "_enabled": true, "__prefab": { - "__id__": 942 + "__id__": 948 }, "_contentSize": { "__type__": "cc.Size", @@ -15737,11 +15847,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 871 + "__id__": 877 }, "_enabled": false, "__prefab": { - "__id__": 944 + "__id__": 950 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15782,11 +15892,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 871 + "__id__": 877 }, "_enabled": true, "__prefab": { - "__id__": 946 + "__id__": 952 }, "_alignFlags": 45, "_target": null, @@ -15831,30 +15941,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 862 + "__id__": 868 }, "_children": [ { - "__id__": 949 + "__id__": 955 } ], "_active": true, "_components": [ - { - "__id__": 1009 - }, - { - "__id__": 1011 - }, - { - "__id__": 1013 - }, { "__id__": 1015 + }, + { + "__id__": 1017 + }, + { + "__id__": 1019 + }, + { + "__id__": 1021 } ], "_prefab": { - "__id__": 1017 + "__id__": 1023 }, "_lpos": { "__type__": "cc.Vec3", @@ -15891,36 +16001,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 948 + "__id__": 954 }, "_children": [ { - "__id__": 950 + "__id__": 956 }, { - "__id__": 964 + "__id__": 970 }, { - "__id__": 972 + "__id__": 978 }, { - "__id__": 980 + "__id__": 986 }, { - "__id__": 998 + "__id__": 1004 } ], "_active": false, "_components": [ { - "__id__": 1004 + "__id__": 1010 }, { - "__id__": 1006 + "__id__": 1012 } ], "_prefab": { - "__id__": 1008 + "__id__": 1014 }, "_lpos": { "__type__": "cc.Vec3", @@ -15955,17 +16065,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 949 + "__id__": 955 }, "_prefab": { - "__id__": 951 + "__id__": 957 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 950 + "__id__": 956 }, "asset": { "__uuid__": "86a3c4cd-71c7-4502-b713-65f0ace7912a", @@ -15973,7 +16083,7 @@ }, "fileId": "d3jYvT7whFS5scQFZeO5AK", "instance": { - "__id__": 952 + "__id__": 958 }, "targetOverrides": null }, @@ -15987,25 +16097,25 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 953 + "__id__": 959 }, { - "__id__": 955 - }, - { - "__id__": 956 - }, - { - "__id__": 957 - }, - { - "__id__": 958 - }, - { - "__id__": 960 + "__id__": 961 }, { "__id__": 962 + }, + { + "__id__": 963 + }, + { + "__id__": 964 + }, + { + "__id__": 966 + }, + { + "__id__": 968 } ], "removedComponents": [] @@ -16013,7 +16123,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 954 + "__id__": 960 }, "propertyPath": [ "_name" @@ -16029,7 +16139,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 954 + "__id__": 960 }, "propertyPath": [ "_lpos" @@ -16044,7 +16154,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 954 + "__id__": 960 }, "propertyPath": [ "_lrot" @@ -16060,7 +16170,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 954 + "__id__": 960 }, "propertyPath": [ "_euler" @@ -16075,7 +16185,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 959 + "__id__": 965 }, "propertyPath": [ "_contentSize" @@ -16095,7 +16205,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 961 + "__id__": 967 }, "propertyPath": [ "_string" @@ -16111,7 +16221,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 963 + "__id__": 969 }, "propertyPath": [ "_contentSize" @@ -16134,23 +16244,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 949 + "__id__": 955 }, "_children": [], "_active": true, "_components": [ { - "__id__": 965 + "__id__": 971 }, { - "__id__": 967 + "__id__": 973 }, { - "__id__": 969 + "__id__": 975 } ], "_prefab": { - "__id__": 971 + "__id__": 977 }, "_lpos": { "__type__": "cc.Vec3", @@ -16187,11 +16297,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 964 + "__id__": 970 }, "_enabled": true, "__prefab": { - "__id__": 966 + "__id__": 972 }, "_contentSize": { "__type__": "cc.Size", @@ -16215,11 +16325,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 964 + "__id__": 970 }, "_enabled": true, "__prefab": { - "__id__": 968 + "__id__": 974 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16263,11 +16373,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 964 + "__id__": 970 }, "_enabled": true, "__prefab": { - "__id__": 970 + "__id__": 976 }, "_alignFlags": 45, "_target": null, @@ -16312,23 +16422,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 949 + "__id__": 955 }, "_children": [], "_active": true, "_components": [ { - "__id__": 973 + "__id__": 979 }, { - "__id__": 975 + "__id__": 981 }, { - "__id__": 977 + "__id__": 983 } ], "_prefab": { - "__id__": 979 + "__id__": 985 }, "_lpos": { "__type__": "cc.Vec3", @@ -16365,11 +16475,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 972 + "__id__": 978 }, "_enabled": true, "__prefab": { - "__id__": 974 + "__id__": 980 }, "_contentSize": { "__type__": "cc.Size", @@ -16393,11 +16503,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 972 + "__id__": 978 }, "_enabled": true, "__prefab": { - "__id__": 976 + "__id__": 982 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16441,11 +16551,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 972 + "__id__": 978 }, "_enabled": true, "__prefab": { - "__id__": 978 + "__id__": 984 }, "_alignFlags": 45, "_target": null, @@ -16490,27 +16600,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 949 + "__id__": 955 }, "_children": [ { - "__id__": 981 + "__id__": 987 }, { - "__id__": 987 + "__id__": 993 } ], "_active": true, "_components": [ { - "__id__": 993 + "__id__": 999 }, { - "__id__": 995 + "__id__": 1001 } ], "_prefab": { - "__id__": 997 + "__id__": 1003 }, "_lpos": { "__type__": "cc.Vec3", @@ -16547,20 +16657,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 980 + "__id__": 986 }, "_children": [], "_active": false, "_components": [ { - "__id__": 982 + "__id__": 988 }, { - "__id__": 984 + "__id__": 990 } ], "_prefab": { - "__id__": 986 + "__id__": 992 }, "_lpos": { "__type__": "cc.Vec3", @@ -16597,11 +16707,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 981 + "__id__": 987 }, "_enabled": true, "__prefab": { - "__id__": 983 + "__id__": 989 }, "_contentSize": { "__type__": "cc.Size", @@ -16625,11 +16735,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 981 + "__id__": 987 }, "_enabled": true, "__prefab": { - "__id__": 985 + "__id__": 991 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16683,20 +16793,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 980 + "__id__": 986 }, "_children": [], "_active": true, "_components": [ { - "__id__": 988 + "__id__": 994 }, { - "__id__": 990 + "__id__": 996 } ], "_prefab": { - "__id__": 992 + "__id__": 998 }, "_lpos": { "__type__": "cc.Vec3", @@ -16733,11 +16843,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 987 + "__id__": 993 }, "_enabled": true, "__prefab": { - "__id__": 989 + "__id__": 995 }, "_contentSize": { "__type__": "cc.Size", @@ -16761,11 +16871,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 987 + "__id__": 993 }, "_enabled": true, "__prefab": { - "__id__": 991 + "__id__": 997 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16822,11 +16932,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 980 + "__id__": 986 }, "_enabled": true, "__prefab": { - "__id__": 994 + "__id__": 1000 }, "_contentSize": { "__type__": "cc.Size", @@ -16850,11 +16960,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 980 + "__id__": 986 }, "_enabled": true, "__prefab": { - "__id__": 996 + "__id__": 1002 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16905,20 +17015,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 949 + "__id__": 955 }, "_children": [], "_active": true, "_components": [ { - "__id__": 999 + "__id__": 1005 }, { - "__id__": 1001 + "__id__": 1007 } ], "_prefab": { - "__id__": 1003 + "__id__": 1009 }, "_lpos": { "__type__": "cc.Vec3", @@ -16955,11 +17065,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 998 + "__id__": 1004 }, "_enabled": true, "__prefab": { - "__id__": 1000 + "__id__": 1006 }, "_contentSize": { "__type__": "cc.Size", @@ -16983,11 +17093,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 998 + "__id__": 1004 }, "_enabled": true, "__prefab": { - "__id__": 1002 + "__id__": 1008 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17064,11 +17174,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 949 + "__id__": 955 }, "_enabled": true, "__prefab": { - "__id__": 1005 + "__id__": 1011 }, "_contentSize": { "__type__": "cc.Size", @@ -17092,11 +17202,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 949 + "__id__": 955 }, "_enabled": true, "__prefab": { - "__id__": 1007 + "__id__": 1013 }, "_alignFlags": 44, "_target": null, @@ -17141,11 +17251,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 948 + "__id__": 954 }, "_enabled": true, "__prefab": { - "__id__": 1010 + "__id__": 1016 }, "_contentSize": { "__type__": "cc.Size", @@ -17169,11 +17279,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 948 + "__id__": 954 }, "_enabled": true, "__prefab": { - "__id__": 1012 + "__id__": 1018 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17211,11 +17321,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 948 + "__id__": 954 }, "_enabled": true, "__prefab": { - "__id__": 1014 + "__id__": 1020 }, "_alignFlags": 44, "_target": null, @@ -17247,11 +17357,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 948 + "__id__": 954 }, "_enabled": true, "__prefab": { - "__id__": 1016 + "__id__": 1022 }, "_resizeMode": 0, "_layoutType": 1, @@ -17298,11 +17408,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 862 + "__id__": 868 }, "_enabled": true, "__prefab": { - "__id__": 1019 + "__id__": 1025 }, "_contentSize": { "__type__": "cc.Size", @@ -17326,11 +17436,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 862 + "__id__": 868 }, "_enabled": true, "__prefab": { - "__id__": 1021 + "__id__": 1027 }, "_alignFlags": 44, "_target": null, @@ -17362,11 +17472,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 862 + "__id__": 868 }, "_enabled": false, "__prefab": { - "__id__": 1023 + "__id__": 1029 }, "_resizeMode": 1, "_layoutType": 1, @@ -17400,11 +17510,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 862 + "__id__": 868 }, "_enabled": true, "__prefab": { - "__id__": 1025 + "__id__": 1031 }, "_id": "" }, @@ -17435,32 +17545,32 @@ }, "_children": [ { - "__id__": 1028 + "__id__": 1034 }, { - "__id__": 1036 + "__id__": 1042 }, { - "__id__": 1652 + "__id__": 1658 } ], - "_active": true, + "_active": false, "_components": [ - { - "__id__": 1743 - }, - { - "__id__": 1745 - }, - { - "__id__": 1747 - }, { "__id__": 1749 + }, + { + "__id__": 1751 + }, + { + "__id__": 1753 + }, + { + "__id__": 1755 } ], "_prefab": { - "__id__": 1751 + "__id__": 1757 }, "_lpos": { "__type__": "cc.Vec3", @@ -17497,23 +17607,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1027 + "__id__": 1033 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1029 + "__id__": 1035 }, { - "__id__": 1031 + "__id__": 1037 }, { - "__id__": 1033 + "__id__": 1039 } ], "_prefab": { - "__id__": 1035 + "__id__": 1041 }, "_lpos": { "__type__": "cc.Vec3", @@ -17550,11 +17660,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1028 + "__id__": 1034 }, "_enabled": true, "__prefab": { - "__id__": 1030 + "__id__": 1036 }, "_contentSize": { "__type__": "cc.Size", @@ -17578,11 +17688,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1028 + "__id__": 1034 }, "_enabled": true, "__prefab": { - "__id__": 1032 + "__id__": 1038 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17626,11 +17736,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1028 + "__id__": 1034 }, "_enabled": true, "__prefab": { - "__id__": 1034 + "__id__": 1040 }, "_alignFlags": 45, "_target": null, @@ -17675,33 +17785,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1027 + "__id__": 1033 }, "_children": [ { - "__id__": 1037 + "__id__": 1043 }, { - "__id__": 1245 + "__id__": 1251 }, { - "__id__": 1445 + "__id__": 1451 } ], "_active": true, "_components": [ { - "__id__": 1645 + "__id__": 1651 }, { - "__id__": 1647 + "__id__": 1653 }, { - "__id__": 1649 + "__id__": 1655 } ], "_prefab": { - "__id__": 1651 + "__id__": 1657 }, "_lpos": { "__type__": "cc.Vec3", @@ -17736,17 +17846,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 1036 + "__id__": 1042 }, "_prefab": { - "__id__": 1038 + "__id__": 1044 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 1037 + "__id__": 1043 }, "asset": { "__uuid__": "8aaff904-8c27-4173-9716-7161893b336e", @@ -17754,7 +17864,7 @@ }, "fileId": "24rlgXRJ9AHLGpMW+aYyEx", "instance": { - "__id__": 1039 + "__id__": 1045 }, "targetOverrides": null }, @@ -17767,19 +17877,10 @@ "mountedChildren": [], "mountedComponents": [ { - "__id__": 1040 + "__id__": 1046 } ], "propertyOverrides": [ - { - "__id__": 1144 - }, - { - "__id__": 1146 - }, - { - "__id__": 1148 - }, { "__id__": 1150 }, @@ -17920,25 +18021,34 @@ }, { "__id__": 1242 + }, + { + "__id__": 1244 + }, + { + "__id__": 1246 + }, + { + "__id__": 1248 } ], "removedComponents": [ { - "__id__": 1244 + "__id__": 1250 } ] }, { "__type__": "cc.MountedComponentsInfo", "targetInfo": { - "__id__": 1041 + "__id__": 1047 }, "components": [ { - "__id__": 1042 + "__id__": 1048 }, { - "__id__": 1044 + "__id__": 1050 } ] }, @@ -17954,15 +18064,15 @@ "_objFlags": 0, "__editorExtras__": { "mountedRoot": { - "__id__": 1037 + "__id__": 1043 } }, "node": { - "__id__": 1037 + "__id__": 1043 }, "_enabled": true, "__prefab": { - "__id__": 1043 + "__id__": 1049 }, "_alignFlags": 9, "_target": null, @@ -17994,33 +18104,33 @@ "_objFlags": 0, "__editorExtras__": { "mountedRoot": { - "__id__": 1037 + "__id__": 1043 } }, "node": { - "__id__": 1037 + "__id__": 1043 }, "_enabled": true, "__prefab": { - "__id__": 1045 + "__id__": 1051 }, "name_node": { - "__id__": 1046 + "__id__": 1052 }, "icon_node": { - "__id__": 1054 + "__id__": 1060 }, "cost_node": { - "__id__": 1070 + "__id__": 1076 }, "Ckind_node": { - "__id__": 1090 + "__id__": 1096 }, "BG_node": { - "__id__": 1120 + "__id__": 1126 }, "info_node": { - "__id__": 1132 + "__id__": 1138 }, "_id": "" }, @@ -18034,23 +18144,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1037 + "__id__": 1043 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1047 + "__id__": 1053 }, { - "__id__": 1049 + "__id__": 1055 }, { - "__id__": 1051 + "__id__": 1057 } ], "_prefab": { - "__id__": 1053 + "__id__": 1059 }, "_lpos": { "__type__": "cc.Vec3", @@ -18087,11 +18197,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1046 + "__id__": 1052 }, "_enabled": true, "__prefab": { - "__id__": 1048 + "__id__": 1054 }, "_contentSize": { "__type__": "cc.Size", @@ -18115,11 +18225,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1046 + "__id__": 1052 }, "_enabled": true, "__prefab": { - "__id__": 1050 + "__id__": 1056 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -18134,7 +18244,7 @@ "_string": "名称", "_horizontalAlign": 1, "_verticalAlign": 1, - "_actualFontSize": 31, + "_actualFontSize": 25, "_fontSize": 30, "_fontFamily": "Arial", "_lineHeight": 35, @@ -18183,11 +18293,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1046 + "__id__": 1052 }, "_enabled": true, "__prefab": { - "__id__": 1052 + "__id__": 1058 }, "_alignFlags": 17, "_target": null, @@ -18232,20 +18342,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1055 + "__id__": 1061 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1065 + "__id__": 1071 }, { - "__id__": 1067 + "__id__": 1073 } ], "_prefab": { - "__id__": 1069 + "__id__": 1075 }, "_lpos": { "__type__": "cc.Vec3", @@ -18282,30 +18392,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1037 + "__id__": 1043 }, "_children": [ { - "__id__": 1054 + "__id__": 1060 } ], "_active": true, "_components": [ - { - "__id__": 1056 - }, - { - "__id__": 1058 - }, - { - "__id__": 1060 - }, { "__id__": 1062 + }, + { + "__id__": 1064 + }, + { + "__id__": 1066 + }, + { + "__id__": 1068 } ], "_prefab": { - "__id__": 1064 + "__id__": 1070 }, "_lpos": { "__type__": "cc.Vec3", @@ -18342,11 +18452,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1055 + "__id__": 1061 }, "_enabled": true, "__prefab": { - "__id__": 1057 + "__id__": 1063 }, "_contentSize": { "__type__": "cc.Size", @@ -18370,11 +18480,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1055 + "__id__": 1061 }, "_enabled": true, "__prefab": { - "__id__": 1059 + "__id__": 1065 }, "_type": 3, "_inverted": false, @@ -18392,11 +18502,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1055 + "__id__": 1061 }, "_enabled": true, "__prefab": { - "__id__": 1061 + "__id__": 1067 }, "_alignFlags": 41, "_target": null, @@ -18428,11 +18538,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1055 + "__id__": 1061 }, "_enabled": true, "__prefab": { - "__id__": 1063 + "__id__": 1069 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -18489,11 +18599,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1054 + "__id__": 1060 }, "_enabled": true, "__prefab": { - "__id__": 1066 + "__id__": 1072 }, "_contentSize": { "__type__": "cc.Size", @@ -18517,11 +18627,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1054 + "__id__": 1060 }, "_enabled": true, "__prefab": { - "__id__": 1068 + "__id__": 1074 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -18578,20 +18688,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1071 + "__id__": 1077 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1085 + "__id__": 1091 }, { - "__id__": 1087 + "__id__": 1093 } ], "_prefab": { - "__id__": 1089 + "__id__": 1095 }, "_lpos": { "__type__": "cc.Vec3", @@ -18628,30 +18738,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1037 + "__id__": 1043 }, "_children": [ { - "__id__": 1072 + "__id__": 1078 }, { - "__id__": 1070 + "__id__": 1076 } ], "_active": true, "_components": [ { - "__id__": 1078 + "__id__": 1084 }, { - "__id__": 1080 + "__id__": 1086 }, { - "__id__": 1082 + "__id__": 1088 } ], "_prefab": { - "__id__": 1084 + "__id__": 1090 }, "_lpos": { "__type__": "cc.Vec3", @@ -18688,20 +18798,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1071 + "__id__": 1077 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1073 + "__id__": 1079 }, { - "__id__": 1075 + "__id__": 1081 } ], "_prefab": { - "__id__": 1077 + "__id__": 1083 }, "_lpos": { "__type__": "cc.Vec3", @@ -18738,11 +18848,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1072 + "__id__": 1078 }, "_enabled": true, "__prefab": { - "__id__": 1074 + "__id__": 1080 }, "_contentSize": { "__type__": "cc.Size", @@ -18766,11 +18876,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1072 + "__id__": 1078 }, "_enabled": true, "__prefab": { - "__id__": 1076 + "__id__": 1082 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -18827,11 +18937,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1071 + "__id__": 1077 }, "_enabled": true, "__prefab": { - "__id__": 1079 + "__id__": 1085 }, "_contentSize": { "__type__": "cc.Size", @@ -18855,11 +18965,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1071 + "__id__": 1077 }, "_enabled": true, "__prefab": { - "__id__": 1081 + "__id__": 1087 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -18897,11 +19007,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1071 + "__id__": 1077 }, "_enabled": true, "__prefab": { - "__id__": 1083 + "__id__": 1089 }, "_alignFlags": 33, "_target": null, @@ -18946,11 +19056,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1070 + "__id__": 1076 }, "_enabled": true, "__prefab": { - "__id__": 1086 + "__id__": 1092 }, "_contentSize": { "__type__": "cc.Size", @@ -18974,11 +19084,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1070 + "__id__": 1076 }, "_enabled": true, "__prefab": { - "__id__": 1088 + "__id__": 1094 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19055,12 +19165,9 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1037 + "__id__": 1043 }, "_children": [ - { - "__id__": 1091 - }, { "__id__": 1097 }, @@ -19069,19 +19176,22 @@ }, { "__id__": 1109 + }, + { + "__id__": 1115 } ], "_active": true, "_components": [ { - "__id__": 1115 + "__id__": 1121 }, { - "__id__": 1117 + "__id__": 1123 } ], "_prefab": { - "__id__": 1119 + "__id__": 1125 }, "_lpos": { "__type__": "cc.Vec3", @@ -19118,144 +19228,8 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1090 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 1092 - }, - { - "__id__": 1094 - } - ], - "_prefab": { "__id__": 1096 }, - "_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": 0.4, - "y": 0.4, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 1091 - }, - "_enabled": true, - "__prefab": { - "__id__": 1093 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 120, - "height": 106 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "b9X00YJSVF9r6efaMtLkI3" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 1091 - }, - "_enabled": true, - "__prefab": { - "__id__": 1095 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@8429c", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 1, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "ef8/ldQE5CGbB0s4CfTRwE" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "f3MmyLb9lML5mXGMUZsqPK", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "Card", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 1090 - }, "_children": [], "_active": true, "_components": [ @@ -19310,6 +19284,142 @@ "__prefab": { "__id__": 1099 }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 106 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b9X00YJSVF9r6efaMtLkI3" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1097 + }, + "_enabled": true, + "__prefab": { + "__id__": 1101 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@8429c", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ef8/ldQE5CGbB0s4CfTRwE" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "f3MmyLb9lML5mXGMUZsqPK", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "Card", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1096 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1104 + }, + { + "__id__": 1106 + } + ], + "_prefab": { + "__id__": 1108 + }, + "_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": 0.4, + "y": 0.4, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1103 + }, + "_enabled": true, + "__prefab": { + "__id__": 1105 + }, "_contentSize": { "__type__": "cc.Size", "width": 120, @@ -19332,11 +19442,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1097 + "__id__": 1103 }, "_enabled": true, "__prefab": { - "__id__": 1101 + "__id__": 1107 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19393,20 +19503,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1090 + "__id__": 1096 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1104 + "__id__": 1110 }, { - "__id__": 1106 + "__id__": 1112 } ], "_prefab": { - "__id__": 1108 + "__id__": 1114 }, "_lpos": { "__type__": "cc.Vec3", @@ -19443,11 +19553,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1103 + "__id__": 1109 }, "_enabled": true, "__prefab": { - "__id__": 1105 + "__id__": 1111 }, "_contentSize": { "__type__": "cc.Size", @@ -19471,11 +19581,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1103 + "__id__": 1109 }, "_enabled": true, "__prefab": { - "__id__": 1107 + "__id__": 1113 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19532,20 +19642,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1090 + "__id__": 1096 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1110 + "__id__": 1116 }, { - "__id__": 1112 + "__id__": 1118 } ], "_prefab": { - "__id__": 1114 + "__id__": 1120 }, "_lpos": { "__type__": "cc.Vec3", @@ -19582,11 +19692,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1109 + "__id__": 1115 }, "_enabled": true, "__prefab": { - "__id__": 1111 + "__id__": 1117 }, "_contentSize": { "__type__": "cc.Size", @@ -19610,11 +19720,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1109 + "__id__": 1115 }, "_enabled": true, "__prefab": { - "__id__": 1113 + "__id__": 1119 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19671,11 +19781,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1090 + "__id__": 1096 }, "_enabled": true, "__prefab": { - "__id__": 1116 + "__id__": 1122 }, "_contentSize": { "__type__": "cc.Size", @@ -19699,11 +19809,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1090 + "__id__": 1096 }, "_enabled": true, "__prefab": { - "__id__": 1118 + "__id__": 1124 }, "_alignFlags": 9, "_target": null, @@ -19748,36 +19858,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1037 + "__id__": 1043 }, "_children": [ { - "__id__": 1121 + "__id__": 1127 }, { - "__id__": 1122 + "__id__": 1128 }, { - "__id__": 1123 + "__id__": 1129 }, { - "__id__": 1124 + "__id__": 1130 } ], "_active": true, "_components": [ { - "__id__": 1125 + "__id__": 1131 }, { - "__id__": 1127 + "__id__": 1133 }, { - "__id__": 1129 + "__id__": 1135 } ], "_prefab": { - "__id__": 1131 + "__id__": 1137 }, "_lpos": { "__type__": "cc.Vec3", @@ -19830,11 +19940,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1120 + "__id__": 1126 }, "_enabled": true, "__prefab": { - "__id__": 1126 + "__id__": 1132 }, "_contentSize": { "__type__": "cc.Size", @@ -19858,11 +19968,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1120 + "__id__": 1126 }, "_enabled": false, "__prefab": { - "__id__": 1128 + "__id__": 1134 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19906,11 +20016,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1120 + "__id__": 1126 }, "_enabled": true, "__prefab": { - "__id__": 1130 + "__id__": 1136 }, "_alignFlags": 45, "_target": null, @@ -19955,24 +20065,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1037 + "__id__": 1043 }, "_children": [ { - "__id__": 1133 + "__id__": 1139 } ], "_active": true, "_components": [ { - "__id__": 1139 + "__id__": 1145 }, { - "__id__": 1141 + "__id__": 1147 } ], "_prefab": { - "__id__": 1143 + "__id__": 1149 }, "_lpos": { "__type__": "cc.Vec3", @@ -20009,20 +20119,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1132 + "__id__": 1138 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1134 + "__id__": 1140 }, { - "__id__": 1136 + "__id__": 1142 } ], "_prefab": { - "__id__": 1138 + "__id__": 1144 }, "_lpos": { "__type__": "cc.Vec3", @@ -20059,11 +20169,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1133 + "__id__": 1139 }, "_enabled": true, "__prefab": { - "__id__": 1135 + "__id__": 1141 }, "_contentSize": { "__type__": "cc.Size", @@ -20087,11 +20197,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1133 + "__id__": 1139 }, "_enabled": true, "__prefab": { - "__id__": 1137 + "__id__": 1143 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -20168,11 +20278,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1132 + "__id__": 1138 }, "_enabled": true, "__prefab": { - "__id__": 1140 + "__id__": 1146 }, "_contentSize": { "__type__": "cc.Size", @@ -20196,11 +20306,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1132 + "__id__": 1138 }, "_enabled": false, "__prefab": { - "__id__": 1142 + "__id__": 1148 }, "_alignFlags": 45, "_target": null, @@ -20242,7 +20352,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1145 + "__id__": 1151 }, "propertyPath": [ "_name" @@ -20258,7 +20368,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1147 + "__id__": 1153 }, "propertyPath": [ "_lpos" @@ -20279,7 +20389,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1149 + "__id__": 1155 }, "propertyPath": [ "_lrot" @@ -20301,7 +20411,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1151 + "__id__": 1157 }, "propertyPath": [ "_euler" @@ -20322,7 +20432,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1153 + "__id__": 1159 }, "propertyPath": [ "_active" @@ -20338,7 +20448,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1155 + "__id__": 1161 }, "propertyPath": [ "_contentSize" @@ -20358,7 +20468,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1157 + "__id__": 1163 }, "propertyPath": [ "_contentSize" @@ -20378,7 +20488,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1159 + "__id__": 1165 }, "propertyPath": [ "_lpos" @@ -20399,7 +20509,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1161 + "__id__": 1167 }, "propertyPath": [ "_lpos" @@ -20420,7 +20530,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1163 + "__id__": 1169 }, "propertyPath": [ "_contentSize" @@ -20440,7 +20550,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1165 + "__id__": 1171 }, "propertyPath": [ "_lpos" @@ -20461,7 +20571,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1167 + "__id__": 1173 }, "propertyPath": [ "_lpos" @@ -20482,7 +20592,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1169 + "__id__": 1175 }, "propertyPath": [ "_lpos" @@ -20503,7 +20613,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1171 + "__id__": 1177 }, "propertyPath": [ "_lpos" @@ -20524,7 +20634,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1173 + "__id__": 1179 }, "propertyPath": [ "_contentSize" @@ -20544,7 +20654,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1175 + "__id__": 1181 }, "propertyPath": [ "_contentSize" @@ -20565,7 +20675,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1177 + "__id__": 1183 }, "propertyPath": [ "_contentSize" @@ -20586,7 +20696,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1179 + "__id__": 1185 }, "propertyPath": [ "_contentSize" @@ -20607,7 +20717,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1181 + "__id__": 1187 }, "propertyPath": [ "_contentSize" @@ -20628,7 +20738,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1183 + "__id__": 1189 }, "propertyPath": [ "_contentSize" @@ -20649,7 +20759,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1185 + "__id__": 1191 }, "propertyPath": [ "_contentSize" @@ -20670,7 +20780,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1187 + "__id__": 1193 }, "propertyPath": [ "_lpos" @@ -20692,7 +20802,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1189 + "__id__": 1195 }, "propertyPath": [ "_contentSize" @@ -20712,7 +20822,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1191 + "__id__": 1197 }, "propertyPath": [ "_spriteFrame" @@ -20731,7 +20841,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1193 + "__id__": 1199 }, "propertyPath": [ "_atlas" @@ -20750,7 +20860,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1195 + "__id__": 1201 }, "propertyPath": [ "_lscale" @@ -20771,7 +20881,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1197 + "__id__": 1203 }, "propertyPath": [ "_active" @@ -20787,7 +20897,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1199 + "__id__": 1205 }, "propertyPath": [ "_active" @@ -20803,7 +20913,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1201 + "__id__": 1207 }, "propertyPath": [ "_lpos" @@ -20824,7 +20934,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1203 + "__id__": 1209 }, "propertyPath": [ "_contentSize" @@ -20844,7 +20954,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1205 + "__id__": 1211 }, "propertyPath": [ "_bottom" @@ -20860,7 +20970,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1207 + "__id__": 1213 }, "propertyPath": [ "_active" @@ -20876,7 +20986,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1209 + "__id__": 1215 }, "propertyPath": [ "_active" @@ -20892,7 +21002,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1211 + "__id__": 1217 }, "propertyPath": [ "_fontSize" @@ -20908,7 +21018,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1213 + "__id__": 1219 }, "propertyPath": [ "_string" @@ -20924,7 +21034,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1215 + "__id__": 1221 }, "propertyPath": [ "_actualFontSize" @@ -20940,7 +21050,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1217 + "__id__": 1223 }, "propertyPath": [ "_contentSize" @@ -20960,7 +21070,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1219 + "__id__": 1225 }, "propertyPath": [ "_lineHeight" @@ -20976,7 +21086,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1221 + "__id__": 1227 }, "propertyPath": [ "_fontSize" @@ -20992,7 +21102,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1223 + "__id__": 1229 }, "propertyPath": [ "_actualFontSize" @@ -21008,7 +21118,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1225 + "__id__": 1231 }, "propertyPath": [ "_lineHeight" @@ -21024,7 +21134,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1227 + "__id__": 1233 }, "propertyPath": [ "_contentSize" @@ -21044,7 +21154,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1229 + "__id__": 1235 }, "propertyPath": [ "_top" @@ -21060,7 +21170,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1231 + "__id__": 1237 }, "propertyPath": [ "_lpos" @@ -21081,7 +21191,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1233 + "__id__": 1239 }, "propertyPath": [ "_verticalCenter" @@ -21097,7 +21207,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1235 + "__id__": 1241 }, "propertyPath": [ "_string" @@ -21113,7 +21223,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1237 + "__id__": 1243 }, "propertyPath": [ "_contentSize" @@ -21133,7 +21243,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1239 + "__id__": 1245 }, "propertyPath": [ "_active" @@ -21149,7 +21259,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1241 + "__id__": 1247 }, "propertyPath": [ "_contentSize" @@ -21169,7 +21279,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1243 + "__id__": 1249 }, "propertyPath": [ "_contentSize" @@ -21196,17 +21306,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 1036 + "__id__": 1042 }, "_prefab": { - "__id__": 1246 + "__id__": 1252 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 1245 + "__id__": 1251 }, "asset": { "__uuid__": "8aaff904-8c27-4173-9716-7161893b336e", @@ -21214,7 +21324,7 @@ }, "fileId": "24rlgXRJ9AHLGpMW+aYyEx", "instance": { - "__id__": 1247 + "__id__": 1253 }, "targetOverrides": null }, @@ -21227,19 +21337,10 @@ "mountedChildren": [], "mountedComponents": [ { - "__id__": 1248 + "__id__": 1254 } ], "propertyOverrides": [ - { - "__id__": 1352 - }, - { - "__id__": 1354 - }, - { - "__id__": 1356 - }, { "__id__": 1358 }, @@ -21368,25 +21469,34 @@ }, { "__id__": 1442 + }, + { + "__id__": 1444 + }, + { + "__id__": 1446 + }, + { + "__id__": 1448 } ], "removedComponents": [ { - "__id__": 1444 + "__id__": 1450 } ] }, { "__type__": "cc.MountedComponentsInfo", "targetInfo": { - "__id__": 1249 + "__id__": 1255 }, "components": [ { - "__id__": 1250 + "__id__": 1256 }, { - "__id__": 1252 + "__id__": 1258 } ] }, @@ -21402,15 +21512,15 @@ "_objFlags": 0, "__editorExtras__": { "mountedRoot": { - "__id__": 1245 + "__id__": 1251 } }, "node": { - "__id__": 1245 + "__id__": 1251 }, "_enabled": true, "__prefab": { - "__id__": 1251 + "__id__": 1257 }, "_alignFlags": 17, "_target": null, @@ -21442,33 +21552,33 @@ "_objFlags": 0, "__editorExtras__": { "mountedRoot": { - "__id__": 1245 + "__id__": 1251 } }, "node": { - "__id__": 1245 + "__id__": 1251 }, "_enabled": true, "__prefab": { - "__id__": 1253 + "__id__": 1259 }, "name_node": { - "__id__": 1254 + "__id__": 1260 }, "icon_node": { - "__id__": 1262 + "__id__": 1268 }, "cost_node": { - "__id__": 1278 + "__id__": 1284 }, "Ckind_node": { - "__id__": 1298 + "__id__": 1304 }, "BG_node": { - "__id__": 1328 + "__id__": 1334 }, "info_node": { - "__id__": 1340 + "__id__": 1346 }, "_id": "" }, @@ -21482,23 +21592,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1245 + "__id__": 1251 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1255 + "__id__": 1261 }, { - "__id__": 1257 + "__id__": 1263 }, { - "__id__": 1259 + "__id__": 1265 } ], "_prefab": { - "__id__": 1261 + "__id__": 1267 }, "_lpos": { "__type__": "cc.Vec3", @@ -21535,11 +21645,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1254 + "__id__": 1260 }, "_enabled": true, "__prefab": { - "__id__": 1256 + "__id__": 1262 }, "_contentSize": { "__type__": "cc.Size", @@ -21563,11 +21673,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1254 + "__id__": 1260 }, "_enabled": true, "__prefab": { - "__id__": 1258 + "__id__": 1264 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -21582,7 +21692,7 @@ "_string": "名称", "_horizontalAlign": 1, "_verticalAlign": 1, - "_actualFontSize": 31, + "_actualFontSize": 25, "_fontSize": 30, "_fontFamily": "Arial", "_lineHeight": 35, @@ -21631,11 +21741,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1254 + "__id__": 1260 }, "_enabled": true, "__prefab": { - "__id__": 1260 + "__id__": 1266 }, "_alignFlags": 17, "_target": null, @@ -21680,20 +21790,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1263 + "__id__": 1269 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1273 + "__id__": 1279 }, { - "__id__": 1275 + "__id__": 1281 } ], "_prefab": { - "__id__": 1277 + "__id__": 1283 }, "_lpos": { "__type__": "cc.Vec3", @@ -21730,30 +21840,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1245 + "__id__": 1251 }, "_children": [ { - "__id__": 1262 + "__id__": 1268 } ], "_active": true, "_components": [ - { - "__id__": 1264 - }, - { - "__id__": 1266 - }, - { - "__id__": 1268 - }, { "__id__": 1270 + }, + { + "__id__": 1272 + }, + { + "__id__": 1274 + }, + { + "__id__": 1276 } ], "_prefab": { - "__id__": 1272 + "__id__": 1278 }, "_lpos": { "__type__": "cc.Vec3", @@ -21790,11 +21900,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1263 + "__id__": 1269 }, "_enabled": true, "__prefab": { - "__id__": 1265 + "__id__": 1271 }, "_contentSize": { "__type__": "cc.Size", @@ -21818,11 +21928,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1263 + "__id__": 1269 }, "_enabled": true, "__prefab": { - "__id__": 1267 + "__id__": 1273 }, "_type": 3, "_inverted": false, @@ -21840,11 +21950,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1263 + "__id__": 1269 }, "_enabled": true, "__prefab": { - "__id__": 1269 + "__id__": 1275 }, "_alignFlags": 41, "_target": null, @@ -21876,11 +21986,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1263 + "__id__": 1269 }, "_enabled": true, "__prefab": { - "__id__": 1271 + "__id__": 1277 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -21937,11 +22047,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1262 + "__id__": 1268 }, "_enabled": true, "__prefab": { - "__id__": 1274 + "__id__": 1280 }, "_contentSize": { "__type__": "cc.Size", @@ -21965,11 +22075,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1262 + "__id__": 1268 }, "_enabled": true, "__prefab": { - "__id__": 1276 + "__id__": 1282 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -22023,20 +22133,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1279 + "__id__": 1285 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1293 + "__id__": 1299 }, { - "__id__": 1295 + "__id__": 1301 } ], "_prefab": { - "__id__": 1297 + "__id__": 1303 }, "_lpos": { "__type__": "cc.Vec3", @@ -22073,30 +22183,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1245 + "__id__": 1251 }, "_children": [ { - "__id__": 1280 + "__id__": 1286 }, { - "__id__": 1278 + "__id__": 1284 } ], "_active": true, "_components": [ { - "__id__": 1286 + "__id__": 1292 }, { - "__id__": 1288 + "__id__": 1294 }, { - "__id__": 1290 + "__id__": 1296 } ], "_prefab": { - "__id__": 1292 + "__id__": 1298 }, "_lpos": { "__type__": "cc.Vec3", @@ -22133,20 +22243,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1279 + "__id__": 1285 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1281 + "__id__": 1287 }, { - "__id__": 1283 + "__id__": 1289 } ], "_prefab": { - "__id__": 1285 + "__id__": 1291 }, "_lpos": { "__type__": "cc.Vec3", @@ -22183,11 +22293,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1280 + "__id__": 1286 }, "_enabled": true, "__prefab": { - "__id__": 1282 + "__id__": 1288 }, "_contentSize": { "__type__": "cc.Size", @@ -22211,11 +22321,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1280 + "__id__": 1286 }, "_enabled": true, "__prefab": { - "__id__": 1284 + "__id__": 1290 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -22272,11 +22382,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1279 + "__id__": 1285 }, "_enabled": true, "__prefab": { - "__id__": 1287 + "__id__": 1293 }, "_contentSize": { "__type__": "cc.Size", @@ -22300,11 +22410,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1279 + "__id__": 1285 }, "_enabled": true, "__prefab": { - "__id__": 1289 + "__id__": 1295 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -22342,11 +22452,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1279 + "__id__": 1285 }, "_enabled": true, "__prefab": { - "__id__": 1291 + "__id__": 1297 }, "_alignFlags": 33, "_target": null, @@ -22391,11 +22501,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1278 + "__id__": 1284 }, "_enabled": true, "__prefab": { - "__id__": 1294 + "__id__": 1300 }, "_contentSize": { "__type__": "cc.Size", @@ -22419,11 +22529,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1278 + "__id__": 1284 }, "_enabled": true, "__prefab": { - "__id__": 1296 + "__id__": 1302 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -22500,12 +22610,9 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1245 + "__id__": 1251 }, "_children": [ - { - "__id__": 1299 - }, { "__id__": 1305 }, @@ -22514,19 +22621,22 @@ }, { "__id__": 1317 + }, + { + "__id__": 1323 } ], "_active": true, "_components": [ { - "__id__": 1323 + "__id__": 1329 }, { - "__id__": 1325 + "__id__": 1331 } ], "_prefab": { - "__id__": 1327 + "__id__": 1333 }, "_lpos": { "__type__": "cc.Vec3", @@ -22563,144 +22673,8 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1298 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 1300 - }, - { - "__id__": 1302 - } - ], - "_prefab": { "__id__": 1304 }, - "_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": 0.4, - "y": 0.4, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 1299 - }, - "_enabled": true, - "__prefab": { - "__id__": 1301 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 120, - "height": 106 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "b9X00YJSVF9r6efaMtLkI3" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 1299 - }, - "_enabled": true, - "__prefab": { - "__id__": 1303 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@8429c", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 1, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "ef8/ldQE5CGbB0s4CfTRwE" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "f3MmyLb9lML5mXGMUZsqPK", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "Card", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 1298 - }, "_children": [], "_active": true, "_components": [ @@ -22755,6 +22729,142 @@ "__prefab": { "__id__": 1307 }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 106 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b9X00YJSVF9r6efaMtLkI3" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1305 + }, + "_enabled": true, + "__prefab": { + "__id__": 1309 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@8429c", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ef8/ldQE5CGbB0s4CfTRwE" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "f3MmyLb9lML5mXGMUZsqPK", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "Card", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1304 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1312 + }, + { + "__id__": 1314 + } + ], + "_prefab": { + "__id__": 1316 + }, + "_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": 0.4, + "y": 0.4, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1311 + }, + "_enabled": true, + "__prefab": { + "__id__": 1313 + }, "_contentSize": { "__type__": "cc.Size", "width": 120, @@ -22777,11 +22887,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1305 + "__id__": 1311 }, "_enabled": true, "__prefab": { - "__id__": 1309 + "__id__": 1315 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -22838,20 +22948,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1298 + "__id__": 1304 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1312 + "__id__": 1318 }, { - "__id__": 1314 + "__id__": 1320 } ], "_prefab": { - "__id__": 1316 + "__id__": 1322 }, "_lpos": { "__type__": "cc.Vec3", @@ -22888,11 +22998,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1311 + "__id__": 1317 }, "_enabled": true, "__prefab": { - "__id__": 1313 + "__id__": 1319 }, "_contentSize": { "__type__": "cc.Size", @@ -22916,11 +23026,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1311 + "__id__": 1317 }, "_enabled": true, "__prefab": { - "__id__": 1315 + "__id__": 1321 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -22977,20 +23087,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1298 + "__id__": 1304 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1318 + "__id__": 1324 }, { - "__id__": 1320 + "__id__": 1326 } ], "_prefab": { - "__id__": 1322 + "__id__": 1328 }, "_lpos": { "__type__": "cc.Vec3", @@ -23027,11 +23137,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1317 + "__id__": 1323 }, "_enabled": true, "__prefab": { - "__id__": 1319 + "__id__": 1325 }, "_contentSize": { "__type__": "cc.Size", @@ -23055,11 +23165,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1317 + "__id__": 1323 }, "_enabled": true, "__prefab": { - "__id__": 1321 + "__id__": 1327 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -23116,11 +23226,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1298 + "__id__": 1304 }, "_enabled": true, "__prefab": { - "__id__": 1324 + "__id__": 1330 }, "_contentSize": { "__type__": "cc.Size", @@ -23144,11 +23254,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1298 + "__id__": 1304 }, "_enabled": true, "__prefab": { - "__id__": 1326 + "__id__": 1332 }, "_alignFlags": 9, "_target": null, @@ -23193,36 +23303,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1245 + "__id__": 1251 }, "_children": [ { - "__id__": 1329 + "__id__": 1335 }, { - "__id__": 1330 + "__id__": 1336 }, { - "__id__": 1331 + "__id__": 1337 }, { - "__id__": 1332 + "__id__": 1338 } ], "_active": true, "_components": [ { - "__id__": 1333 + "__id__": 1339 }, { - "__id__": 1335 + "__id__": 1341 }, { - "__id__": 1337 + "__id__": 1343 } ], "_prefab": { - "__id__": 1339 + "__id__": 1345 }, "_lpos": { "__type__": "cc.Vec3", @@ -23275,11 +23385,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1328 + "__id__": 1334 }, "_enabled": true, "__prefab": { - "__id__": 1334 + "__id__": 1340 }, "_contentSize": { "__type__": "cc.Size", @@ -23303,11 +23413,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1328 + "__id__": 1334 }, "_enabled": false, "__prefab": { - "__id__": 1336 + "__id__": 1342 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -23351,11 +23461,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1328 + "__id__": 1334 }, "_enabled": true, "__prefab": { - "__id__": 1338 + "__id__": 1344 }, "_alignFlags": 45, "_target": null, @@ -23400,24 +23510,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1245 + "__id__": 1251 }, "_children": [ { - "__id__": 1341 + "__id__": 1347 } ], "_active": true, "_components": [ { - "__id__": 1347 + "__id__": 1353 }, { - "__id__": 1349 + "__id__": 1355 } ], "_prefab": { - "__id__": 1351 + "__id__": 1357 }, "_lpos": { "__type__": "cc.Vec3", @@ -23454,20 +23564,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1340 + "__id__": 1346 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1342 + "__id__": 1348 }, { - "__id__": 1344 + "__id__": 1350 } ], "_prefab": { - "__id__": 1346 + "__id__": 1352 }, "_lpos": { "__type__": "cc.Vec3", @@ -23504,11 +23614,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1341 + "__id__": 1347 }, "_enabled": true, "__prefab": { - "__id__": 1343 + "__id__": 1349 }, "_contentSize": { "__type__": "cc.Size", @@ -23532,11 +23642,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1341 + "__id__": 1347 }, "_enabled": true, "__prefab": { - "__id__": 1345 + "__id__": 1351 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -23613,11 +23723,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1340 + "__id__": 1346 }, "_enabled": true, "__prefab": { - "__id__": 1348 + "__id__": 1354 }, "_contentSize": { "__type__": "cc.Size", @@ -23641,11 +23751,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1340 + "__id__": 1346 }, "_enabled": false, "__prefab": { - "__id__": 1350 + "__id__": 1356 }, "_alignFlags": 45, "_target": null, @@ -23687,7 +23797,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1353 + "__id__": 1359 }, "propertyPath": [ "_name" @@ -23703,7 +23813,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1355 + "__id__": 1361 }, "propertyPath": [ "_lpos" @@ -23724,7 +23834,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1357 + "__id__": 1363 }, "propertyPath": [ "_lrot" @@ -23746,7 +23856,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1359 + "__id__": 1365 }, "propertyPath": [ "_euler" @@ -23767,7 +23877,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1361 + "__id__": 1367 }, "propertyPath": [ "_active" @@ -23783,7 +23893,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1363 + "__id__": 1369 }, "propertyPath": [ "_contentSize" @@ -23803,7 +23913,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1365 + "__id__": 1371 }, "propertyPath": [ "_contentSize" @@ -23823,7 +23933,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1367 + "__id__": 1373 }, "propertyPath": [ "_lpos" @@ -23844,7 +23954,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1369 + "__id__": 1375 }, "propertyPath": [ "_lpos" @@ -23865,7 +23975,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1371 + "__id__": 1377 }, "propertyPath": [ "_contentSize" @@ -23885,7 +23995,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1373 + "__id__": 1379 }, "propertyPath": [ "_lpos" @@ -23906,7 +24016,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1375 + "__id__": 1381 }, "propertyPath": [ "_lpos" @@ -23927,7 +24037,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1377 + "__id__": 1383 }, "propertyPath": [ "_lpos" @@ -23948,7 +24058,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1379 + "__id__": 1385 }, "propertyPath": [ "_lpos" @@ -23969,7 +24079,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1381 + "__id__": 1387 }, "propertyPath": [ "_contentSize" @@ -23989,7 +24099,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1383 + "__id__": 1389 }, "propertyPath": [ "_contentSize" @@ -24010,7 +24120,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1385 + "__id__": 1391 }, "propertyPath": [ "_contentSize" @@ -24031,7 +24141,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1387 + "__id__": 1393 }, "propertyPath": [ "_contentSize" @@ -24052,7 +24162,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1389 + "__id__": 1395 }, "propertyPath": [ "_contentSize" @@ -24073,7 +24183,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1391 + "__id__": 1397 }, "propertyPath": [ "_contentSize" @@ -24094,7 +24204,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1393 + "__id__": 1399 }, "propertyPath": [ "_contentSize" @@ -24115,7 +24225,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1395 + "__id__": 1401 }, "propertyPath": [ "_lpos" @@ -24137,7 +24247,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1397 + "__id__": 1403 }, "propertyPath": [ "_active" @@ -24153,7 +24263,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1399 + "__id__": 1405 }, "propertyPath": [ "_active" @@ -24169,7 +24279,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1401 + "__id__": 1407 }, "propertyPath": [ "_contentSize" @@ -24189,7 +24299,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1403 + "__id__": 1409 }, "propertyPath": [ "_bottom" @@ -24205,7 +24315,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1405 + "__id__": 1411 }, "propertyPath": [ "_lpos" @@ -24226,7 +24336,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1407 + "__id__": 1413 }, "propertyPath": [ "_active" @@ -24242,7 +24352,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1409 + "__id__": 1415 }, "propertyPath": [ "_active" @@ -24258,7 +24368,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1411 + "__id__": 1417 }, "propertyPath": [ "_fontSize" @@ -24274,7 +24384,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1413 + "__id__": 1419 }, "propertyPath": [ "_string" @@ -24290,7 +24400,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1415 + "__id__": 1421 }, "propertyPath": [ "_actualFontSize" @@ -24306,7 +24416,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1417 + "__id__": 1423 }, "propertyPath": [ "_contentSize" @@ -24326,7 +24436,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1419 + "__id__": 1425 }, "propertyPath": [ "_lineHeight" @@ -24342,7 +24452,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1421 + "__id__": 1427 }, "propertyPath": [ "_fontSize" @@ -24358,7 +24468,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1423 + "__id__": 1429 }, "propertyPath": [ "_actualFontSize" @@ -24374,7 +24484,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1425 + "__id__": 1431 }, "propertyPath": [ "_lineHeight" @@ -24390,7 +24500,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1427 + "__id__": 1433 }, "propertyPath": [ "_contentSize" @@ -24410,7 +24520,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1429 + "__id__": 1435 }, "propertyPath": [ "_top" @@ -24426,7 +24536,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1431 + "__id__": 1437 }, "propertyPath": [ "_lpos" @@ -24447,7 +24557,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1433 + "__id__": 1439 }, "propertyPath": [ "_verticalCenter" @@ -24463,7 +24573,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1435 + "__id__": 1441 }, "propertyPath": [ "_string" @@ -24479,7 +24589,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1437 + "__id__": 1443 }, "propertyPath": [ "_contentSize" @@ -24499,7 +24609,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1439 + "__id__": 1445 }, "propertyPath": [ "_active" @@ -24515,7 +24625,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1441 + "__id__": 1447 }, "propertyPath": [ "_contentSize" @@ -24535,7 +24645,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1443 + "__id__": 1449 }, "propertyPath": [ "_contentSize" @@ -24562,17 +24672,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 1036 + "__id__": 1042 }, "_prefab": { - "__id__": 1446 + "__id__": 1452 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 1445 + "__id__": 1451 }, "asset": { "__uuid__": "8aaff904-8c27-4173-9716-7161893b336e", @@ -24580,7 +24690,7 @@ }, "fileId": "24rlgXRJ9AHLGpMW+aYyEx", "instance": { - "__id__": 1447 + "__id__": 1453 }, "targetOverrides": null }, @@ -24593,19 +24703,10 @@ "mountedChildren": [], "mountedComponents": [ { - "__id__": 1448 + "__id__": 1454 } ], "propertyOverrides": [ - { - "__id__": 1552 - }, - { - "__id__": 1554 - }, - { - "__id__": 1556 - }, { "__id__": 1558 }, @@ -24734,25 +24835,34 @@ }, { "__id__": 1642 + }, + { + "__id__": 1644 + }, + { + "__id__": 1646 + }, + { + "__id__": 1648 } ], "removedComponents": [ { - "__id__": 1644 + "__id__": 1650 } ] }, { "__type__": "cc.MountedComponentsInfo", "targetInfo": { - "__id__": 1449 + "__id__": 1455 }, "components": [ { - "__id__": 1450 + "__id__": 1456 }, { - "__id__": 1452 + "__id__": 1458 } ] }, @@ -24768,15 +24878,15 @@ "_objFlags": 0, "__editorExtras__": { "mountedRoot": { - "__id__": 1445 + "__id__": 1451 } }, "node": { - "__id__": 1445 + "__id__": 1451 }, "_enabled": true, "__prefab": { - "__id__": 1451 + "__id__": 1457 }, "_alignFlags": 33, "_target": null, @@ -24808,33 +24918,33 @@ "_objFlags": 0, "__editorExtras__": { "mountedRoot": { - "__id__": 1445 + "__id__": 1451 } }, "node": { - "__id__": 1445 + "__id__": 1451 }, "_enabled": true, "__prefab": { - "__id__": 1453 + "__id__": 1459 }, "name_node": { - "__id__": 1454 + "__id__": 1460 }, "icon_node": { - "__id__": 1462 + "__id__": 1468 }, "cost_node": { - "__id__": 1478 + "__id__": 1484 }, "Ckind_node": { - "__id__": 1498 + "__id__": 1504 }, "BG_node": { - "__id__": 1528 + "__id__": 1534 }, "info_node": { - "__id__": 1540 + "__id__": 1546 }, "_id": "" }, @@ -24848,23 +24958,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1445 + "__id__": 1451 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1455 + "__id__": 1461 }, { - "__id__": 1457 + "__id__": 1463 }, { - "__id__": 1459 + "__id__": 1465 } ], "_prefab": { - "__id__": 1461 + "__id__": 1467 }, "_lpos": { "__type__": "cc.Vec3", @@ -24901,11 +25011,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1454 + "__id__": 1460 }, "_enabled": true, "__prefab": { - "__id__": 1456 + "__id__": 1462 }, "_contentSize": { "__type__": "cc.Size", @@ -24929,11 +25039,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1454 + "__id__": 1460 }, "_enabled": true, "__prefab": { - "__id__": 1458 + "__id__": 1464 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -24948,7 +25058,7 @@ "_string": "名称", "_horizontalAlign": 1, "_verticalAlign": 1, - "_actualFontSize": 31, + "_actualFontSize": 25, "_fontSize": 30, "_fontFamily": "Arial", "_lineHeight": 35, @@ -24997,11 +25107,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1454 + "__id__": 1460 }, "_enabled": true, "__prefab": { - "__id__": 1460 + "__id__": 1466 }, "_alignFlags": 17, "_target": null, @@ -25046,20 +25156,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1463 + "__id__": 1469 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1473 + "__id__": 1479 }, { - "__id__": 1475 + "__id__": 1481 } ], "_prefab": { - "__id__": 1477 + "__id__": 1483 }, "_lpos": { "__type__": "cc.Vec3", @@ -25096,30 +25206,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1445 + "__id__": 1451 }, "_children": [ { - "__id__": 1462 + "__id__": 1468 } ], "_active": true, "_components": [ - { - "__id__": 1464 - }, - { - "__id__": 1466 - }, - { - "__id__": 1468 - }, { "__id__": 1470 + }, + { + "__id__": 1472 + }, + { + "__id__": 1474 + }, + { + "__id__": 1476 } ], "_prefab": { - "__id__": 1472 + "__id__": 1478 }, "_lpos": { "__type__": "cc.Vec3", @@ -25156,11 +25266,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1463 + "__id__": 1469 }, "_enabled": true, "__prefab": { - "__id__": 1465 + "__id__": 1471 }, "_contentSize": { "__type__": "cc.Size", @@ -25184,11 +25294,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1463 + "__id__": 1469 }, "_enabled": true, "__prefab": { - "__id__": 1467 + "__id__": 1473 }, "_type": 3, "_inverted": false, @@ -25206,11 +25316,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1463 + "__id__": 1469 }, "_enabled": true, "__prefab": { - "__id__": 1469 + "__id__": 1475 }, "_alignFlags": 41, "_target": null, @@ -25242,11 +25352,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1463 + "__id__": 1469 }, "_enabled": true, "__prefab": { - "__id__": 1471 + "__id__": 1477 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -25303,11 +25413,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1462 + "__id__": 1468 }, "_enabled": true, "__prefab": { - "__id__": 1474 + "__id__": 1480 }, "_contentSize": { "__type__": "cc.Size", @@ -25331,11 +25441,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1462 + "__id__": 1468 }, "_enabled": true, "__prefab": { - "__id__": 1476 + "__id__": 1482 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -25389,20 +25499,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1479 + "__id__": 1485 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1493 + "__id__": 1499 }, { - "__id__": 1495 + "__id__": 1501 } ], "_prefab": { - "__id__": 1497 + "__id__": 1503 }, "_lpos": { "__type__": "cc.Vec3", @@ -25439,30 +25549,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1445 + "__id__": 1451 }, "_children": [ { - "__id__": 1480 + "__id__": 1486 }, { - "__id__": 1478 + "__id__": 1484 } ], "_active": true, "_components": [ { - "__id__": 1486 + "__id__": 1492 }, { - "__id__": 1488 + "__id__": 1494 }, { - "__id__": 1490 + "__id__": 1496 } ], "_prefab": { - "__id__": 1492 + "__id__": 1498 }, "_lpos": { "__type__": "cc.Vec3", @@ -25499,20 +25609,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1479 + "__id__": 1485 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1481 + "__id__": 1487 }, { - "__id__": 1483 + "__id__": 1489 } ], "_prefab": { - "__id__": 1485 + "__id__": 1491 }, "_lpos": { "__type__": "cc.Vec3", @@ -25549,11 +25659,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1480 + "__id__": 1486 }, "_enabled": true, "__prefab": { - "__id__": 1482 + "__id__": 1488 }, "_contentSize": { "__type__": "cc.Size", @@ -25577,11 +25687,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1480 + "__id__": 1486 }, "_enabled": true, "__prefab": { - "__id__": 1484 + "__id__": 1490 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -25638,11 +25748,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1479 + "__id__": 1485 }, "_enabled": true, "__prefab": { - "__id__": 1487 + "__id__": 1493 }, "_contentSize": { "__type__": "cc.Size", @@ -25666,11 +25776,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1479 + "__id__": 1485 }, "_enabled": true, "__prefab": { - "__id__": 1489 + "__id__": 1495 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -25708,11 +25818,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1479 + "__id__": 1485 }, "_enabled": true, "__prefab": { - "__id__": 1491 + "__id__": 1497 }, "_alignFlags": 33, "_target": null, @@ -25757,11 +25867,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1478 + "__id__": 1484 }, "_enabled": true, "__prefab": { - "__id__": 1494 + "__id__": 1500 }, "_contentSize": { "__type__": "cc.Size", @@ -25785,11 +25895,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1478 + "__id__": 1484 }, "_enabled": true, "__prefab": { - "__id__": 1496 + "__id__": 1502 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -25866,12 +25976,9 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1445 + "__id__": 1451 }, "_children": [ - { - "__id__": 1499 - }, { "__id__": 1505 }, @@ -25880,19 +25987,22 @@ }, { "__id__": 1517 + }, + { + "__id__": 1523 } ], "_active": true, "_components": [ { - "__id__": 1523 + "__id__": 1529 }, { - "__id__": 1525 + "__id__": 1531 } ], "_prefab": { - "__id__": 1527 + "__id__": 1533 }, "_lpos": { "__type__": "cc.Vec3", @@ -25929,144 +26039,8 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1498 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 1500 - }, - { - "__id__": 1502 - } - ], - "_prefab": { "__id__": 1504 }, - "_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": 0.4, - "y": 0.4, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 1499 - }, - "_enabled": true, - "__prefab": { - "__id__": 1501 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 120, - "height": 106 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "b9X00YJSVF9r6efaMtLkI3" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 1499 - }, - "_enabled": true, - "__prefab": { - "__id__": 1503 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@8429c", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 1, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "ef8/ldQE5CGbB0s4CfTRwE" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "f3MmyLb9lML5mXGMUZsqPK", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "Card", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 1498 - }, "_children": [], "_active": true, "_components": [ @@ -26121,6 +26095,142 @@ "__prefab": { "__id__": 1507 }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 106 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b9X00YJSVF9r6efaMtLkI3" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1505 + }, + "_enabled": true, + "__prefab": { + "__id__": 1509 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@8429c", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ef8/ldQE5CGbB0s4CfTRwE" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "f3MmyLb9lML5mXGMUZsqPK", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "Card", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1504 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1512 + }, + { + "__id__": 1514 + } + ], + "_prefab": { + "__id__": 1516 + }, + "_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": 0.4, + "y": 0.4, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1511 + }, + "_enabled": true, + "__prefab": { + "__id__": 1513 + }, "_contentSize": { "__type__": "cc.Size", "width": 120, @@ -26143,11 +26253,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1505 + "__id__": 1511 }, "_enabled": true, "__prefab": { - "__id__": 1509 + "__id__": 1515 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -26204,20 +26314,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1498 + "__id__": 1504 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1512 + "__id__": 1518 }, { - "__id__": 1514 + "__id__": 1520 } ], "_prefab": { - "__id__": 1516 + "__id__": 1522 }, "_lpos": { "__type__": "cc.Vec3", @@ -26254,11 +26364,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1511 + "__id__": 1517 }, "_enabled": true, "__prefab": { - "__id__": 1513 + "__id__": 1519 }, "_contentSize": { "__type__": "cc.Size", @@ -26282,11 +26392,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1511 + "__id__": 1517 }, "_enabled": true, "__prefab": { - "__id__": 1515 + "__id__": 1521 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -26343,20 +26453,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1498 + "__id__": 1504 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1518 + "__id__": 1524 }, { - "__id__": 1520 + "__id__": 1526 } ], "_prefab": { - "__id__": 1522 + "__id__": 1528 }, "_lpos": { "__type__": "cc.Vec3", @@ -26393,11 +26503,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1517 + "__id__": 1523 }, "_enabled": true, "__prefab": { - "__id__": 1519 + "__id__": 1525 }, "_contentSize": { "__type__": "cc.Size", @@ -26421,11 +26531,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1517 + "__id__": 1523 }, "_enabled": true, "__prefab": { - "__id__": 1521 + "__id__": 1527 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -26482,11 +26592,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1498 + "__id__": 1504 }, "_enabled": true, "__prefab": { - "__id__": 1524 + "__id__": 1530 }, "_contentSize": { "__type__": "cc.Size", @@ -26510,11 +26620,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1498 + "__id__": 1504 }, "_enabled": true, "__prefab": { - "__id__": 1526 + "__id__": 1532 }, "_alignFlags": 9, "_target": null, @@ -26559,36 +26669,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1445 + "__id__": 1451 }, "_children": [ { - "__id__": 1529 + "__id__": 1535 }, { - "__id__": 1530 + "__id__": 1536 }, { - "__id__": 1531 + "__id__": 1537 }, { - "__id__": 1532 + "__id__": 1538 } ], "_active": true, "_components": [ { - "__id__": 1533 + "__id__": 1539 }, { - "__id__": 1535 + "__id__": 1541 }, { - "__id__": 1537 + "__id__": 1543 } ], "_prefab": { - "__id__": 1539 + "__id__": 1545 }, "_lpos": { "__type__": "cc.Vec3", @@ -26641,11 +26751,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1528 + "__id__": 1534 }, "_enabled": true, "__prefab": { - "__id__": 1534 + "__id__": 1540 }, "_contentSize": { "__type__": "cc.Size", @@ -26669,11 +26779,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1528 + "__id__": 1534 }, "_enabled": false, "__prefab": { - "__id__": 1536 + "__id__": 1542 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -26717,11 +26827,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1528 + "__id__": 1534 }, "_enabled": true, "__prefab": { - "__id__": 1538 + "__id__": 1544 }, "_alignFlags": 45, "_target": null, @@ -26766,24 +26876,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1445 + "__id__": 1451 }, "_children": [ { - "__id__": 1541 + "__id__": 1547 } ], "_active": true, "_components": [ { - "__id__": 1547 + "__id__": 1553 }, { - "__id__": 1549 + "__id__": 1555 } ], "_prefab": { - "__id__": 1551 + "__id__": 1557 }, "_lpos": { "__type__": "cc.Vec3", @@ -26820,20 +26930,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1540 + "__id__": 1546 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1542 + "__id__": 1548 }, { - "__id__": 1544 + "__id__": 1550 } ], "_prefab": { - "__id__": 1546 + "__id__": 1552 }, "_lpos": { "__type__": "cc.Vec3", @@ -26870,11 +26980,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1541 + "__id__": 1547 }, "_enabled": true, "__prefab": { - "__id__": 1543 + "__id__": 1549 }, "_contentSize": { "__type__": "cc.Size", @@ -26898,11 +27008,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1541 + "__id__": 1547 }, "_enabled": true, "__prefab": { - "__id__": 1545 + "__id__": 1551 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -26979,11 +27089,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1540 + "__id__": 1546 }, "_enabled": true, "__prefab": { - "__id__": 1548 + "__id__": 1554 }, "_contentSize": { "__type__": "cc.Size", @@ -27007,11 +27117,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1540 + "__id__": 1546 }, "_enabled": false, "__prefab": { - "__id__": 1550 + "__id__": 1556 }, "_alignFlags": 45, "_target": null, @@ -27053,7 +27163,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1553 + "__id__": 1559 }, "propertyPath": [ "_name" @@ -27069,7 +27179,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1555 + "__id__": 1561 }, "propertyPath": [ "_lpos" @@ -27090,7 +27200,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1557 + "__id__": 1563 }, "propertyPath": [ "_lrot" @@ -27112,7 +27222,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1559 + "__id__": 1565 }, "propertyPath": [ "_euler" @@ -27133,7 +27243,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1561 + "__id__": 1567 }, "propertyPath": [ "_active" @@ -27149,7 +27259,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1563 + "__id__": 1569 }, "propertyPath": [ "_contentSize" @@ -27169,7 +27279,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1565 + "__id__": 1571 }, "propertyPath": [ "_contentSize" @@ -27189,7 +27299,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1567 + "__id__": 1573 }, "propertyPath": [ "_lpos" @@ -27210,7 +27320,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1569 + "__id__": 1575 }, "propertyPath": [ "_lpos" @@ -27231,7 +27341,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1571 + "__id__": 1577 }, "propertyPath": [ "_contentSize" @@ -27251,7 +27361,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1573 + "__id__": 1579 }, "propertyPath": [ "_lpos" @@ -27272,7 +27382,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1575 + "__id__": 1581 }, "propertyPath": [ "_lpos" @@ -27293,7 +27403,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1577 + "__id__": 1583 }, "propertyPath": [ "_lpos" @@ -27314,7 +27424,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1579 + "__id__": 1585 }, "propertyPath": [ "_lpos" @@ -27335,7 +27445,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1581 + "__id__": 1587 }, "propertyPath": [ "_contentSize" @@ -27355,7 +27465,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1583 + "__id__": 1589 }, "propertyPath": [ "_contentSize" @@ -27376,7 +27486,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1585 + "__id__": 1591 }, "propertyPath": [ "_contentSize" @@ -27397,7 +27507,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1587 + "__id__": 1593 }, "propertyPath": [ "_contentSize" @@ -27418,7 +27528,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1589 + "__id__": 1595 }, "propertyPath": [ "_contentSize" @@ -27439,7 +27549,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1591 + "__id__": 1597 }, "propertyPath": [ "_contentSize" @@ -27460,7 +27570,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1593 + "__id__": 1599 }, "propertyPath": [ "_contentSize" @@ -27481,7 +27591,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1595 + "__id__": 1601 }, "propertyPath": [ "_lpos" @@ -27503,7 +27613,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1597 + "__id__": 1603 }, "propertyPath": [ "_active" @@ -27519,7 +27629,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1599 + "__id__": 1605 }, "propertyPath": [ "_active" @@ -27535,7 +27645,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1601 + "__id__": 1607 }, "propertyPath": [ "_contentSize" @@ -27555,7 +27665,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1603 + "__id__": 1609 }, "propertyPath": [ "_bottom" @@ -27571,7 +27681,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1605 + "__id__": 1611 }, "propertyPath": [ "_lpos" @@ -27592,7 +27702,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1607 + "__id__": 1613 }, "propertyPath": [ "_active" @@ -27608,7 +27718,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1609 + "__id__": 1615 }, "propertyPath": [ "_active" @@ -27624,7 +27734,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1611 + "__id__": 1617 }, "propertyPath": [ "_fontSize" @@ -27640,7 +27750,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1613 + "__id__": 1619 }, "propertyPath": [ "_string" @@ -27656,7 +27766,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1615 + "__id__": 1621 }, "propertyPath": [ "_actualFontSize" @@ -27672,7 +27782,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1617 + "__id__": 1623 }, "propertyPath": [ "_contentSize" @@ -27692,7 +27802,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1619 + "__id__": 1625 }, "propertyPath": [ "_lineHeight" @@ -27708,7 +27818,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1621 + "__id__": 1627 }, "propertyPath": [ "_fontSize" @@ -27724,7 +27834,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1623 + "__id__": 1629 }, "propertyPath": [ "_actualFontSize" @@ -27740,7 +27850,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1625 + "__id__": 1631 }, "propertyPath": [ "_lineHeight" @@ -27756,7 +27866,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1627 + "__id__": 1633 }, "propertyPath": [ "_contentSize" @@ -27776,7 +27886,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1629 + "__id__": 1635 }, "propertyPath": [ "_top" @@ -27792,7 +27902,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1631 + "__id__": 1637 }, "propertyPath": [ "_lpos" @@ -27813,7 +27923,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1633 + "__id__": 1639 }, "propertyPath": [ "_verticalCenter" @@ -27829,7 +27939,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1635 + "__id__": 1641 }, "propertyPath": [ "_string" @@ -27845,7 +27955,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1637 + "__id__": 1643 }, "propertyPath": [ "_contentSize" @@ -27865,7 +27975,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1639 + "__id__": 1645 }, "propertyPath": [ "_active" @@ -27881,7 +27991,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1641 + "__id__": 1647 }, "propertyPath": [ "_contentSize" @@ -27901,7 +28011,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1643 + "__id__": 1649 }, "propertyPath": [ "_contentSize" @@ -27930,11 +28040,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1036 + "__id__": 1042 }, "_enabled": true, "__prefab": { - "__id__": 1646 + "__id__": 1652 }, "_contentSize": { "__type__": "cc.Size", @@ -27958,11 +28068,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1036 + "__id__": 1042 }, "_enabled": true, "__prefab": { - "__id__": 1648 + "__id__": 1654 }, "_alignFlags": 42, "_target": null, @@ -27994,11 +28104,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1036 + "__id__": 1042 }, "_enabled": true, "__prefab": { - "__id__": 1650 + "__id__": 1656 }, "_resizeMode": 1, "_layoutType": 1, @@ -28045,30 +28155,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1027 + "__id__": 1033 }, "_children": [ { - "__id__": 1653 + "__id__": 1659 } ], "_active": true, "_components": [ - { - "__id__": 1734 - }, - { - "__id__": 1736 - }, - { - "__id__": 1738 - }, { "__id__": 1740 + }, + { + "__id__": 1742 + }, + { + "__id__": 1744 + }, + { + "__id__": 1746 } ], "_prefab": { - "__id__": 1742 + "__id__": 1748 }, "_lpos": { "__type__": "cc.Vec3", @@ -28105,36 +28215,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1652 + "__id__": 1658 }, "_children": [ { - "__id__": 1654 + "__id__": 1660 }, { - "__id__": 1662 + "__id__": 1668 }, { - "__id__": 1670 - }, - { - "__id__": 1708 + "__id__": 1676 }, { "__id__": 1714 + }, + { + "__id__": 1720 } ], "_active": true, "_components": [ { - "__id__": 1729 + "__id__": 1735 }, { - "__id__": 1731 + "__id__": 1737 } ], "_prefab": { - "__id__": 1733 + "__id__": 1739 }, "_lpos": { "__type__": "cc.Vec3", @@ -28171,23 +28281,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1653 + "__id__": 1659 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1655 + "__id__": 1661 }, { - "__id__": 1657 + "__id__": 1663 }, { - "__id__": 1659 + "__id__": 1665 } ], "_prefab": { - "__id__": 1661 + "__id__": 1667 }, "_lpos": { "__type__": "cc.Vec3", @@ -28224,11 +28334,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1654 + "__id__": 1660 }, "_enabled": true, "__prefab": { - "__id__": 1656 + "__id__": 1662 }, "_contentSize": { "__type__": "cc.Size", @@ -28252,11 +28362,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1654 + "__id__": 1660 }, "_enabled": true, "__prefab": { - "__id__": 1658 + "__id__": 1664 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -28300,11 +28410,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1654 + "__id__": 1660 }, "_enabled": true, "__prefab": { - "__id__": 1660 + "__id__": 1666 }, "_alignFlags": 45, "_target": null, @@ -28349,23 +28459,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1653 + "__id__": 1659 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1663 + "__id__": 1669 }, { - "__id__": 1665 + "__id__": 1671 }, { - "__id__": 1667 + "__id__": 1673 } ], "_prefab": { - "__id__": 1669 + "__id__": 1675 }, "_lpos": { "__type__": "cc.Vec3", @@ -28402,11 +28512,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1662 + "__id__": 1668 }, "_enabled": true, "__prefab": { - "__id__": 1664 + "__id__": 1670 }, "_contentSize": { "__type__": "cc.Size", @@ -28430,11 +28540,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1662 + "__id__": 1668 }, "_enabled": true, "__prefab": { - "__id__": 1666 + "__id__": 1672 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -28478,11 +28588,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1662 + "__id__": 1668 }, "_enabled": true, "__prefab": { - "__id__": 1668 + "__id__": 1674 }, "_alignFlags": 45, "_target": null, @@ -28527,12 +28637,9 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1653 + "__id__": 1659 }, "_children": [ - { - "__id__": 1671 - }, { "__id__": 1677 }, @@ -28541,19 +28648,22 @@ }, { "__id__": 1689 + }, + { + "__id__": 1695 } ], "_active": true, "_components": [ { - "__id__": 1703 + "__id__": 1709 }, { - "__id__": 1705 + "__id__": 1711 } ], "_prefab": { - "__id__": 1707 + "__id__": 1713 }, "_lpos": { "__type__": "cc.Vec3", @@ -28590,146 +28700,10 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1670 + "__id__": 1676 }, "_children": [], "_active": false, - "_components": [ - { - "__id__": 1672 - }, - { - "__id__": 1674 - } - ], - "_prefab": { - "__id__": 1676 - }, - "_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": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 1671 - }, - "_enabled": true, - "__prefab": { - "__id__": 1673 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 100, - "height": 30 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "1aQNSHSXhFjbFJbQA2NAV2" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 1671 - }, - "_enabled": true, - "__prefab": { - "__id__": 1675 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@7f50d", - "__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": "ce511ezQVIw5K2kjFxLkLj" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "a3uc0ZeR1GKI4lXM3nXVUD", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "icon", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 1670 - }, - "_children": [], - "_active": true, "_components": [ { "__id__": 1678 @@ -28782,6 +28756,142 @@ "__prefab": { "__id__": 1679 }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1aQNSHSXhFjbFJbQA2NAV2" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1677 + }, + "_enabled": true, + "__prefab": { + "__id__": 1681 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@7f50d", + "__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": "ce511ezQVIw5K2kjFxLkLj" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a3uc0ZeR1GKI4lXM3nXVUD", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "icon", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1676 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1684 + }, + { + "__id__": 1686 + } + ], + "_prefab": { + "__id__": 1688 + }, + "_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": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1683 + }, + "_enabled": true, + "__prefab": { + "__id__": 1685 + }, "_contentSize": { "__type__": "cc.Size", "width": 35, @@ -28804,11 +28914,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1677 + "__id__": 1683 }, "_enabled": true, "__prefab": { - "__id__": 1681 + "__id__": 1687 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -28865,20 +28975,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1670 + "__id__": 1676 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1684 + "__id__": 1690 }, { - "__id__": 1686 + "__id__": 1692 } ], "_prefab": { - "__id__": 1688 + "__id__": 1694 }, "_lpos": { "__type__": "cc.Vec3", @@ -28915,11 +29025,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1683 + "__id__": 1689 }, "_enabled": true, "__prefab": { - "__id__": 1685 + "__id__": 1691 }, "_contentSize": { "__type__": "cc.Size", @@ -28943,11 +29053,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1683 + "__id__": 1689 }, "_enabled": true, "__prefab": { - "__id__": 1687 + "__id__": 1693 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -29001,24 +29111,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1670 + "__id__": 1676 }, "_children": [ { - "__id__": 1690 + "__id__": 1696 } ], "_active": true, "_components": [ { - "__id__": 1698 + "__id__": 1704 }, { - "__id__": 1700 + "__id__": 1706 } ], "_prefab": { - "__id__": 1702 + "__id__": 1708 }, "_lpos": { "__type__": "cc.Vec3", @@ -29055,23 +29165,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1689 + "__id__": 1695 }, "_children": [], "_active": false, "_components": [ { - "__id__": 1691 + "__id__": 1697 }, { - "__id__": 1693 + "__id__": 1699 }, { - "__id__": 1695 + "__id__": 1701 } ], "_prefab": { - "__id__": 1697 + "__id__": 1703 }, "_lpos": { "__type__": "cc.Vec3", @@ -29108,11 +29218,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1690 + "__id__": 1696 }, "_enabled": true, "__prefab": { - "__id__": 1692 + "__id__": 1698 }, "_contentSize": { "__type__": "cc.Size", @@ -29136,11 +29246,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1690 + "__id__": 1696 }, "_enabled": true, "__prefab": { - "__id__": 1694 + "__id__": 1700 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -29204,11 +29314,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1690 + "__id__": 1696 }, "_enabled": true, "__prefab": { - "__id__": 1696 + "__id__": 1702 }, "_alignFlags": 8, "_target": null, @@ -29253,11 +29363,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1689 + "__id__": 1695 }, "_enabled": true, "__prefab": { - "__id__": 1699 + "__id__": 1705 }, "_contentSize": { "__type__": "cc.Size", @@ -29281,11 +29391,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1689 + "__id__": 1695 }, "_enabled": true, "__prefab": { - "__id__": 1701 + "__id__": 1707 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -29362,11 +29472,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1670 + "__id__": 1676 }, "_enabled": true, "__prefab": { - "__id__": 1704 + "__id__": 1710 }, "_contentSize": { "__type__": "cc.Size", @@ -29390,11 +29500,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1670 + "__id__": 1676 }, "_enabled": true, "__prefab": { - "__id__": 1706 + "__id__": 1712 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -29445,20 +29555,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1653 + "__id__": 1659 }, "_children": [], "_active": false, "_components": [ { - "__id__": 1709 + "__id__": 1715 }, { - "__id__": 1711 + "__id__": 1717 } ], "_prefab": { - "__id__": 1713 + "__id__": 1719 }, "_lpos": { "__type__": "cc.Vec3", @@ -29495,11 +29605,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1708 + "__id__": 1714 }, "_enabled": true, "__prefab": { - "__id__": 1710 + "__id__": 1716 }, "_contentSize": { "__type__": "cc.Size", @@ -29523,11 +29633,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1708 + "__id__": 1714 }, "_enabled": true, "__prefab": { - "__id__": 1712 + "__id__": 1718 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -29602,17 +29712,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 1653 + "__id__": 1659 }, "_prefab": { - "__id__": 1715 + "__id__": 1721 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 1714 + "__id__": 1720 }, "asset": { "__uuid__": "86a3c4cd-71c7-4502-b713-65f0ace7912a", @@ -29620,7 +29730,7 @@ }, "fileId": "d3jYvT7whFS5scQFZeO5AK", "instance": { - "__id__": 1716 + "__id__": 1722 }, "targetOverrides": null }, @@ -29634,28 +29744,28 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 1717 + "__id__": 1723 }, { - "__id__": 1719 - }, - { - "__id__": 1720 - }, - { - "__id__": 1721 - }, - { - "__id__": 1722 - }, - { - "__id__": 1724 + "__id__": 1725 }, { "__id__": 1726 }, + { + "__id__": 1727 + }, { "__id__": 1728 + }, + { + "__id__": 1730 + }, + { + "__id__": 1732 + }, + { + "__id__": 1734 } ], "removedComponents": [] @@ -29663,7 +29773,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1718 + "__id__": 1724 }, "propertyPath": [ "_name" @@ -29679,7 +29789,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1718 + "__id__": 1724 }, "propertyPath": [ "_lpos" @@ -29694,7 +29804,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1718 + "__id__": 1724 }, "propertyPath": [ "_lrot" @@ -29710,7 +29820,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1718 + "__id__": 1724 }, "propertyPath": [ "_euler" @@ -29725,7 +29835,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1723 + "__id__": 1729 }, "propertyPath": [ "_contentSize" @@ -29745,7 +29855,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1725 + "__id__": 1731 }, "propertyPath": [ "_string" @@ -29761,7 +29871,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1727 + "__id__": 1733 }, "propertyPath": [ "_contentSize" @@ -29781,7 +29891,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1718 + "__id__": 1724 }, "propertyPath": [ "_active" @@ -29794,11 +29904,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1653 + "__id__": 1659 }, "_enabled": true, "__prefab": { - "__id__": 1730 + "__id__": 1736 }, "_contentSize": { "__type__": "cc.Size", @@ -29822,11 +29932,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1653 + "__id__": 1659 }, "_enabled": false, "__prefab": { - "__id__": 1732 + "__id__": 1738 }, "_alignFlags": 44, "_target": null, @@ -29871,11 +29981,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1652 + "__id__": 1658 }, "_enabled": true, "__prefab": { - "__id__": 1735 + "__id__": 1741 }, "_contentSize": { "__type__": "cc.Size", @@ -29899,11 +30009,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1652 + "__id__": 1658 }, "_enabled": true, "__prefab": { - "__id__": 1737 + "__id__": 1743 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -29941,11 +30051,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1652 + "__id__": 1658 }, "_enabled": true, "__prefab": { - "__id__": 1739 + "__id__": 1745 }, "_alignFlags": 44, "_target": null, @@ -29977,11 +30087,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1652 + "__id__": 1658 }, "_enabled": false, "__prefab": { - "__id__": 1741 + "__id__": 1747 }, "_resizeMode": 0, "_layoutType": 1, @@ -30028,11 +30138,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1027 + "__id__": 1033 }, "_enabled": true, "__prefab": { - "__id__": 1744 + "__id__": 1750 }, "_contentSize": { "__type__": "cc.Size", @@ -30056,11 +30166,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1027 + "__id__": 1033 }, "_enabled": true, "__prefab": { - "__id__": 1746 + "__id__": 1752 }, "_alignFlags": 44, "_target": null, @@ -30092,11 +30202,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1027 + "__id__": 1033 }, "_enabled": false, "__prefab": { - "__id__": 1748 + "__id__": 1754 }, "_resizeMode": 1, "_layoutType": 1, @@ -30130,11 +30240,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1027 + "__id__": 1033 }, "_enabled": true, "__prefab": { - "__id__": 1750 + "__id__": 1756 }, "_id": "" }, @@ -30165,32 +30275,32 @@ }, "_children": [ { - "__id__": 1753 + "__id__": 1759 }, { - "__id__": 1782 + "__id__": 1788 }, { - "__id__": 1814 + "__id__": 1820 }, { - "__id__": 1843 + "__id__": 1849 } ], "_active": true, "_components": [ { - "__id__": 1874 + "__id__": 1880 }, { - "__id__": 1876 + "__id__": 1882 }, { - "__id__": 1878 + "__id__": 1884 } ], "_prefab": { - "__id__": 1880 + "__id__": 1886 }, "_lpos": { "__type__": "cc.Vec3", @@ -30225,17 +30335,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 1752 + "__id__": 1758 }, "_prefab": { - "__id__": 1754 + "__id__": 1760 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 1753 + "__id__": 1759 }, "asset": { "__uuid__": "99b1fd19-5e71-4e63-9682-d82b23244510", @@ -30243,7 +30353,7 @@ }, "fileId": "cfWG6+EKVJ3IlHCuz5Pa35", "instance": { - "__id__": 1755 + "__id__": 1761 }, "targetOverrides": null }, @@ -30257,26 +30367,17 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 1756 + "__id__": 1762 }, { - "__id__": 1758 - }, - { - "__id__": 1759 - }, - { - "__id__": 1760 - }, - { - "__id__": 1761 - }, - { - "__id__": 1763 + "__id__": 1764 }, { "__id__": 1765 }, + { + "__id__": 1766 + }, { "__id__": 1767 }, @@ -30284,25 +30385,34 @@ "__id__": 1769 }, { - "__id__": 1770 + "__id__": 1771 }, { - "__id__": 1772 - }, - { - "__id__": 1774 + "__id__": 1773 }, { "__id__": 1775 }, { - "__id__": 1777 + "__id__": 1776 }, { - "__id__": 1779 + "__id__": 1778 }, { "__id__": 1780 + }, + { + "__id__": 1781 + }, + { + "__id__": 1783 + }, + { + "__id__": 1785 + }, + { + "__id__": 1786 } ], "removedComponents": [] @@ -30310,7 +30420,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1757 + "__id__": 1763 }, "propertyPath": [ "_name" @@ -30326,7 +30436,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1757 + "__id__": 1763 }, "propertyPath": [ "_lpos" @@ -30341,7 +30451,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1757 + "__id__": 1763 }, "propertyPath": [ "_lrot" @@ -30357,7 +30467,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1757 + "__id__": 1763 }, "propertyPath": [ "_euler" @@ -30372,7 +30482,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1762 + "__id__": 1768 }, "propertyPath": [ "_contentSize" @@ -30392,7 +30502,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1764 + "__id__": 1770 }, "propertyPath": [ "_contentSize" @@ -30412,7 +30522,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1766 + "__id__": 1772 }, "propertyPath": [ "_contentSize" @@ -30432,7 +30542,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1768 + "__id__": 1774 }, "propertyPath": [ "_spriteFrame" @@ -30451,7 +30561,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1768 + "__id__": 1774 }, "propertyPath": [ "_atlas" @@ -30464,7 +30574,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1771 + "__id__": 1777 }, "propertyPath": [ "_contentSize" @@ -30484,7 +30594,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1773 + "__id__": 1779 }, "propertyPath": [ "_spriteFrame" @@ -30503,7 +30613,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1773 + "__id__": 1779 }, "propertyPath": [ "_atlas" @@ -30516,7 +30626,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1776 + "__id__": 1782 }, "propertyPath": [ "_string" @@ -30532,7 +30642,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1778 + "__id__": 1784 }, "propertyPath": [ "_string" @@ -30548,7 +30658,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1762 + "__id__": 1768 }, "propertyPath": [ "_anchorPoint" @@ -30562,7 +30672,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1781 + "__id__": 1787 }, "propertyPath": [ "_lpos" @@ -30584,17 +30694,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 1752 + "__id__": 1758 }, "_prefab": { - "__id__": 1783 + "__id__": 1789 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 1782 + "__id__": 1788 }, "asset": { "__uuid__": "99b1fd19-5e71-4e63-9682-d82b23244510", @@ -30602,7 +30712,7 @@ }, "fileId": "cfWG6+EKVJ3IlHCuz5Pa35", "instance": { - "__id__": 1784 + "__id__": 1790 }, "targetOverrides": null }, @@ -30616,58 +30726,58 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 1785 + "__id__": 1791 }, { - "__id__": 1787 - }, - { - "__id__": 1788 - }, - { - "__id__": 1789 - }, - { - "__id__": 1790 - }, - { - "__id__": 1792 + "__id__": 1793 }, { "__id__": 1794 }, + { + "__id__": 1795 + }, { "__id__": 1796 }, { - "__id__": 1797 + "__id__": 1798 }, { - "__id__": 1799 - }, - { - "__id__": 1801 + "__id__": 1800 }, { "__id__": 1802 }, { - "__id__": 1804 + "__id__": 1803 }, { - "__id__": 1806 + "__id__": 1805 }, { "__id__": 1807 }, { - "__id__": 1809 + "__id__": 1808 }, { - "__id__": 1811 + "__id__": 1810 }, { "__id__": 1812 + }, + { + "__id__": 1813 + }, + { + "__id__": 1815 + }, + { + "__id__": 1817 + }, + { + "__id__": 1818 } ], "removedComponents": [] @@ -30675,7 +30785,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1786 + "__id__": 1792 }, "propertyPath": [ "_name" @@ -30691,7 +30801,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1786 + "__id__": 1792 }, "propertyPath": [ "_lpos" @@ -30706,7 +30816,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1786 + "__id__": 1792 }, "propertyPath": [ "_lrot" @@ -30722,7 +30832,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1786 + "__id__": 1792 }, "propertyPath": [ "_euler" @@ -30737,7 +30847,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1791 + "__id__": 1797 }, "propertyPath": [ "_contentSize" @@ -30757,7 +30867,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1793 + "__id__": 1799 }, "propertyPath": [ "_contentSize" @@ -30777,7 +30887,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1795 + "__id__": 1801 }, "propertyPath": [ "_active" @@ -30793,7 +30903,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1795 + "__id__": 1801 }, "propertyPath": [ "_lpos" @@ -30808,7 +30918,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1798 + "__id__": 1804 }, "propertyPath": [ "_contentSize" @@ -30828,7 +30938,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1800 + "__id__": 1806 }, "propertyPath": [ "_spriteFrame" @@ -30847,7 +30957,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1800 + "__id__": 1806 }, "propertyPath": [ "_atlas" @@ -30860,7 +30970,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1803 + "__id__": 1809 }, "propertyPath": [ "_contentSize" @@ -30880,7 +30990,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1805 + "__id__": 1811 }, "propertyPath": [ "_spriteFrame" @@ -30899,7 +31009,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1805 + "__id__": 1811 }, "propertyPath": [ "_atlas" @@ -30912,7 +31022,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1808 + "__id__": 1814 }, "propertyPath": [ "_string" @@ -30928,7 +31038,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1810 + "__id__": 1816 }, "propertyPath": [ "_string" @@ -30944,7 +31054,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1791 + "__id__": 1797 }, "propertyPath": [ "_anchorPoint" @@ -30958,7 +31068,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1813 + "__id__": 1819 }, "propertyPath": [ "_lpos" @@ -30980,17 +31090,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 1752 + "__id__": 1758 }, "_prefab": { - "__id__": 1815 + "__id__": 1821 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 1814 + "__id__": 1820 }, "asset": { "__uuid__": "99b1fd19-5e71-4e63-9682-d82b23244510", @@ -30998,7 +31108,7 @@ }, "fileId": "cfWG6+EKVJ3IlHCuz5Pa35", "instance": { - "__id__": 1816 + "__id__": 1822 }, "targetOverrides": null }, @@ -31012,26 +31122,17 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 1817 + "__id__": 1823 }, { - "__id__": 1819 - }, - { - "__id__": 1820 - }, - { - "__id__": 1821 - }, - { - "__id__": 1822 - }, - { - "__id__": 1824 + "__id__": 1825 }, { "__id__": 1826 }, + { + "__id__": 1827 + }, { "__id__": 1828 }, @@ -31039,25 +31140,34 @@ "__id__": 1830 }, { - "__id__": 1831 + "__id__": 1832 }, { - "__id__": 1833 - }, - { - "__id__": 1835 + "__id__": 1834 }, { "__id__": 1836 }, { - "__id__": 1838 + "__id__": 1837 }, { - "__id__": 1840 + "__id__": 1839 }, { "__id__": 1841 + }, + { + "__id__": 1842 + }, + { + "__id__": 1844 + }, + { + "__id__": 1846 + }, + { + "__id__": 1847 } ], "removedComponents": [] @@ -31065,7 +31175,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1818 + "__id__": 1824 }, "propertyPath": [ "_name" @@ -31081,7 +31191,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1818 + "__id__": 1824 }, "propertyPath": [ "_lpos" @@ -31096,7 +31206,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1818 + "__id__": 1824 }, "propertyPath": [ "_lrot" @@ -31112,7 +31222,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1818 + "__id__": 1824 }, "propertyPath": [ "_euler" @@ -31127,7 +31237,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1823 + "__id__": 1829 }, "propertyPath": [ "_contentSize" @@ -31147,7 +31257,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1825 + "__id__": 1831 }, "propertyPath": [ "_contentSize" @@ -31167,7 +31277,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1827 + "__id__": 1833 }, "propertyPath": [ "_contentSize" @@ -31187,7 +31297,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1829 + "__id__": 1835 }, "propertyPath": [ "_spriteFrame" @@ -31206,7 +31316,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1829 + "__id__": 1835 }, "propertyPath": [ "_atlas" @@ -31219,7 +31329,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1832 + "__id__": 1838 }, "propertyPath": [ "_contentSize" @@ -31239,7 +31349,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1834 + "__id__": 1840 }, "propertyPath": [ "_spriteFrame" @@ -31258,7 +31368,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1834 + "__id__": 1840 }, "propertyPath": [ "_atlas" @@ -31271,7 +31381,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1837 + "__id__": 1843 }, "propertyPath": [ "_string" @@ -31287,7 +31397,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1839 + "__id__": 1845 }, "propertyPath": [ "_string" @@ -31303,7 +31413,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1823 + "__id__": 1829 }, "propertyPath": [ "_anchorPoint" @@ -31317,7 +31427,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1842 + "__id__": 1848 }, "propertyPath": [ "_lpos" @@ -31339,17 +31449,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 1752 + "__id__": 1758 }, "_prefab": { - "__id__": 1844 + "__id__": 1850 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 1843 + "__id__": 1849 }, "asset": { "__uuid__": "99b1fd19-5e71-4e63-9682-d82b23244510", @@ -31357,7 +31467,7 @@ }, "fileId": "cfWG6+EKVJ3IlHCuz5Pa35", "instance": { - "__id__": 1845 + "__id__": 1851 }, "targetOverrides": null }, @@ -31371,26 +31481,17 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 1846 + "__id__": 1852 }, { - "__id__": 1848 - }, - { - "__id__": 1849 - }, - { - "__id__": 1850 - }, - { - "__id__": 1851 - }, - { - "__id__": 1853 + "__id__": 1854 }, { "__id__": 1855 }, + { + "__id__": 1856 + }, { "__id__": 1857 }, @@ -31398,28 +31499,37 @@ "__id__": 1859 }, { - "__id__": 1860 + "__id__": 1861 }, { - "__id__": 1862 - }, - { - "__id__": 1864 + "__id__": 1863 }, { "__id__": 1865 }, { - "__id__": 1867 + "__id__": 1866 }, { - "__id__": 1869 + "__id__": 1868 + }, + { + "__id__": 1870 }, { "__id__": 1871 }, { - "__id__": 1872 + "__id__": 1873 + }, + { + "__id__": 1875 + }, + { + "__id__": 1877 + }, + { + "__id__": 1878 } ], "removedComponents": [] @@ -31427,7 +31537,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1847 + "__id__": 1853 }, "propertyPath": [ "_name" @@ -31443,7 +31553,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1847 + "__id__": 1853 }, "propertyPath": [ "_lpos" @@ -31458,7 +31568,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1847 + "__id__": 1853 }, "propertyPath": [ "_lrot" @@ -31474,7 +31584,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1847 + "__id__": 1853 }, "propertyPath": [ "_euler" @@ -31489,7 +31599,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1852 + "__id__": 1858 }, "propertyPath": [ "_contentSize" @@ -31509,7 +31619,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1854 + "__id__": 1860 }, "propertyPath": [ "_contentSize" @@ -31529,7 +31639,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1856 + "__id__": 1862 }, "propertyPath": [ "_contentSize" @@ -31549,7 +31659,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1858 + "__id__": 1864 }, "propertyPath": [ "_spriteFrame" @@ -31568,7 +31678,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1858 + "__id__": 1864 }, "propertyPath": [ "_atlas" @@ -31581,7 +31691,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1861 + "__id__": 1867 }, "propertyPath": [ "_contentSize" @@ -31601,7 +31711,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1863 + "__id__": 1869 }, "propertyPath": [ "_spriteFrame" @@ -31620,7 +31730,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1863 + "__id__": 1869 }, "propertyPath": [ "_atlas" @@ -31633,7 +31743,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1866 + "__id__": 1872 }, "propertyPath": [ "_string" @@ -31649,7 +31759,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1868 + "__id__": 1874 }, "propertyPath": [ "_string" @@ -31665,7 +31775,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1870 + "__id__": 1876 }, "propertyPath": [ "_contentSize" @@ -31685,7 +31795,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1852 + "__id__": 1858 }, "propertyPath": [ "_anchorPoint" @@ -31699,7 +31809,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1873 + "__id__": 1879 }, "propertyPath": [ "_lpos" @@ -31723,11 +31833,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1752 + "__id__": 1758 }, "_enabled": true, "__prefab": { - "__id__": 1875 + "__id__": 1881 }, "_contentSize": { "__type__": "cc.Size", @@ -31751,11 +31861,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1752 + "__id__": 1758 }, "_enabled": true, "__prefab": { - "__id__": 1877 + "__id__": 1883 }, "_alignFlags": 44, "_target": null, @@ -31787,11 +31897,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1752 + "__id__": 1758 }, "_enabled": true, "__prefab": { - "__id__": 1879 + "__id__": 1885 }, "_resizeMode": 0, "_layoutType": 1, @@ -31842,32 +31952,32 @@ }, "_children": [ { - "__id__": 1882 + "__id__": 1888 }, { - "__id__": 1892 + "__id__": 1898 }, { - "__id__": 1902 + "__id__": 1908 } ], "_active": false, "_components": [ - { - "__id__": 1912 - }, - { - "__id__": 1914 - }, - { - "__id__": 1916 - }, { "__id__": 1918 + }, + { + "__id__": 1920 + }, + { + "__id__": 1922 + }, + { + "__id__": 1924 } ], "_prefab": { - "__id__": 1920 + "__id__": 1926 }, "_lpos": { "__type__": "cc.Vec3", @@ -31904,21 +32014,21 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1881 + "__id__": 1887 }, "_children": [ { - "__id__": 1883 + "__id__": 1889 } ], "_active": true, "_components": [ { - "__id__": 1889 + "__id__": 1895 } ], "_prefab": { - "__id__": 1891 + "__id__": 1897 }, "_lpos": { "__type__": "cc.Vec3", @@ -31955,20 +32065,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1882 + "__id__": 1888 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1884 + "__id__": 1890 }, { - "__id__": 1886 + "__id__": 1892 } ], "_prefab": { - "__id__": 1888 + "__id__": 1894 }, "_lpos": { "__type__": "cc.Vec3", @@ -32005,11 +32115,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1883 + "__id__": 1889 }, "_enabled": true, "__prefab": { - "__id__": 1885 + "__id__": 1891 }, "_contentSize": { "__type__": "cc.Size", @@ -32033,11 +32143,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1883 + "__id__": 1889 }, "_enabled": true, "__prefab": { - "__id__": 1887 + "__id__": 1893 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -32091,11 +32201,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1882 + "__id__": 1888 }, "_enabled": true, "__prefab": { - "__id__": 1890 + "__id__": 1896 }, "_contentSize": { "__type__": "cc.Size", @@ -32132,21 +32242,21 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1881 + "__id__": 1887 }, "_children": [ { - "__id__": 1893 + "__id__": 1899 } ], "_active": true, "_components": [ { - "__id__": 1899 + "__id__": 1905 } ], "_prefab": { - "__id__": 1901 + "__id__": 1907 }, "_lpos": { "__type__": "cc.Vec3", @@ -32183,20 +32293,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1892 + "__id__": 1898 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1894 + "__id__": 1900 }, { - "__id__": 1896 + "__id__": 1902 } ], "_prefab": { - "__id__": 1898 + "__id__": 1904 }, "_lpos": { "__type__": "cc.Vec3", @@ -32233,11 +32343,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1893 + "__id__": 1899 }, "_enabled": true, "__prefab": { - "__id__": 1895 + "__id__": 1901 }, "_contentSize": { "__type__": "cc.Size", @@ -32261,11 +32371,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1893 + "__id__": 1899 }, "_enabled": true, "__prefab": { - "__id__": 1897 + "__id__": 1903 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -32319,11 +32429,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1892 + "__id__": 1898 }, "_enabled": true, "__prefab": { - "__id__": 1900 + "__id__": 1906 }, "_contentSize": { "__type__": "cc.Size", @@ -32360,21 +32470,21 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1881 + "__id__": 1887 }, "_children": [ { - "__id__": 1903 + "__id__": 1909 } ], "_active": true, "_components": [ { - "__id__": 1909 + "__id__": 1915 } ], "_prefab": { - "__id__": 1911 + "__id__": 1917 }, "_lpos": { "__type__": "cc.Vec3", @@ -32411,20 +32521,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1902 + "__id__": 1908 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1904 + "__id__": 1910 }, { - "__id__": 1906 + "__id__": 1912 } ], "_prefab": { - "__id__": 1908 + "__id__": 1914 }, "_lpos": { "__type__": "cc.Vec3", @@ -32461,11 +32571,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1903 + "__id__": 1909 }, "_enabled": true, "__prefab": { - "__id__": 1905 + "__id__": 1911 }, "_contentSize": { "__type__": "cc.Size", @@ -32489,11 +32599,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1903 + "__id__": 1909 }, "_enabled": true, "__prefab": { - "__id__": 1907 + "__id__": 1913 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -32547,11 +32657,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1902 + "__id__": 1908 }, "_enabled": true, "__prefab": { - "__id__": 1910 + "__id__": 1916 }, "_contentSize": { "__type__": "cc.Size", @@ -32588,11 +32698,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1881 + "__id__": 1887 }, "_enabled": true, "__prefab": { - "__id__": 1913 + "__id__": 1919 }, "_contentSize": { "__type__": "cc.Size", @@ -32616,11 +32726,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1881 + "__id__": 1887 }, "_enabled": true, "__prefab": { - "__id__": 1915 + "__id__": 1921 }, "_alignFlags": 44, "_target": null, @@ -32652,11 +32762,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1881 + "__id__": 1887 }, "_enabled": true, "__prefab": { - "__id__": 1917 + "__id__": 1923 }, "_resizeMode": 0, "_layoutType": 1, @@ -32690,11 +32800,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1881 + "__id__": 1887 }, "_enabled": true, "__prefab": { - "__id__": 1919 + "__id__": 1925 }, "_id": "" }, @@ -32724,27 +32834,27 @@ "__id__": 1 }, "_children": [ - { - "__id__": 1922 - }, { "__id__": 1928 }, { - "__id__": 1936 + "__id__": 1934 + }, + { + "__id__": 1942 } ], "_active": true, "_components": [ { - "__id__": 1946 + "__id__": 1952 }, { - "__id__": 1948 + "__id__": 1954 } ], "_prefab": { - "__id__": 1950 + "__id__": 1956 }, "_lpos": { "__type__": "cc.Vec3", @@ -32781,20 +32891,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1921 + "__id__": 1927 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1923 + "__id__": 1929 }, { - "__id__": 1925 + "__id__": 1931 } ], "_prefab": { - "__id__": 1927 + "__id__": 1933 }, "_lpos": { "__type__": "cc.Vec3", @@ -32831,11 +32941,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1922 + "__id__": 1928 }, "_enabled": true, "__prefab": { - "__id__": 1924 + "__id__": 1930 }, "_contentSize": { "__type__": "cc.Size", @@ -32859,11 +32969,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1922 + "__id__": 1928 }, "_enabled": true, "__prefab": { - "__id__": 1926 + "__id__": 1932 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -32917,23 +33027,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1921 + "__id__": 1927 }, "_children": [], "_active": false, "_components": [ { - "__id__": 1929 + "__id__": 1935 }, { - "__id__": 1931 + "__id__": 1937 }, { - "__id__": 1933 + "__id__": 1939 } ], "_prefab": { - "__id__": 1935 + "__id__": 1941 }, "_lpos": { "__type__": "cc.Vec3", @@ -32970,11 +33080,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1928 + "__id__": 1934 }, "_enabled": true, "__prefab": { - "__id__": 1930 + "__id__": 1936 }, "_contentSize": { "__type__": "cc.Size", @@ -32998,11 +33108,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1928 + "__id__": 1934 }, "_enabled": true, "__prefab": { - "__id__": 1932 + "__id__": 1938 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -33046,11 +33156,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1928 + "__id__": 1934 }, "_enabled": true, "__prefab": { - "__id__": 1934 + "__id__": 1940 }, "_alignFlags": 40, "_target": null, @@ -33095,26 +33205,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1921 + "__id__": 1927 }, "_children": [], "_active": true, "_components": [ - { - "__id__": 1937 - }, - { - "__id__": 1939 - }, - { - "__id__": 1941 - }, { "__id__": 1943 + }, + { + "__id__": 1945 + }, + { + "__id__": 1947 + }, + { + "__id__": 1949 } ], "_prefab": { - "__id__": 1945 + "__id__": 1951 }, "_lpos": { "__type__": "cc.Vec3", @@ -33151,11 +33261,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1936 + "__id__": 1942 }, "_enabled": true, "__prefab": { - "__id__": 1938 + "__id__": 1944 }, "_contentSize": { "__type__": "cc.Size", @@ -33179,11 +33289,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1936 + "__id__": 1942 }, "_enabled": true, "__prefab": { - "__id__": 1940 + "__id__": 1946 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -33247,11 +33357,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1936 + "__id__": 1942 }, "_enabled": true, "__prefab": { - "__id__": 1942 + "__id__": 1948 }, "_params": [], "_dataID": "", @@ -33267,11 +33377,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1936 + "__id__": 1942 }, "_enabled": true, "__prefab": { - "__id__": 1944 + "__id__": 1950 }, "_alignFlags": 45, "_target": null, @@ -33316,11 +33426,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1921 + "__id__": 1927 }, "_enabled": true, "__prefab": { - "__id__": 1947 + "__id__": 1953 }, "_contentSize": { "__type__": "cc.Size", @@ -33344,11 +33454,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1921 + "__id__": 1927 }, "_enabled": true, "__prefab": { - "__id__": 1949 + "__id__": 1955 }, "_alignFlags": 1, "_target": null, @@ -33397,26 +33507,26 @@ }, "_children": [ { - "__id__": 1952 + "__id__": 1958 }, { - "__id__": 1968 + "__id__": 1974 }, { - "__id__": 1978 + "__id__": 1984 } ], "_active": true, "_components": [ { - "__id__": 1990 + "__id__": 1996 }, { - "__id__": 1992 + "__id__": 1998 } ], "_prefab": { - "__id__": 1994 + "__id__": 2000 }, "_lpos": { "__type__": "cc.Vec3", @@ -33453,24 +33563,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1951 + "__id__": 1957 }, "_children": [ { - "__id__": 1953 + "__id__": 1959 }, { - "__id__": 1959 + "__id__": 1965 } ], "_active": true, "_components": [ { - "__id__": 1965 + "__id__": 1971 } ], "_prefab": { - "__id__": 1967 + "__id__": 1973 }, "_lpos": { "__type__": "cc.Vec3", @@ -33507,20 +33617,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1952 + "__id__": 1958 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1954 + "__id__": 1960 }, { - "__id__": 1956 + "__id__": 1962 } ], "_prefab": { - "__id__": 1958 + "__id__": 1964 }, "_lpos": { "__type__": "cc.Vec3", @@ -33557,11 +33667,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1953 + "__id__": 1959 }, "_enabled": true, "__prefab": { - "__id__": 1955 + "__id__": 1961 }, "_contentSize": { "__type__": "cc.Size", @@ -33585,11 +33695,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1953 + "__id__": 1959 }, "_enabled": true, "__prefab": { - "__id__": 1957 + "__id__": 1963 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -33646,20 +33756,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1952 + "__id__": 1958 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1960 + "__id__": 1966 }, { - "__id__": 1962 + "__id__": 1968 } ], "_prefab": { - "__id__": 1964 + "__id__": 1970 }, "_lpos": { "__type__": "cc.Vec3", @@ -33696,11 +33806,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1959 + "__id__": 1965 }, "_enabled": true, "__prefab": { - "__id__": 1961 + "__id__": 1967 }, "_contentSize": { "__type__": "cc.Size", @@ -33724,11 +33834,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1959 + "__id__": 1965 }, "_enabled": true, "__prefab": { - "__id__": 1963 + "__id__": 1969 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -33805,11 +33915,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1952 + "__id__": 1958 }, "_enabled": true, "__prefab": { - "__id__": 1966 + "__id__": 1972 }, "_contentSize": { "__type__": "cc.Size", @@ -33846,21 +33956,21 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1951 + "__id__": 1957 }, "_children": [ { - "__id__": 1969 + "__id__": 1975 } ], "_active": false, "_components": [ { - "__id__": 1975 + "__id__": 1981 } ], "_prefab": { - "__id__": 1977 + "__id__": 1983 }, "_lpos": { "__type__": "cc.Vec3", @@ -33897,20 +34007,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1968 + "__id__": 1974 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1970 + "__id__": 1976 }, { - "__id__": 1972 + "__id__": 1978 } ], "_prefab": { - "__id__": 1974 + "__id__": 1980 }, "_lpos": { "__type__": "cc.Vec3", @@ -33947,11 +34057,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1969 + "__id__": 1975 }, "_enabled": true, "__prefab": { - "__id__": 1971 + "__id__": 1977 }, "_contentSize": { "__type__": "cc.Size", @@ -33975,11 +34085,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1969 + "__id__": 1975 }, "_enabled": true, "__prefab": { - "__id__": 1973 + "__id__": 1979 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -34056,11 +34166,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1968 + "__id__": 1974 }, "_enabled": true, "__prefab": { - "__id__": 1976 + "__id__": 1982 }, "_contentSize": { "__type__": "cc.Size", @@ -34097,24 +34207,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1951 + "__id__": 1957 }, "_children": [ { - "__id__": 1979 + "__id__": 1985 } ], "_active": true, "_components": [ { - "__id__": 1985 + "__id__": 1991 }, { - "__id__": 1987 + "__id__": 1993 } ], "_prefab": { - "__id__": 1989 + "__id__": 1995 }, "_lpos": { "__type__": "cc.Vec3", @@ -34151,20 +34261,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1978 + "__id__": 1984 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1980 + "__id__": 1986 }, { - "__id__": 1982 + "__id__": 1988 } ], "_prefab": { - "__id__": 1984 + "__id__": 1990 }, "_lpos": { "__type__": "cc.Vec3", @@ -34201,11 +34311,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1979 + "__id__": 1985 }, "_enabled": true, "__prefab": { - "__id__": 1981 + "__id__": 1987 }, "_contentSize": { "__type__": "cc.Size", @@ -34229,11 +34339,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1979 + "__id__": 1985 }, "_enabled": true, "__prefab": { - "__id__": 1983 + "__id__": 1989 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -34290,11 +34400,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1978 + "__id__": 1984 }, "_enabled": true, "__prefab": { - "__id__": 1986 + "__id__": 1992 }, "_contentSize": { "__type__": "cc.Size", @@ -34318,11 +34428,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1978 + "__id__": 1984 }, "_enabled": true, "__prefab": { - "__id__": 1988 + "__id__": 1994 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -34399,11 +34509,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1951 + "__id__": 1957 }, "_enabled": true, "__prefab": { - "__id__": 1991 + "__id__": 1997 }, "_contentSize": { "__type__": "cc.Size", @@ -34427,11 +34537,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1951 + "__id__": 1957 }, "_enabled": true, "__prefab": { - "__id__": 1993 + "__id__": 1999 }, "_alignFlags": 41, "_target": null, @@ -34480,7 +34590,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 1996 + "__id__": 2002 }, "_contentSize": { "__type__": "cc.Size", @@ -34508,7 +34618,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 1998 + "__id__": 2004 }, "_alignFlags": 21, "_target": null, @@ -34544,16 +34654,16 @@ }, "_enabled": true, "__prefab": { - "__id__": 2000 + "__id__": 2006 }, "debugMode": false, "showMemoryPanel": true, "start_btn": null, "time_node": { - "__id__": 1951 + "__id__": 1957 }, "tooltip": { - "__id__": 1921 + "__id__": 1927 }, "_id": "" }, @@ -34571,7 +34681,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 2002 + "__id__": 2008 }, "cards_node": { "__id__": 219 @@ -34585,50 +34695,48 @@ "card3": { "__id__": 323 }, - "card4": { - "__id__": 370 - }, + "card4": null, "cards_chou": { - "__id__": 425 + "__id__": 489 }, "nock_node": { - "__id__": 1881 + "__id__": 1887 }, "showHeros": { - "__id__": 1753 + "__id__": 1759 }, "closeHeros": null, "showEquips": { - "__id__": 1782 + "__id__": 1788 }, "closeEquips": { - "__id__": 784 + "__id__": 790 }, "showSkills": { - "__id__": 1814 + "__id__": 1820 }, "closeSkills": null, "equipsPanNode": { - "__id__": 524 + "__id__": 588 }, "equipsBoxNode": { - "__id__": 551 + "__id__": 615 }, "equipPrefab": { "__uuid__": "f30f91b1-3100-4d9e-befb-cdde5f86e6f8", "__expectedType__": "cc.Prefab" }, "showShop": { - "__id__": 1843 + "__id__": 1849 }, "closeShop": { - "__id__": 949 + "__id__": 955 }, "shopPanNode": { - "__id__": 862 + "__id__": 868 }, "shopBoxNode": { - "__id__": 889 + "__id__": 895 }, "itemPrefab": { "__uuid__": "2986f629-e688-418c-9bfc-806485474e36", @@ -34643,16 +34751,16 @@ "__id__": 157 }, "skill_card_node": { - "__id__": 1027 + "__id__": 1033 }, "skill_card1": { - "__id__": 1037 + "__id__": 1043 }, "skill_card2": { - "__id__": 1245 + "__id__": 1251 }, "skill_card3": { - "__id__": 1445 + "__id__": 1451 }, "skill_refresh": null, "skill_ad_refresh": null, @@ -34673,7 +34781,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 2004 + "__id__": 2010 }, "_id": "" }, @@ -34691,7 +34799,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 2006 + "__id__": 2012 }, "debugMode": false, "_id": "" @@ -34710,7 +34818,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 2008 + "__id__": 2014 }, "skill_box": { "__uuid__": "d19cde30-f5d0-47de-a0d5-3a272b696343", @@ -34732,7 +34840,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 2010 + "__id__": 2016 }, "equip_box": { "__uuid__": "66d7902d-2a85-43d5-8cbb-671cc7dbb275", @@ -34755,15 +34863,6 @@ "fileId": "f7/N7i8SZFDZ/cm3Iro3X8", "instance": null, "targetOverrides": [ - { - "__id__": 2012 - }, - { - "__id__": 2014 - }, - { - "__id__": 2016 - }, { "__id__": 2018 }, @@ -34808,65 +34907,74 @@ }, { "__id__": 2046 + }, + { + "__id__": 2048 + }, + { + "__id__": 2050 + }, + { + "__id__": 2052 } ], "nestedPrefabInstanceRoots": [ { - "__id__": 1843 + "__id__": 1849 }, { - "__id__": 1814 + "__id__": 1820 }, { - "__id__": 1782 + "__id__": 1788 }, { - "__id__": 1753 + "__id__": 1759 }, { - "__id__": 1714 + "__id__": 1720 }, { - "__id__": 1445 + "__id__": 1451 }, { - "__id__": 1245 + "__id__": 1251 }, { - "__id__": 1037 + "__id__": 1043 }, { - "__id__": 950 + "__id__": 956 }, { - "__id__": 900 + "__id__": 906 }, { - "__id__": 785 + "__id__": 791 }, { - "__id__": 734 + "__id__": 737 }, { "__id__": 700 }, { - "__id__": 666 + "__id__": 663 }, { - "__id__": 632 + "__id__": 626 }, { - "__id__": 598 + "__id__": 550 }, { - "__id__": 562 + "__id__": 448 }, { - "__id__": 486 + "__id__": 413 }, { - "__id__": 370 + "__id__": 378 }, { "__id__": 323 @@ -34906,80 +35014,14 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 1044 + "__id__": 1050 }, "sourceInfo": null, "propertyPath": [ "name_node" ], "target": { - "__id__": 1037 - }, - "targetInfo": { - "__id__": 2013 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "c6fA+I52NLy7nwIG/TAXFX" - ] - }, - { - "__type__": "cc.TargetOverrideInfo", - "source": { - "__id__": 1044 - }, - "sourceInfo": null, - "propertyPath": [ - "icon_node" - ], - "target": { - "__id__": 1037 - }, - "targetInfo": { - "__id__": 2015 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "08p7XmUnpCJKHgFSs+XBKi" - ] - }, - { - "__type__": "cc.TargetOverrideInfo", - "source": { - "__id__": 1044 - }, - "sourceInfo": null, - "propertyPath": [ - "cost_node" - ], - "target": { - "__id__": 1037 - }, - "targetInfo": { - "__id__": 2017 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "a4O65jIXVFSLC6FbI24SzB" - ] - }, - { - "__type__": "cc.TargetOverrideInfo", - "source": { - "__id__": 1044 - }, - "sourceInfo": null, - "propertyPath": [ - "Ckind_node" - ], - "target": { - "__id__": 1037 + "__id__": 1043 }, "targetInfo": { "__id__": 2019 @@ -34988,20 +35030,20 @@ { "__type__": "cc.TargetInfo", "localID": [ - "2b5S+tVLtA5Ykc/qVoMdAC" + "c6fA+I52NLy7nwIG/TAXFX" ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 1044 + "__id__": 1050 }, "sourceInfo": null, "propertyPath": [ - "BG_node" + "icon_node" ], "target": { - "__id__": 1037 + "__id__": 1043 }, "targetInfo": { "__id__": 2021 @@ -35010,20 +35052,20 @@ { "__type__": "cc.TargetInfo", "localID": [ - "40n0LdBjNFe5UPFihdLgY/" + "08p7XmUnpCJKHgFSs+XBKi" ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 1044 + "__id__": 1050 }, "sourceInfo": null, "propertyPath": [ - "info_node" + "cost_node" ], "target": { - "__id__": 1037 + "__id__": 1043 }, "targetInfo": { "__id__": 2023 @@ -35032,20 +35074,20 @@ { "__type__": "cc.TargetInfo", "localID": [ - "c1DUjdrfNI6Jnt+H+dT4VQ" + "a4O65jIXVFSLC6FbI24SzB" ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 1252 + "__id__": 1050 }, "sourceInfo": null, "propertyPath": [ - "BG_node" + "Ckind_node" ], "target": { - "__id__": 1245 + "__id__": 1043 }, "targetInfo": { "__id__": 2025 @@ -35054,20 +35096,20 @@ { "__type__": "cc.TargetInfo", "localID": [ - "40n0LdBjNFe5UPFihdLgY/" + "2b5S+tVLtA5Ykc/qVoMdAC" ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 1252 + "__id__": 1050 }, "sourceInfo": null, "propertyPath": [ - "icon_node" + "BG_node" ], "target": { - "__id__": 1245 + "__id__": 1043 }, "targetInfo": { "__id__": 2027 @@ -35076,89 +35118,23 @@ { "__type__": "cc.TargetInfo", "localID": [ - "08p7XmUnpCJKHgFSs+XBKi" + "40n0LdBjNFe5UPFihdLgY/" ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 1252 - }, - "sourceInfo": null, - "propertyPath": [ - "cost_node" - ], - "target": { - "__id__": 1245 - }, - "targetInfo": { - "__id__": 2029 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "a4O65jIXVFSLC6FbI24SzB" - ] - }, - { - "__type__": "cc.TargetOverrideInfo", - "source": { - "__id__": 1252 - }, - "sourceInfo": null, - "propertyPath": [ - "name_node" - ], - "target": { - "__id__": 1245 - }, - "targetInfo": { - "__id__": 2031 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "c6fA+I52NLy7nwIG/TAXFX" - ] - }, - { - "__type__": "cc.TargetOverrideInfo", - "source": { - "__id__": 1252 - }, - "sourceInfo": null, - "propertyPath": [ - "Ckind_node" - ], - "target": { - "__id__": 1245 - }, - "targetInfo": { - "__id__": 2033 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "2b5S+tVLtA5Ykc/qVoMdAC" - ] - }, - { - "__type__": "cc.TargetOverrideInfo", - "source": { - "__id__": 1252 + "__id__": 1050 }, "sourceInfo": null, "propertyPath": [ "info_node" ], "target": { - "__id__": 1245 + "__id__": 1043 }, "targetInfo": { - "__id__": 2035 + "__id__": 2029 } }, { @@ -35170,17 +35146,17 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 1452 + "__id__": 1258 }, "sourceInfo": null, "propertyPath": [ "BG_node" ], "target": { - "__id__": 1445 + "__id__": 1251 }, "targetInfo": { - "__id__": 2037 + "__id__": 2031 } }, { @@ -35192,17 +35168,17 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 1452 + "__id__": 1258 }, "sourceInfo": null, "propertyPath": [ "icon_node" ], "target": { - "__id__": 1445 + "__id__": 1251 }, "targetInfo": { - "__id__": 2039 + "__id__": 2033 } }, { @@ -35214,17 +35190,17 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 1452 + "__id__": 1258 }, "sourceInfo": null, "propertyPath": [ "cost_node" ], "target": { - "__id__": 1445 + "__id__": 1251 }, "targetInfo": { - "__id__": 2041 + "__id__": 2035 } }, { @@ -35236,17 +35212,17 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 1452 + "__id__": 1258 }, "sourceInfo": null, "propertyPath": [ "name_node" ], "target": { - "__id__": 1445 + "__id__": 1251 }, "targetInfo": { - "__id__": 2043 + "__id__": 2037 } }, { @@ -35258,17 +35234,17 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 1452 + "__id__": 1258 }, "sourceInfo": null, "propertyPath": [ "Ckind_node" ], "target": { - "__id__": 1445 + "__id__": 1251 }, "targetInfo": { - "__id__": 2045 + "__id__": 2039 } }, { @@ -35280,19 +35256,151 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 1452 + "__id__": 1258 }, "sourceInfo": null, "propertyPath": [ "info_node" ], "target": { - "__id__": 1445 + "__id__": 1251 + }, + "targetInfo": { + "__id__": 2041 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "c1DUjdrfNI6Jnt+H+dT4VQ" + ] + }, + { + "__type__": "cc.TargetOverrideInfo", + "source": { + "__id__": 1458 + }, + "sourceInfo": null, + "propertyPath": [ + "BG_node" + ], + "target": { + "__id__": 1451 + }, + "targetInfo": { + "__id__": 2043 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "40n0LdBjNFe5UPFihdLgY/" + ] + }, + { + "__type__": "cc.TargetOverrideInfo", + "source": { + "__id__": 1458 + }, + "sourceInfo": null, + "propertyPath": [ + "icon_node" + ], + "target": { + "__id__": 1451 + }, + "targetInfo": { + "__id__": 2045 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "08p7XmUnpCJKHgFSs+XBKi" + ] + }, + { + "__type__": "cc.TargetOverrideInfo", + "source": { + "__id__": 1458 + }, + "sourceInfo": null, + "propertyPath": [ + "cost_node" + ], + "target": { + "__id__": 1451 }, "targetInfo": { "__id__": 2047 } }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "a4O65jIXVFSLC6FbI24SzB" + ] + }, + { + "__type__": "cc.TargetOverrideInfo", + "source": { + "__id__": 1458 + }, + "sourceInfo": null, + "propertyPath": [ + "name_node" + ], + "target": { + "__id__": 1451 + }, + "targetInfo": { + "__id__": 2049 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "c6fA+I52NLy7nwIG/TAXFX" + ] + }, + { + "__type__": "cc.TargetOverrideInfo", + "source": { + "__id__": 1458 + }, + "sourceInfo": null, + "propertyPath": [ + "Ckind_node" + ], + "target": { + "__id__": 1451 + }, + "targetInfo": { + "__id__": 2051 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "2b5S+tVLtA5Ykc/qVoMdAC" + ] + }, + { + "__type__": "cc.TargetOverrideInfo", + "source": { + "__id__": 1458 + }, + "sourceInfo": null, + "propertyPath": [ + "info_node" + ], + "target": { + "__id__": 1451 + }, + "targetInfo": { + "__id__": 2053 + } + }, { "__type__": "cc.TargetInfo", "localID": [ diff --git a/assets/resources/gui/role_controller.prefab b/assets/resources/gui/role_controller.prefab index cc086110..0462433c 100644 --- a/assets/resources/gui/role_controller.prefab +++ b/assets/resources/gui/role_controller.prefab @@ -22,26 +22,26 @@ "__id__": 2 }, { - "__id__": 393 + "__id__": 397 }, { - "__id__": 402 + "__id__": 406 } ], "_active": true, "_components": [ - { - "__id__": 415 - }, - { - "__id__": 417 - }, { "__id__": 419 + }, + { + "__id__": 421 + }, + { + "__id__": 423 } ], "_prefab": { - "__id__": 421 + "__id__": 425 }, "_lpos": { "__type__": "cc.Vec3", @@ -96,18 +96,18 @@ ], "_active": true, "_components": [ - { - "__id__": 386 - }, - { - "__id__": 388 - }, { "__id__": 390 + }, + { + "__id__": 392 + }, + { + "__id__": 394 } ], "_prefab": { - "__id__": 392 + "__id__": 396 }, "_lpos": { "__type__": "cc.Vec3", @@ -1477,35 +1477,35 @@ "__id__": 130 }, { - "__id__": 138 + "__id__": 142 }, { - "__id__": 185 + "__id__": 189 }, { - "__id__": 232 + "__id__": 236 }, { - "__id__": 281 + "__id__": 285 }, { - "__id__": 330 + "__id__": 334 } ], "_active": true, "_components": [ - { - "__id__": 379 - }, - { - "__id__": 381 - }, { "__id__": 383 + }, + { + "__id__": 385 + }, + { + "__id__": 387 } ], "_prefab": { - "__id__": 385 + "__id__": 389 }, "_lpos": { "__type__": "cc.Vec3", @@ -2710,6 +2710,15 @@ }, { "__id__": 137 + }, + { + "__id__": 138 + }, + { + "__id__": 140 + }, + { + "__id__": 141 } ], "removedComponents": [] @@ -2776,6 +2785,50 @@ "z": 0 } }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 139 + }, + "propertyPath": [ + "clickEvents", + "0", + "target" + ], + "value": { + "__id__": 2 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "d4a+E6PepIYpeu+tAO3nAi" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 139 + }, + "propertyPath": [ + "clickEvents", + "0", + "_componentId" + ], + "value": "11498TbVJpO6qmZ8m9k55Zx" + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 139 + }, + "propertyPath": [ + "clickEvents", + "0", + "handler" + ], + "value": "home_active" + }, { "__type__": "cc.Node", "_name": "ranks", @@ -2786,23 +2839,23 @@ }, "_children": [ { - "__id__": 139 + "__id__": 143 }, { - "__id__": 159 + "__id__": 163 } ], "_active": false, "_components": [ { - "__id__": 179 + "__id__": 183 }, { - "__id__": 181 + "__id__": 185 } ], "_prefab": { - "__id__": 184 + "__id__": 188 }, "_lpos": { "__type__": "cc.Vec3", @@ -2839,30 +2892,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 138 + "__id__": 142 }, "_children": [ { - "__id__": 140 + "__id__": 144 }, { - "__id__": 146 + "__id__": 150 } ], "_active": true, "_components": [ - { - "__id__": 152 - }, - { - "__id__": 154 - }, { "__id__": 156 + }, + { + "__id__": 158 + }, + { + "__id__": 160 } ], "_prefab": { - "__id__": 158 + "__id__": 162 }, "_lpos": { "__type__": "cc.Vec3", @@ -2899,20 +2952,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 139 + "__id__": 143 }, "_children": [], "_active": true, "_components": [ { - "__id__": 141 + "__id__": 145 }, { - "__id__": 143 + "__id__": 147 } ], "_prefab": { - "__id__": 145 + "__id__": 149 }, "_lpos": { "__type__": "cc.Vec3", @@ -2949,11 +3002,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 140 + "__id__": 144 }, "_enabled": true, "__prefab": { - "__id__": 142 + "__id__": 146 }, "_contentSize": { "__type__": "cc.Size", @@ -2977,11 +3030,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 140 + "__id__": 144 }, "_enabled": true, "__prefab": { - "__id__": 144 + "__id__": 148 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3038,20 +3091,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 139 + "__id__": 143 }, "_children": [], "_active": true, "_components": [ { - "__id__": 147 + "__id__": 151 }, { - "__id__": 149 + "__id__": 153 } ], "_prefab": { - "__id__": 151 + "__id__": 155 }, "_lpos": { "__type__": "cc.Vec3", @@ -3088,11 +3141,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 146 + "__id__": 150 }, "_enabled": true, "__prefab": { - "__id__": 148 + "__id__": 152 }, "_contentSize": { "__type__": "cc.Size", @@ -3116,11 +3169,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 146 + "__id__": 150 }, "_enabled": true, "__prefab": { - "__id__": 150 + "__id__": 154 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3197,11 +3250,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 139 + "__id__": 143 }, "_enabled": true, "__prefab": { - "__id__": 153 + "__id__": 157 }, "_contentSize": { "__type__": "cc.Size", @@ -3225,11 +3278,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 139 + "__id__": 143 }, "_enabled": true, "__prefab": { - "__id__": 155 + "__id__": 159 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3270,11 +3323,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 139 + "__id__": 143 }, "_enabled": true, "__prefab": { - "__id__": 157 + "__id__": 161 }, "_alignFlags": 45, "_target": null, @@ -3319,30 +3372,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 138 + "__id__": 142 }, "_children": [ { - "__id__": 160 + "__id__": 164 }, { - "__id__": 166 + "__id__": 170 } ], "_active": false, "_components": [ - { - "__id__": 172 - }, - { - "__id__": 174 - }, { "__id__": 176 + }, + { + "__id__": 178 + }, + { + "__id__": 180 } ], "_prefab": { - "__id__": 178 + "__id__": 182 }, "_lpos": { "__type__": "cc.Vec3", @@ -3379,20 +3432,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 159 + "__id__": 163 }, "_children": [], "_active": true, "_components": [ { - "__id__": 161 + "__id__": 165 }, { - "__id__": 163 + "__id__": 167 } ], "_prefab": { - "__id__": 165 + "__id__": 169 }, "_lpos": { "__type__": "cc.Vec3", @@ -3429,11 +3482,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 160 + "__id__": 164 }, "_enabled": true, "__prefab": { - "__id__": 162 + "__id__": 166 }, "_contentSize": { "__type__": "cc.Size", @@ -3457,11 +3510,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 160 + "__id__": 164 }, "_enabled": true, "__prefab": { - "__id__": 164 + "__id__": 168 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3518,20 +3571,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 159 + "__id__": 163 }, "_children": [], "_active": true, "_components": [ { - "__id__": 167 + "__id__": 171 }, { - "__id__": 169 + "__id__": 173 } ], "_prefab": { - "__id__": 171 + "__id__": 175 }, "_lpos": { "__type__": "cc.Vec3", @@ -3568,11 +3621,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 166 + "__id__": 170 }, "_enabled": true, "__prefab": { - "__id__": 168 + "__id__": 172 }, "_contentSize": { "__type__": "cc.Size", @@ -3596,11 +3649,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 166 + "__id__": 170 }, "_enabled": true, "__prefab": { - "__id__": 170 + "__id__": 174 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3677,11 +3730,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 159 + "__id__": 163 }, "_enabled": true, "__prefab": { - "__id__": 173 + "__id__": 177 }, "_contentSize": { "__type__": "cc.Size", @@ -3705,11 +3758,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 159 + "__id__": 163 }, "_enabled": true, "__prefab": { - "__id__": 175 + "__id__": 179 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3750,11 +3803,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 159 + "__id__": 163 }, "_enabled": true, "__prefab": { - "__id__": 177 + "__id__": 181 }, "_alignFlags": 45, "_target": null, @@ -3799,11 +3852,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 138 + "__id__": 142 }, "_enabled": true, "__prefab": { - "__id__": 180 + "__id__": 184 }, "_contentSize": { "__type__": "cc.Size", @@ -3827,15 +3880,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 138 + "__id__": 142 }, "_enabled": true, "__prefab": { - "__id__": 182 + "__id__": 186 }, "clickEvents": [ { - "__id__": 183 + "__id__": 187 } ], "_interactable": true, @@ -3914,23 +3967,23 @@ }, "_children": [ { - "__id__": 186 + "__id__": 190 }, { - "__id__": 206 + "__id__": 210 } ], "_active": true, "_components": [ { - "__id__": 226 + "__id__": 230 }, { - "__id__": 228 + "__id__": 232 } ], "_prefab": { - "__id__": 231 + "__id__": 235 }, "_lpos": { "__type__": "cc.Vec3", @@ -3967,30 +4020,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 185 + "__id__": 189 }, "_children": [ { - "__id__": 187 + "__id__": 191 }, { - "__id__": 193 + "__id__": 197 } ], "_active": true, "_components": [ - { - "__id__": 199 - }, - { - "__id__": 201 - }, { "__id__": 203 + }, + { + "__id__": 205 + }, + { + "__id__": 207 } ], "_prefab": { - "__id__": 205 + "__id__": 209 }, "_lpos": { "__type__": "cc.Vec3", @@ -4027,20 +4080,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 186 + "__id__": 190 }, "_children": [], "_active": true, "_components": [ { - "__id__": 188 + "__id__": 192 }, { - "__id__": 190 + "__id__": 194 } ], "_prefab": { - "__id__": 192 + "__id__": 196 }, "_lpos": { "__type__": "cc.Vec3", @@ -4077,11 +4130,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 187 + "__id__": 191 }, "_enabled": true, "__prefab": { - "__id__": 189 + "__id__": 193 }, "_contentSize": { "__type__": "cc.Size", @@ -4105,11 +4158,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 187 + "__id__": 191 }, "_enabled": true, "__prefab": { - "__id__": 191 + "__id__": 195 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4166,20 +4219,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 186 + "__id__": 190 }, "_children": [], "_active": true, "_components": [ { - "__id__": 194 + "__id__": 198 }, { - "__id__": 196 + "__id__": 200 } ], "_prefab": { - "__id__": 198 + "__id__": 202 }, "_lpos": { "__type__": "cc.Vec3", @@ -4216,11 +4269,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 193 + "__id__": 197 }, "_enabled": true, "__prefab": { - "__id__": 195 + "__id__": 199 }, "_contentSize": { "__type__": "cc.Size", @@ -4244,11 +4297,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 193 + "__id__": 197 }, "_enabled": true, "__prefab": { - "__id__": 197 + "__id__": 201 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4325,11 +4378,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 186 + "__id__": 190 }, "_enabled": true, "__prefab": { - "__id__": 200 + "__id__": 204 }, "_contentSize": { "__type__": "cc.Size", @@ -4353,11 +4406,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 186 + "__id__": 190 }, "_enabled": true, "__prefab": { - "__id__": 202 + "__id__": 206 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4398,11 +4451,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 186 + "__id__": 190 }, "_enabled": true, "__prefab": { - "__id__": 204 + "__id__": 208 }, "_alignFlags": 45, "_target": null, @@ -4447,30 +4500,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 185 + "__id__": 189 }, "_children": [ { - "__id__": 207 + "__id__": 211 }, { - "__id__": 213 + "__id__": 217 } ], "_active": false, "_components": [ - { - "__id__": 219 - }, - { - "__id__": 221 - }, { "__id__": 223 + }, + { + "__id__": 225 + }, + { + "__id__": 227 } ], "_prefab": { - "__id__": 225 + "__id__": 229 }, "_lpos": { "__type__": "cc.Vec3", @@ -4507,20 +4560,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 206 + "__id__": 210 }, "_children": [], "_active": true, "_components": [ { - "__id__": 208 + "__id__": 212 }, { - "__id__": 210 + "__id__": 214 } ], "_prefab": { - "__id__": 212 + "__id__": 216 }, "_lpos": { "__type__": "cc.Vec3", @@ -4557,11 +4610,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 207 + "__id__": 211 }, "_enabled": true, "__prefab": { - "__id__": 209 + "__id__": 213 }, "_contentSize": { "__type__": "cc.Size", @@ -4585,11 +4638,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 207 + "__id__": 211 }, "_enabled": true, "__prefab": { - "__id__": 211 + "__id__": 215 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4646,20 +4699,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 206 + "__id__": 210 }, "_children": [], "_active": true, "_components": [ { - "__id__": 214 + "__id__": 218 }, { - "__id__": 216 + "__id__": 220 } ], "_prefab": { - "__id__": 218 + "__id__": 222 }, "_lpos": { "__type__": "cc.Vec3", @@ -4696,11 +4749,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 213 + "__id__": 217 }, "_enabled": true, "__prefab": { - "__id__": 215 + "__id__": 219 }, "_contentSize": { "__type__": "cc.Size", @@ -4724,11 +4777,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 213 + "__id__": 217 }, "_enabled": true, "__prefab": { - "__id__": 217 + "__id__": 221 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4805,11 +4858,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 206 + "__id__": 210 }, "_enabled": true, "__prefab": { - "__id__": 220 + "__id__": 224 }, "_contentSize": { "__type__": "cc.Size", @@ -4833,11 +4886,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 206 + "__id__": 210 }, "_enabled": true, "__prefab": { - "__id__": 222 + "__id__": 226 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4878,11 +4931,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 206 + "__id__": 210 }, "_enabled": true, "__prefab": { - "__id__": 224 + "__id__": 228 }, "_alignFlags": 45, "_target": null, @@ -4927,11 +4980,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 185 + "__id__": 189 }, "_enabled": true, "__prefab": { - "__id__": 227 + "__id__": 231 }, "_contentSize": { "__type__": "cc.Size", @@ -4955,15 +5008,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 185 + "__id__": 189 }, "_enabled": true, "__prefab": { - "__id__": 229 + "__id__": 233 }, "clickEvents": [ { - "__id__": 230 + "__id__": 234 } ], "_interactable": true, @@ -5042,26 +5095,26 @@ }, "_children": [ { - "__id__": 233 + "__id__": 237 }, { - "__id__": 241 + "__id__": 245 }, { - "__id__": 261 + "__id__": 265 } ], "_active": false, "_components": [ { - "__id__": 275 + "__id__": 279 }, { - "__id__": 277 + "__id__": 281 } ], "_prefab": { - "__id__": 280 + "__id__": 284 }, "_lpos": { "__type__": "cc.Vec3", @@ -5098,23 +5151,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 232 + "__id__": 236 }, "_children": [], "_active": false, "_components": [ - { - "__id__": 234 - }, - { - "__id__": 236 - }, { "__id__": 238 + }, + { + "__id__": 240 + }, + { + "__id__": 242 } ], "_prefab": { - "__id__": 240 + "__id__": 244 }, "_lpos": { "__type__": "cc.Vec3", @@ -5151,11 +5204,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 233 + "__id__": 237 }, "_enabled": true, "__prefab": { - "__id__": 235 + "__id__": 239 }, "_contentSize": { "__type__": "cc.Size", @@ -5179,11 +5232,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 233 + "__id__": 237 }, "_enabled": true, "__prefab": { - "__id__": 237 + "__id__": 241 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5224,11 +5277,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 233 + "__id__": 237 }, "_enabled": true, "__prefab": { - "__id__": 239 + "__id__": 243 }, "_alignFlags": 45, "_target": null, @@ -5273,30 +5326,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 232 + "__id__": 236 }, "_children": [ { - "__id__": 242 + "__id__": 246 }, { - "__id__": 248 + "__id__": 252 } ], "_active": false, "_components": [ - { - "__id__": 254 - }, - { - "__id__": 256 - }, { "__id__": 258 + }, + { + "__id__": 260 + }, + { + "__id__": 262 } ], "_prefab": { - "__id__": 260 + "__id__": 264 }, "_lpos": { "__type__": "cc.Vec3", @@ -5333,20 +5386,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 241 + "__id__": 245 }, "_children": [], "_active": true, "_components": [ { - "__id__": 243 + "__id__": 247 }, { - "__id__": 245 + "__id__": 249 } ], "_prefab": { - "__id__": 247 + "__id__": 251 }, "_lpos": { "__type__": "cc.Vec3", @@ -5383,11 +5436,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 242 + "__id__": 246 }, "_enabled": true, "__prefab": { - "__id__": 244 + "__id__": 248 }, "_contentSize": { "__type__": "cc.Size", @@ -5411,11 +5464,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 242 + "__id__": 246 }, "_enabled": true, "__prefab": { - "__id__": 246 + "__id__": 250 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5469,20 +5522,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 241 + "__id__": 245 }, "_children": [], "_active": true, "_components": [ { - "__id__": 249 + "__id__": 253 }, { - "__id__": 251 + "__id__": 255 } ], "_prefab": { - "__id__": 253 + "__id__": 257 }, "_lpos": { "__type__": "cc.Vec3", @@ -5519,11 +5572,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 248 + "__id__": 252 }, "_enabled": true, "__prefab": { - "__id__": 250 + "__id__": 254 }, "_contentSize": { "__type__": "cc.Size", @@ -5547,11 +5600,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 248 + "__id__": 252 }, "_enabled": true, "__prefab": { - "__id__": 252 + "__id__": 256 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5628,11 +5681,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 241 + "__id__": 245 }, "_enabled": true, "__prefab": { - "__id__": 255 + "__id__": 259 }, "_contentSize": { "__type__": "cc.Size", @@ -5656,11 +5709,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 241 + "__id__": 245 }, "_enabled": true, "__prefab": { - "__id__": 257 + "__id__": 261 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5701,11 +5754,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 241 + "__id__": 245 }, "_enabled": true, "__prefab": { - "__id__": 259 + "__id__": 263 }, "_alignFlags": 45, "_target": null, @@ -5750,24 +5803,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 232 + "__id__": 236 }, "_children": [ { - "__id__": 262 + "__id__": 266 } ], "_active": true, "_components": [ { - "__id__": 270 + "__id__": 274 }, { - "__id__": 272 + "__id__": 276 } ], "_prefab": { - "__id__": 274 + "__id__": 278 }, "_lpos": { "__type__": "cc.Vec3", @@ -5804,23 +5857,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 261 + "__id__": 265 }, "_children": [], "_active": true, "_components": [ - { - "__id__": 263 - }, - { - "__id__": 265 - }, { "__id__": 267 + }, + { + "__id__": 269 + }, + { + "__id__": 271 } ], "_prefab": { - "__id__": 269 + "__id__": 273 }, "_lpos": { "__type__": "cc.Vec3", @@ -5857,11 +5910,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 262 + "__id__": 266 }, "_enabled": true, "__prefab": { - "__id__": 264 + "__id__": 268 }, "_contentSize": { "__type__": "cc.Size", @@ -5885,11 +5938,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 262 + "__id__": 266 }, "_enabled": true, "__prefab": { - "__id__": 266 + "__id__": 270 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5953,11 +6006,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 262 + "__id__": 266 }, "_enabled": true, "__prefab": { - "__id__": 268 + "__id__": 272 }, "_params": [], "_dataID": "bar_heros", @@ -5986,11 +6039,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 261 + "__id__": 265 }, "_enabled": true, "__prefab": { - "__id__": 271 + "__id__": 275 }, "_contentSize": { "__type__": "cc.Size", @@ -6014,11 +6067,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 261 + "__id__": 265 }, "_enabled": true, "__prefab": { - "__id__": 273 + "__id__": 277 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6075,11 +6128,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 232 + "__id__": 236 }, "_enabled": true, "__prefab": { - "__id__": 276 + "__id__": 280 }, "_contentSize": { "__type__": "cc.Size", @@ -6103,15 +6156,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 232 + "__id__": 236 }, "_enabled": true, "__prefab": { - "__id__": 278 + "__id__": 282 }, "clickEvents": [ { - "__id__": 279 + "__id__": 283 } ], "_interactable": true, @@ -6190,26 +6243,26 @@ }, "_children": [ { - "__id__": 282 + "__id__": 286 }, { - "__id__": 290 + "__id__": 294 }, { - "__id__": 310 + "__id__": 314 } ], "_active": false, "_components": [ { - "__id__": 324 + "__id__": 328 }, { - "__id__": 326 + "__id__": 330 } ], "_prefab": { - "__id__": 329 + "__id__": 333 }, "_lpos": { "__type__": "cc.Vec3", @@ -6246,23 +6299,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 281 + "__id__": 285 }, "_children": [], "_active": false, "_components": [ - { - "__id__": 283 - }, - { - "__id__": 285 - }, { "__id__": 287 + }, + { + "__id__": 289 + }, + { + "__id__": 291 } ], "_prefab": { - "__id__": 289 + "__id__": 293 }, "_lpos": { "__type__": "cc.Vec3", @@ -6299,11 +6352,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 282 + "__id__": 286 }, "_enabled": true, "__prefab": { - "__id__": 284 + "__id__": 288 }, "_contentSize": { "__type__": "cc.Size", @@ -6327,11 +6380,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 282 + "__id__": 286 }, "_enabled": true, "__prefab": { - "__id__": 286 + "__id__": 290 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6372,11 +6425,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 282 + "__id__": 286 }, "_enabled": true, "__prefab": { - "__id__": 288 + "__id__": 292 }, "_alignFlags": 45, "_target": null, @@ -6421,30 +6474,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 281 + "__id__": 285 }, "_children": [ { - "__id__": 291 + "__id__": 295 }, { - "__id__": 297 + "__id__": 301 } ], "_active": false, "_components": [ - { - "__id__": 303 - }, - { - "__id__": 305 - }, { "__id__": 307 + }, + { + "__id__": 309 + }, + { + "__id__": 311 } ], "_prefab": { - "__id__": 309 + "__id__": 313 }, "_lpos": { "__type__": "cc.Vec3", @@ -6481,20 +6534,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 290 + "__id__": 294 }, "_children": [], "_active": true, "_components": [ { - "__id__": 292 + "__id__": 296 }, { - "__id__": 294 + "__id__": 298 } ], "_prefab": { - "__id__": 296 + "__id__": 300 }, "_lpos": { "__type__": "cc.Vec3", @@ -6531,11 +6584,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 291 + "__id__": 295 }, "_enabled": true, "__prefab": { - "__id__": 293 + "__id__": 297 }, "_contentSize": { "__type__": "cc.Size", @@ -6559,11 +6612,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 291 + "__id__": 295 }, "_enabled": true, "__prefab": { - "__id__": 295 + "__id__": 299 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6617,20 +6670,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 290 + "__id__": 294 }, "_children": [], "_active": true, "_components": [ { - "__id__": 298 + "__id__": 302 }, { - "__id__": 300 + "__id__": 304 } ], "_prefab": { - "__id__": 302 + "__id__": 306 }, "_lpos": { "__type__": "cc.Vec3", @@ -6667,11 +6720,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 297 + "__id__": 301 }, "_enabled": true, "__prefab": { - "__id__": 299 + "__id__": 303 }, "_contentSize": { "__type__": "cc.Size", @@ -6695,11 +6748,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 297 + "__id__": 301 }, "_enabled": true, "__prefab": { - "__id__": 301 + "__id__": 305 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6776,11 +6829,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 290 + "__id__": 294 }, "_enabled": true, "__prefab": { - "__id__": 304 + "__id__": 308 }, "_contentSize": { "__type__": "cc.Size", @@ -6804,11 +6857,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 290 + "__id__": 294 }, "_enabled": true, "__prefab": { - "__id__": 306 + "__id__": 310 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6849,11 +6902,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 290 + "__id__": 294 }, "_enabled": true, "__prefab": { - "__id__": 308 + "__id__": 312 }, "_alignFlags": 45, "_target": null, @@ -6898,24 +6951,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 281 + "__id__": 285 }, "_children": [ { - "__id__": 311 + "__id__": 315 } ], "_active": true, "_components": [ { - "__id__": 319 + "__id__": 323 }, { - "__id__": 321 + "__id__": 325 } ], "_prefab": { - "__id__": 323 + "__id__": 327 }, "_lpos": { "__type__": "cc.Vec3", @@ -6952,23 +7005,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 310 + "__id__": 314 }, "_children": [], "_active": true, "_components": [ - { - "__id__": 312 - }, - { - "__id__": 314 - }, { "__id__": 316 + }, + { + "__id__": 318 + }, + { + "__id__": 320 } ], "_prefab": { - "__id__": 318 + "__id__": 322 }, "_lpos": { "__type__": "cc.Vec3", @@ -7005,11 +7058,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 311 + "__id__": 315 }, "_enabled": true, "__prefab": { - "__id__": 313 + "__id__": 317 }, "_contentSize": { "__type__": "cc.Size", @@ -7033,11 +7086,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 311 + "__id__": 315 }, "_enabled": true, "__prefab": { - "__id__": 315 + "__id__": 319 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7101,11 +7154,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 311 + "__id__": 315 }, "_enabled": true, "__prefab": { - "__id__": 317 + "__id__": 321 }, "_params": [], "_dataID": "bar_ranks", @@ -7134,11 +7187,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 310 + "__id__": 314 }, "_enabled": true, "__prefab": { - "__id__": 320 + "__id__": 324 }, "_contentSize": { "__type__": "cc.Size", @@ -7162,11 +7215,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 310 + "__id__": 314 }, "_enabled": true, "__prefab": { - "__id__": 322 + "__id__": 326 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7220,11 +7273,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 281 + "__id__": 285 }, "_enabled": true, "__prefab": { - "__id__": 325 + "__id__": 329 }, "_contentSize": { "__type__": "cc.Size", @@ -7248,15 +7301,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 281 + "__id__": 285 }, "_enabled": true, "__prefab": { - "__id__": 327 + "__id__": 331 }, "clickEvents": [ { - "__id__": 328 + "__id__": 332 } ], "_interactable": true, @@ -7335,26 +7388,26 @@ }, "_children": [ { - "__id__": 331 + "__id__": 335 }, { - "__id__": 339 + "__id__": 343 }, { - "__id__": 359 + "__id__": 363 } ], "_active": false, "_components": [ { - "__id__": 373 + "__id__": 377 }, { - "__id__": 375 + "__id__": 379 } ], "_prefab": { - "__id__": 378 + "__id__": 382 }, "_lpos": { "__type__": "cc.Vec3", @@ -7391,23 +7444,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 330 + "__id__": 334 }, "_children": [], "_active": false, "_components": [ - { - "__id__": 332 - }, - { - "__id__": 334 - }, { "__id__": 336 + }, + { + "__id__": 338 + }, + { + "__id__": 340 } ], "_prefab": { - "__id__": 338 + "__id__": 342 }, "_lpos": { "__type__": "cc.Vec3", @@ -7444,11 +7497,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 331 + "__id__": 335 }, "_enabled": true, "__prefab": { - "__id__": 333 + "__id__": 337 }, "_contentSize": { "__type__": "cc.Size", @@ -7472,11 +7525,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 331 + "__id__": 335 }, "_enabled": true, "__prefab": { - "__id__": 335 + "__id__": 339 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7517,11 +7570,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 331 + "__id__": 335 }, "_enabled": true, "__prefab": { - "__id__": 337 + "__id__": 341 }, "_alignFlags": 45, "_target": null, @@ -7566,30 +7619,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 330 + "__id__": 334 }, "_children": [ { - "__id__": 340 + "__id__": 344 }, { - "__id__": 346 + "__id__": 350 } ], "_active": false, "_components": [ - { - "__id__": 352 - }, - { - "__id__": 354 - }, { "__id__": 356 + }, + { + "__id__": 358 + }, + { + "__id__": 360 } ], "_prefab": { - "__id__": 358 + "__id__": 362 }, "_lpos": { "__type__": "cc.Vec3", @@ -7626,20 +7679,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 339 + "__id__": 343 }, "_children": [], "_active": true, "_components": [ { - "__id__": 341 + "__id__": 345 }, { - "__id__": 343 + "__id__": 347 } ], "_prefab": { - "__id__": 345 + "__id__": 349 }, "_lpos": { "__type__": "cc.Vec3", @@ -7676,11 +7729,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 340 + "__id__": 344 }, "_enabled": true, "__prefab": { - "__id__": 342 + "__id__": 346 }, "_contentSize": { "__type__": "cc.Size", @@ -7704,11 +7757,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 340 + "__id__": 344 }, "_enabled": true, "__prefab": { - "__id__": 344 + "__id__": 348 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7762,20 +7815,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 339 + "__id__": 343 }, "_children": [], "_active": true, "_components": [ { - "__id__": 347 + "__id__": 351 }, { - "__id__": 349 + "__id__": 353 } ], "_prefab": { - "__id__": 351 + "__id__": 355 }, "_lpos": { "__type__": "cc.Vec3", @@ -7812,11 +7865,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 346 + "__id__": 350 }, "_enabled": true, "__prefab": { - "__id__": 348 + "__id__": 352 }, "_contentSize": { "__type__": "cc.Size", @@ -7840,11 +7893,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 346 + "__id__": 350 }, "_enabled": true, "__prefab": { - "__id__": 350 + "__id__": 354 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7921,11 +7974,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 339 + "__id__": 343 }, "_enabled": true, "__prefab": { - "__id__": 353 + "__id__": 357 }, "_contentSize": { "__type__": "cc.Size", @@ -7949,11 +8002,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 339 + "__id__": 343 }, "_enabled": true, "__prefab": { - "__id__": 355 + "__id__": 359 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7994,11 +8047,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 339 + "__id__": 343 }, "_enabled": true, "__prefab": { - "__id__": 357 + "__id__": 361 }, "_alignFlags": 45, "_target": null, @@ -8043,24 +8096,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 330 + "__id__": 334 }, "_children": [ { - "__id__": 360 + "__id__": 364 } ], "_active": true, "_components": [ { - "__id__": 368 + "__id__": 372 }, { - "__id__": 370 + "__id__": 374 } ], "_prefab": { - "__id__": 372 + "__id__": 376 }, "_lpos": { "__type__": "cc.Vec3", @@ -8097,23 +8150,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 359 + "__id__": 363 }, "_children": [], "_active": true, "_components": [ - { - "__id__": 361 - }, - { - "__id__": 363 - }, { "__id__": 365 + }, + { + "__id__": 367 + }, + { + "__id__": 369 } ], "_prefab": { - "__id__": 367 + "__id__": 371 }, "_lpos": { "__type__": "cc.Vec3", @@ -8150,11 +8203,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 360 + "__id__": 364 }, "_enabled": true, "__prefab": { - "__id__": 362 + "__id__": 366 }, "_contentSize": { "__type__": "cc.Size", @@ -8178,11 +8231,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 360 + "__id__": 364 }, "_enabled": true, "__prefab": { - "__id__": 364 + "__id__": 368 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8246,11 +8299,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 360 + "__id__": 364 }, "_enabled": true, "__prefab": { - "__id__": 366 + "__id__": 370 }, "_params": [], "_dataID": "bar_talents", @@ -8279,11 +8332,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 359 + "__id__": 363 }, "_enabled": true, "__prefab": { - "__id__": 369 + "__id__": 373 }, "_contentSize": { "__type__": "cc.Size", @@ -8307,11 +8360,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 359 + "__id__": 363 }, "_enabled": true, "__prefab": { - "__id__": 371 + "__id__": 375 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8368,11 +8421,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 330 + "__id__": 334 }, "_enabled": true, "__prefab": { - "__id__": 374 + "__id__": 378 }, "_contentSize": { "__type__": "cc.Size", @@ -8396,15 +8449,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 330 + "__id__": 334 }, "_enabled": true, "__prefab": { - "__id__": 376 + "__id__": 380 }, "clickEvents": [ { - "__id__": 377 + "__id__": 381 } ], "_interactable": true, @@ -8483,7 +8536,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 380 + "__id__": 384 }, "_contentSize": { "__type__": "cc.Size", @@ -8511,7 +8564,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 382 + "__id__": 386 }, "_alignFlags": 44, "_target": null, @@ -8547,7 +8600,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 384 + "__id__": 388 }, "_resizeMode": 1, "_layoutType": 1, @@ -8598,7 +8651,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 387 + "__id__": 391 }, "_contentSize": { "__type__": "cc.Size", @@ -8626,7 +8679,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 389 + "__id__": 393 }, "_alignFlags": 21, "_target": null, @@ -8662,7 +8715,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 391 + "__id__": 395 }, "home_btn": { "__id__": 130 @@ -8671,10 +8724,10 @@ "__id__": 83 }, "rank_btn": { - "__id__": 138 + "__id__": 142 }, "tals_btn": { - "__id__": 185 + "__id__": 189 }, "heros_page": { "__id__": 42 @@ -8711,14 +8764,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 394 + "__id__": 398 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 393 + "__id__": 397 }, "asset": { "__uuid__": "26bff847-cd29-48a5-bbfa-c3e2dbda688d", @@ -8726,7 +8779,7 @@ }, "fileId": "5a9CMsVQhKP5Y+UJfTKPbx", "instance": { - "__id__": 395 + "__id__": 399 }, "targetOverrides": null }, @@ -8739,20 +8792,20 @@ "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 396 - }, - { - "__id__": 398 - }, - { - "__id__": 399 - }, { "__id__": 400 }, { - "__id__": 401 + "__id__": 402 + }, + { + "__id__": 403 + }, + { + "__id__": 404 + }, + { + "__id__": 405 } ], "removedComponents": [] @@ -8760,7 +8813,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 397 + "__id__": 401 }, "propertyPath": [ "_name" @@ -8776,7 +8829,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 397 + "__id__": 401 }, "propertyPath": [ "_lpos" @@ -8791,7 +8844,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 397 + "__id__": 401 }, "propertyPath": [ "_lrot" @@ -8807,7 +8860,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 397 + "__id__": 401 }, "propertyPath": [ "_euler" @@ -8822,7 +8875,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 397 + "__id__": 401 }, "propertyPath": [ "_active" @@ -8836,14 +8889,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 403 + "__id__": 407 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 402 + "__id__": 406 }, "asset": { "__uuid__": "56aee962-4a5e-45ae-a779-999444d06d18", @@ -8851,7 +8904,7 @@ }, "fileId": "cboM54s0hM07XCtrpFp0/b", "instance": { - "__id__": 404 + "__id__": 408 }, "targetOverrides": null }, @@ -8864,20 +8917,11 @@ "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 405 - }, - { - "__id__": 407 - }, - { - "__id__": 408 - }, { "__id__": 409 }, { - "__id__": 410 + "__id__": 411 }, { "__id__": 412 @@ -8887,6 +8931,15 @@ }, { "__id__": 414 + }, + { + "__id__": 416 + }, + { + "__id__": 417 + }, + { + "__id__": 418 } ], "removedComponents": [] @@ -8894,7 +8947,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 406 + "__id__": 410 }, "propertyPath": [ "_name" @@ -8910,7 +8963,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 406 + "__id__": 410 }, "propertyPath": [ "_lpos" @@ -8925,7 +8978,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 406 + "__id__": 410 }, "propertyPath": [ "_lrot" @@ -8941,7 +8994,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 406 + "__id__": 410 }, "propertyPath": [ "_euler" @@ -8956,7 +9009,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 411 + "__id__": 415 }, "propertyPath": [ "_top" @@ -8972,7 +9025,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 411 + "__id__": 415 }, "propertyPath": [ "_alignFlags" @@ -8982,7 +9035,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 411 + "__id__": 415 }, "propertyPath": [ "_bottom" @@ -8992,7 +9045,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 406 + "__id__": 410 }, "propertyPath": [ "_active" @@ -9009,7 +9062,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 416 + "__id__": 420 }, "_contentSize": { "__type__": "cc.Size", @@ -9037,7 +9090,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 418 + "__id__": 422 }, "_alignFlags": 45, "_target": null, @@ -9073,7 +9126,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 420 + "__id__": 424 }, "debugMode": false, "_id": "" @@ -9094,27 +9147,27 @@ "instance": null, "targetOverrides": [ { - "__id__": 422 + "__id__": 426 }, { - "__id__": 425 + "__id__": 429 }, { - "__id__": 428 + "__id__": 432 }, { - "__id__": 431 + "__id__": 435 }, { - "__id__": 434 + "__id__": 438 } ], "nestedPrefabInstanceRoots": [ { - "__id__": 402 + "__id__": 406 }, { - "__id__": 393 + "__id__": 397 }, { "__id__": 130 @@ -9139,7 +9192,7 @@ "__id__": 3 }, "sourceInfo": { - "__id__": 423 + "__id__": 427 }, "propertyPath": [ "hero1" @@ -9148,7 +9201,7 @@ "__id__": 3 }, "targetInfo": { - "__id__": 424 + "__id__": 428 } }, { @@ -9169,7 +9222,7 @@ "__id__": 3 }, "sourceInfo": { - "__id__": 426 + "__id__": 430 }, "propertyPath": [ "hero2" @@ -9178,7 +9231,7 @@ "__id__": 3 }, "targetInfo": { - "__id__": 427 + "__id__": 431 } }, { @@ -9199,7 +9252,7 @@ "__id__": 3 }, "sourceInfo": { - "__id__": 429 + "__id__": 433 }, "propertyPath": [ "hero3" @@ -9208,7 +9261,7 @@ "__id__": 3 }, "targetInfo": { - "__id__": 430 + "__id__": 434 } }, { @@ -9229,7 +9282,7 @@ "__id__": 3 }, "sourceInfo": { - "__id__": 432 + "__id__": 436 }, "propertyPath": [ "hero4" @@ -9238,7 +9291,7 @@ "__id__": 3 }, "targetInfo": { - "__id__": 433 + "__id__": 437 } }, { @@ -9259,7 +9312,7 @@ "__id__": 3 }, "sourceInfo": { - "__id__": 435 + "__id__": 439 }, "propertyPath": [ "hero5" @@ -9268,7 +9321,7 @@ "__id__": 3 }, "targetInfo": { - "__id__": 436 + "__id__": 440 } }, { diff --git a/assets/script/game/hero/BuffManager.ts b/assets/script/game/hero/BuffManager.ts index 5adea2df..e7fc3457 100644 --- a/assets/script/game/hero/BuffManager.ts +++ b/assets/script/game/hero/BuffManager.ts @@ -11,6 +11,10 @@ import { ecs } from "../../../../extensions/oops-plugin-framework/assets/libs/ecs/ECS"; import { BuffCategory, BuffList } from "../common/config/BuffSet"; import { BuffComp, ActiveBuff } from "./BuffComp"; +import { mLogger } from "../common/Logger"; + +/** Buff 模块调试日志开关 */ +const DEBUG = false; /** applyBuff 的覆盖参数(预留按需覆写持续时间 / 修饰数值) */ export interface BuffApplyOverrides { @@ -37,10 +41,10 @@ class BuffManagerImpl { applyBuff(target: ecs.Entity, buffId: number, sourceUuid: number = 0, sourceAp: number = 0, overrides?: BuffApplyOverrides): void { const cfg = BuffList[buffId]; if (!cfg) { - console.log(`[BuffManager] applyBuff: buffId=${buffId} 配置不存在,跳过`); + mLogger.warn(true, "BuffManager", `applyBuff: buffId=${buffId} 配置不存在,跳过`); return; } - console.log(`[BuffManager] applyBuff: buff=${cfg.name}(${buffId}) target_eid=${target.eid} duration=${overrides?.duration ?? cfg.duration} value_override=${overrides?.value} source_ap=${sourceAp}`); + mLogger.log(DEBUG, "BuffManager", `applyBuff: buff=${cfg.name}(${buffId}) target_eid=${target.eid} duration=${overrides?.duration ?? cfg.duration} value_override=${overrides?.value} source_ap=${sourceAp}`); const buffComp = this.ensureBuffComp(target); const duration = overrides?.duration ?? cfg.duration; diff --git a/assets/script/game/hero/BuffSystem.ts b/assets/script/game/hero/BuffSystem.ts index 41cbbb08..ad854737 100644 --- a/assets/script/game/hero/BuffSystem.ts +++ b/assets/script/game/hero/BuffSystem.ts @@ -15,6 +15,10 @@ import { Timer } from "db://oops-framework/core/common/timer/Timer"; import { BuffList } from "../common/config/BuffSet"; import { HeroAttrsComp } from "./HeroAttrsComp"; import { BuffComp, ActiveBuff } from "./BuffComp"; +import { mLogger } from "../common/Logger"; + +/** Buff 模块调试日志开关 */ +const DEBUG = false; /** 固定步长(秒) */ const TICK_STEP = 0.1; @@ -60,7 +64,7 @@ export class BuffSystem extends ecs.ComblockSystem implements ecs.ISystemUpdate if (cfg.duration > 0 && layer.remaining <= 0) { layers.splice(i, 1); anyChanged = true; - console.log(`[BuffSystem] buff 到期移除: ${cfg.name}(${buffId}) eid=${e.eid} 剩余层数=${layers.length}`); + mLogger.log(DEBUG, "BuffSystem", `buff 到期移除: ${cfg.name}(${buffId}) eid=${e.eid} 剩余层数=${layers.length}`); } } diff --git a/assets/script/game/hero/HeroAttrsComp.ts b/assets/script/game/hero/HeroAttrsComp.ts index 86e4e259..6a74c4de 100644 --- a/assets/script/game/hero/HeroAttrsComp.ts +++ b/assets/script/game/hero/HeroAttrsComp.ts @@ -355,7 +355,7 @@ export class HeroAttrsComp extends ecs.Comp { for (const mod of cfg.modifiers) { if (mod.attr !== attr) continue; const value = layerVal !== undefined ? layerVal : mod.value; - console.log(`[HeroAttrs] aggregateTimedMods 命中: ${this.hero_name} buff=${cfg.name} attr=${attr} op=${mod.op} value=${value} remaining=${layers[i].remaining.toFixed(1)}`); + mLogger.log(this.debugMode, "HeroAttrs", `aggregateTimedMods 命中: ${this.hero_name} buff=${cfg.name} attr=${attr} op=${mod.op} value=${value} remaining=${layers[i].remaining.toFixed(1)}`); if (mod.op === ModOp.Flat) { result.flatSum += value; } else { @@ -377,8 +377,8 @@ export class HeroAttrsComp extends ecs.Comp { const runtimeAp = this.getRuntimeAp(this.ap); const mods = this.aggregateTimedMods(Attrs.ap); const final = (runtimeAp + mods.flatSum) * (1 + mods.pctSum / 100); - if (mods.flatSum !== 0 || mods.pctSum !== 0) { - console.log(`[HeroAttrs] getFinalAp: ${this.hero_name} base=${this.ap} runtime=${runtimeAp.toFixed(1)} flat=${mods.flatSum} pct=${mods.pctSum} final=${final.toFixed(1)}`); + if (this.debugMode && (mods.flatSum !== 0 || mods.pctSum !== 0)) { + mLogger.log(this.debugMode, "HeroAttrs", `getFinalAp: ${this.hero_name} base=${this.ap} runtime=${runtimeAp.toFixed(1)} flat=${mods.flatSum} pct=${mods.pctSum} final=${final.toFixed(1)}`); } return final; } diff --git a/assets/script/game/hero/SCastSystem.ts b/assets/script/game/hero/SCastSystem.ts index c84622f6..2ff73b51 100644 --- a/assets/script/game/hero/SCastSystem.ts +++ b/assets/script/game/hero/SCastSystem.ts @@ -13,6 +13,7 @@ import { GameEvent } from "../common/config/GameEvent"; import { SkillTriggerType } from "../common/config/heroSet"; import { SkillTriggerHelper } from "./SkillTriggerHelper"; import { MissionEconomy } from "../map/MissionEconomy"; +import { mLogger } from "../common/Logger"; import { MissionHeroComp } from "../map/MissionHeroComp"; import { buffManager } from "./BuffManager"; @@ -142,11 +143,11 @@ export class SCastSystem extends ecs.ComblockSystem implements ecs.ISystemUpdate } } - console.log("[SCastSystem] forceCastCardSkill: casting skill", s_uuid, "castTimes", castTimes, "targetPos", targetPos, "isFriendly", isFriendly, "buff_value", config.buff_value, "timed_buff_id", config.timed_buff_id); + mLogger.log(this.debugMode, "SCastSystem", "forceCastCardSkill: casting skill", s_uuid, "castTimes", castTimes, "targetPos", targetPos, "isFriendly", isFriendly, "buff_value", config.buff_value, "timed_buff_id", config.timed_buff_id); for (let i = 0; i < castTimes; i++) { if (isFriendly) { const friendlyTargets = this.resolveFriendlyTargets(targetEids, FacSet.HERO); - console.log("[SCastSystem] friendlyTargets count =", friendlyTargets.length); + mLogger.log(this.debugMode, "SCastSystem", "friendlyTargets count =", friendlyTargets.length); if (friendlyTargets.length === 0) continue; this.applyFriendlySkillEffects(s_uuid, cardLv, config, null as any, mockAttrs, friendlyTargets, spawnPos); } else { @@ -460,7 +461,7 @@ export class SCastSystem extends ecs.ComblockSystem implements ecs.ISystemUpdate if (!target.ent) return; const model = target.ent.get(HeroAttrsComp); if (!model || model.is_dead) return; - console.log(`[SCastSystem] applyActualFriendlyEffect: skill=${config.uuid} kind=${kind} buff_type=${config.buff_type} timed_buff_id=${config.timed_buff_id} buff_value=${config.buff_value} target=${model.hero_name}`); + mLogger.log(this.debugMode, "SCastSystem", `applyActualFriendlyEffect: skill=${config.uuid} kind=${kind} buff_type=${config.buff_type} timed_buff_id=${config.timed_buff_id} buff_value=${config.buff_value} target=${model.hero_name}`); if (config.endAnm && config.endAnm !== "") { target.playEnd(config.endAnm); diff --git a/assets/script/game/map/MissSkillsComp.ts b/assets/script/game/map/MissSkillsComp.ts index 6f4e3088..f30a1fe1 100644 --- a/assets/script/game/map/MissSkillsComp.ts +++ b/assets/script/game/map/MissSkillsComp.ts @@ -28,7 +28,9 @@ import { SBox } from "./SBox"; import { oops } from "db://oops-framework/core/Oops"; import { GameEvent } from "../common/config/GameEvent"; import { BoxSet } from "../common/config/GameSet"; -import { SkillOverrides } from "../common/config/SkillSet"; +import { SkillOverrides, SkillSet } from "../common/config/SkillSet"; +import { smc } from "../common/SingletonModuleComp"; +import { buffManager } from "../hero/BuffManager"; const { ccclass, property } = _decorator; /** 技能槽位数据结构 */ @@ -74,7 +76,7 @@ export class MissSkillsComp extends CCComp { /** 注册事件监听 */ onLoad() { oops.message.on(GameEvent.UseSkillCard, this.onUseSkillCard, this); - oops.message.on(GameEvent.UseItemCard, this.onUseSkillCard, this); + oops.message.on(GameEvent.UseItemCard, this.onUseItemCard, this); oops.message.on(GameEvent.RemoveSkillBox, this.onRemoveSkillBox, this); } @@ -82,7 +84,7 @@ export class MissSkillsComp extends CCComp { onDestroy() { super.onDestroy(); oops.message.off(GameEvent.UseSkillCard, this.onUseSkillCard, this); - oops.message.off(GameEvent.UseItemCard, this.onUseSkillCard, this); + oops.message.off(GameEvent.UseItemCard, this.onUseItemCard, this); oops.message.off(GameEvent.RemoveSkillBox, this.onRemoveSkillBox, this); } @@ -149,6 +151,42 @@ export class MissSkillsComp extends CCComp { this.addSkill(skillUuid, card_lv, payload?.overrides); } + /** + * 处理药水卡使用事件:直接对全队存活英雄施加计时 buff,不经过 SBox 施法流程。 + * + * 设计: + * 药水是"即时全队强化",无需节点、动画、槽位; + * 从技能配置取 timed_buff_id,遍历 heroGrid 对每个存活英雄 applyBuff, + * buff_value 覆写值透传到 ActiveBuff.value_override。 + * + * @param event 事件名 + * @param args 卡牌数据(含 skill、overrides) + */ + private onUseItemCard(event: string, args: any) { + const payload = args ?? event; + const skillId = Number(payload?.skill ?? 0); + const config = SkillSet[skillId]; + if (!config) { + mLogger.warn(this.debugMode, "MissSkillsComp", `potion skill ${skillId} config not found`); + return; + } + const buffId = config.timed_buff_id; + if (buffId === undefined) { + mLogger.warn(this.debugMode, "MissSkillsComp", `potion skill ${skillId} has no timed_buff_id`); + return; + } + const buffValue = payload?.overrides?.buff_value; + let applied = 0; + for (const eid of smc.mission.heroGrid) { + if (eid <= 0) continue; + const entity = ecs.getEntityByEid(eid); + if (!entity) continue; + buffManager.applyBuff(entity, buffId, 0, 0, buffValue !== undefined ? { value: buffValue } : undefined); + applied++; + } + mLogger.log(this.debugMode, "MissSkillsComp", `potion applied: skill=${skillId} buff=${buffId} value=${buffValue} heroes=${applied}`); + } + start() { }