From 033fd44560dcc2bce8ab45e86b6372691030e927 Mon Sep 17 00:00:00 2001 From: walkpan Date: Mon, 20 Apr 2026 23:36:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(ui):=20=E5=A2=9E=E5=8A=A0=E5=8D=A1?= =?UTF-8?q?=E7=89=8C=E7=82=B9=E5=87=BB=E6=94=BE=E5=A4=A7=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=B9=B6=E8=B0=83=E6=95=B4=E5=8A=A8=E7=94=BB=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 点击卡牌可切换放大/缩小状态,放大时显示详细信息并调整位置层级 - 调整技能准备动画的播放速度和时长以优化视觉效果 - 修复技能触发逻辑,为未处理的类型添加默认动画播放 - 在MissionCardComp中记录卡牌原始定位点用于布局管理 --- .../game/skill/anm/ready/up_blue.anim | 20 +- .../game/skill/anm/ready/up_green.anim | 20 +- .../game/skill/anm/ready/up_red.anim | 22 +- assets/resources/gui/element/card.prefab | 1979 ++++++++------- assets/resources/gui/role_controller.prefab | 2190 ++++++++++------- assets/script/game/hero/SCastSystem.ts | 2 + assets/script/game/map/CardComp.ts | 126 +- assets/script/game/map/MissionCardComp.ts | 2 + 8 files changed, 2573 insertions(+), 1788 deletions(-) diff --git a/assets/resources/game/skill/anm/ready/up_blue.anim b/assets/resources/game/skill/anm/ready/up_blue.anim index 24c6acd4..fa4825be 100644 --- a/assets/resources/game/skill/anm/ready/up_blue.anim +++ b/assets/resources/game/skill/anm/ready/up_blue.anim @@ -7,11 +7,11 @@ "embeddedPlayerGroups": [] }, "_native": "", - "sample": 30, + "sample": 20, "speed": 1, "wrapMode": 1, "enableTrsBlending": false, - "_duration": 0.4, + "_duration": 0.6, "_hash": 500763545, "_tracks": [ { @@ -69,17 +69,17 @@ "__type__": "cc.ObjectCurve", "_times": [ 0, - 0.03333333333333333, - 0.06666666666666667, + 0.05, 0.1, - 0.13333333333333333, - 0.16666666666666666, + 0.15, 0.2, - 0.23333333333333334, - 0.26666666666666666, + 0.25, 0.3, - 0.3333333333333333, - 0.36666666666666664 + 0.35, + 0.4, + 0.45, + 0.5, + 0.55 ], "_values": [ { diff --git a/assets/resources/game/skill/anm/ready/up_green.anim b/assets/resources/game/skill/anm/ready/up_green.anim index 3d13e7e8..0520cd2f 100644 --- a/assets/resources/game/skill/anm/ready/up_green.anim +++ b/assets/resources/game/skill/anm/ready/up_green.anim @@ -7,11 +7,11 @@ "embeddedPlayerGroups": [] }, "_native": "", - "sample": 30, + "sample": 20, "speed": 1, "wrapMode": 1, "enableTrsBlending": false, - "_duration": 0.4, + "_duration": 0.6, "_hash": 500763545, "_tracks": [ { @@ -69,17 +69,17 @@ "__type__": "cc.ObjectCurve", "_times": [ 0, - 0.03333333333333333, - 0.06666666666666667, + 0.05, 0.1, - 0.13333333333333333, - 0.16666666666666666, + 0.15, 0.2, - 0.23333333333333334, - 0.26666666666666666, + 0.25, 0.3, - 0.3333333333333333, - 0.36666666666666664 + 0.35, + 0.4, + 0.45, + 0.5, + 0.55 ], "_values": [ { diff --git a/assets/resources/game/skill/anm/ready/up_red.anim b/assets/resources/game/skill/anm/ready/up_red.anim index d0757b48..3d16c659 100644 --- a/assets/resources/game/skill/anm/ready/up_red.anim +++ b/assets/resources/game/skill/anm/ready/up_red.anim @@ -7,11 +7,11 @@ "embeddedPlayerGroups": [] }, "_native": "", - "sample": 30, + "sample": 18, "speed": 1, "wrapMode": 1, "enableTrsBlending": false, - "_duration": 0.4, + "_duration": 0.6666666666666666, "_hash": 500763545, "_tracks": [ { @@ -69,17 +69,17 @@ "__type__": "cc.ObjectCurve", "_times": [ 0, - 0.03333333333333333, - 0.06666666666666667, - 0.1, - 0.13333333333333333, + 0.05555555555555555, + 0.1111111111111111, 0.16666666666666666, - 0.2, - 0.23333333333333334, - 0.26666666666666666, - 0.3, + 0.2222222222222222, + 0.2777777777777778, 0.3333333333333333, - 0.36666666666666664 + 0.3888888888888889, + 0.4444444444444444, + 0.5, + 0.5555555555555556, + 0.6111111111111112 ], "_values": [ { diff --git a/assets/resources/gui/element/card.prefab b/assets/resources/gui/element/card.prefab index 361b25ca..72d588fa 100644 --- a/assets/resources/gui/element/card.prefab +++ b/assets/resources/gui/element/card.prefab @@ -37,35 +37,35 @@ "__id__": 132 }, { - "__id__": 138 + "__id__": 140 }, { - "__id__": 192 + "__id__": 194 }, { - "__id__": 262 + "__id__": 265 }, { - "__id__": 280 + "__id__": 285 }, { - "__id__": 302 + "__id__": 349 }, { - "__id__": 364 + "__id__": 371 } ], "_active": true, "_components": [ { - "__id__": 392 + "__id__": 401 }, { - "__id__": 394 + "__id__": 403 } ], "_prefab": { - "__id__": 396 + "__id__": 405 }, "_lpos": { "__type__": "cc.Vec3", @@ -205,7 +205,7 @@ }, "_type": 0, "_fillType": 0, - "_sizeMode": 1, + "_sizeMode": 0, "_fillCenter": { "__type__": "cc.Vec2", "x": 0, @@ -674,7 +674,7 @@ }, "_type": 0, "_fillType": 0, - "_sizeMode": 1, + "_sizeMode": 0, "_fillCenter": { "__type__": "cc.Vec2", "x": 0, @@ -2230,7 +2230,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 43.57249999999999, + "y": 25, "z": 0 }, "_lrot": { @@ -2434,8 +2434,8 @@ }, "_lscale": { "__type__": "cc.Vec3", - "x": 2.2, - "y": 2.2, + "x": 2.5, + "y": 2.5, "z": 1 }, "_mobility": 0, @@ -2570,7 +2570,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 160, - "height": 122.85500000000002 + "height": 140 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -2663,12 +2663,12 @@ "__prefab": { "__id__": 116 }, - "_alignFlags": 45, + "_alignFlags": 41, "_target": null, "_left": 5, "_right": 5, - "_top": 10, - "_bottom": 97.14499999999998, + "_top": 20, + "_bottom": 133.5725, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -3033,15 +3033,18 @@ }, { "__id__": 135 + }, + { + "__id__": 137 } ], "_prefab": { - "__id__": 137 + "__id__": 139 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -3.97, + "y": -71.448, "z": 0 }, "_lrot": { @@ -3163,6 +3166,42 @@ "__type__": "cc.CompPrefabInfo", "fileId": "4e0zRmCsdP1KUAjhXlJYQl" }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 132 + }, + "_enabled": true, + "__prefab": { + "__id__": 138 + }, + "_alignFlags": 16, + "_target": null, + "_left": 0, + "_right": 0, + "_top": 163.951, + "_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": "877cNZnZNFeIjRDtOh3mV6" + }, { "__type__": "cc.PrefabInfo", "root": { @@ -3186,35 +3225,35 @@ }, "_children": [ { - "__id__": 139 + "__id__": 141 }, { - "__id__": 147 + "__id__": 149 }, { - "__id__": 155 + "__id__": 157 }, { - "__id__": 163 + "__id__": 165 }, { - "__id__": 171 + "__id__": 173 }, { - "__id__": 179 + "__id__": 181 } ], "_active": true, "_components": [ { - "__id__": 187 + "__id__": 189 }, { - "__id__": 189 + "__id__": 191 } ], "_prefab": { - "__id__": 191 + "__id__": 193 }, "_lpos": { "__type__": "cc.Vec3", @@ -3251,23 +3290,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 138 + "__id__": 140 }, "_children": [], "_active": false, "_components": [ - { - "__id__": 140 - }, { "__id__": 142 }, { "__id__": 144 + }, + { + "__id__": 146 } ], "_prefab": { - "__id__": 146 + "__id__": 148 }, "_lpos": { "__type__": "cc.Vec3", @@ -3304,11 +3343,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 139 + "__id__": 141 }, "_enabled": true, "__prefab": { - "__id__": 141 + "__id__": 143 }, "_contentSize": { "__type__": "cc.Size", @@ -3332,11 +3371,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 139 + "__id__": 141 }, "_enabled": true, "__prefab": { - "__id__": 143 + "__id__": 145 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3380,11 +3419,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 139 + "__id__": 141 }, "_enabled": true, "__prefab": { - "__id__": 145 + "__id__": 147 }, "_alignFlags": 45, "_target": null, @@ -3429,23 +3468,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 138 + "__id__": 140 }, "_children": [], "_active": true, "_components": [ - { - "__id__": 148 - }, { "__id__": 150 }, { "__id__": 152 + }, + { + "__id__": 154 } ], "_prefab": { - "__id__": 154 + "__id__": 156 }, "_lpos": { "__type__": "cc.Vec3", @@ -3482,11 +3521,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 147 + "__id__": 149 }, "_enabled": true, "__prefab": { - "__id__": 149 + "__id__": 151 }, "_contentSize": { "__type__": "cc.Size", @@ -3510,11 +3549,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 147 + "__id__": 149 }, "_enabled": true, "__prefab": { - "__id__": 151 + "__id__": 153 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3558,11 +3597,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 147 + "__id__": 149 }, "_enabled": true, "__prefab": { - "__id__": 153 + "__id__": 155 }, "_alignFlags": 45, "_target": null, @@ -3607,23 +3646,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 138 + "__id__": 140 }, "_children": [], "_active": false, "_components": [ - { - "__id__": 156 - }, { "__id__": 158 }, { "__id__": 160 + }, + { + "__id__": 162 } ], "_prefab": { - "__id__": 162 + "__id__": 164 }, "_lpos": { "__type__": "cc.Vec3", @@ -3660,11 +3699,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 155 + "__id__": 157 }, "_enabled": true, "__prefab": { - "__id__": 157 + "__id__": 159 }, "_contentSize": { "__type__": "cc.Size", @@ -3688,11 +3727,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 155 + "__id__": 157 }, "_enabled": true, "__prefab": { - "__id__": 159 + "__id__": 161 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3736,11 +3775,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 155 + "__id__": 157 }, "_enabled": true, "__prefab": { - "__id__": 161 + "__id__": 163 }, "_alignFlags": 45, "_target": null, @@ -3785,23 +3824,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 138 + "__id__": 140 }, "_children": [], "_active": false, "_components": [ - { - "__id__": 164 - }, { "__id__": 166 }, { "__id__": 168 + }, + { + "__id__": 170 } ], "_prefab": { - "__id__": 170 + "__id__": 172 }, "_lpos": { "__type__": "cc.Vec3", @@ -3838,11 +3877,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 163 + "__id__": 165 }, "_enabled": true, "__prefab": { - "__id__": 165 + "__id__": 167 }, "_contentSize": { "__type__": "cc.Size", @@ -3866,11 +3905,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 163 + "__id__": 165 }, "_enabled": true, "__prefab": { - "__id__": 167 + "__id__": 169 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3914,11 +3953,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 163 + "__id__": 165 }, "_enabled": true, "__prefab": { - "__id__": 169 + "__id__": 171 }, "_alignFlags": 45, "_target": null, @@ -3963,23 +4002,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 138 + "__id__": 140 }, "_children": [], "_active": false, "_components": [ - { - "__id__": 172 - }, { "__id__": 174 }, { "__id__": 176 + }, + { + "__id__": 178 } ], "_prefab": { - "__id__": 178 + "__id__": 180 }, "_lpos": { "__type__": "cc.Vec3", @@ -4016,11 +4055,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 171 + "__id__": 173 }, "_enabled": true, "__prefab": { - "__id__": 173 + "__id__": 175 }, "_contentSize": { "__type__": "cc.Size", @@ -4044,11 +4083,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 171 + "__id__": 173 }, "_enabled": true, "__prefab": { - "__id__": 175 + "__id__": 177 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4092,11 +4131,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 171 + "__id__": 173 }, "_enabled": true, "__prefab": { - "__id__": 177 + "__id__": 179 }, "_alignFlags": 45, "_target": null, @@ -4141,23 +4180,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 138 + "__id__": 140 }, "_children": [], "_active": false, "_components": [ - { - "__id__": 180 - }, { "__id__": 182 }, { "__id__": 184 + }, + { + "__id__": 186 } ], "_prefab": { - "__id__": 186 + "__id__": 188 }, "_lpos": { "__type__": "cc.Vec3", @@ -4194,11 +4233,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 179 + "__id__": 181 }, "_enabled": true, "__prefab": { - "__id__": 181 + "__id__": 183 }, "_contentSize": { "__type__": "cc.Size", @@ -4222,11 +4261,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 179 + "__id__": 181 }, "_enabled": true, "__prefab": { - "__id__": 183 + "__id__": 185 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4270,11 +4309,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 179 + "__id__": 181 }, "_enabled": true, "__prefab": { - "__id__": 185 + "__id__": 187 }, "_alignFlags": 45, "_target": null, @@ -4319,11 +4358,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 138 + "__id__": 140 }, "_enabled": true, "__prefab": { - "__id__": 188 + "__id__": 190 }, "_contentSize": { "__type__": "cc.Size", @@ -4347,11 +4386,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 138 + "__id__": 140 }, "_enabled": true, "__prefab": { - "__id__": 190 + "__id__": 192 }, "_alignFlags": 45, "_target": null, @@ -4400,41 +4439,41 @@ }, "_children": [ { - "__id__": 193 + "__id__": 195 }, { - "__id__": 201 + "__id__": 203 }, { - "__id__": 209 + "__id__": 211 }, { - "__id__": 217 + "__id__": 219 }, { - "__id__": 225 + "__id__": 227 }, { - "__id__": 233 + "__id__": 235 }, { - "__id__": 241 + "__id__": 243 }, { - "__id__": 249 + "__id__": 251 } ], "_active": true, "_components": [ { - "__id__": 257 + "__id__": 260 }, { - "__id__": 259 + "__id__": 262 } ], "_prefab": { - "__id__": 261 + "__id__": 264 }, "_lpos": { "__type__": "cc.Vec3", @@ -4471,23 +4510,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 192 + "__id__": 194 }, "_children": [], "_active": false, "_components": [ - { - "__id__": 194 - }, { "__id__": 196 }, { "__id__": 198 + }, + { + "__id__": 200 } ], "_prefab": { - "__id__": 200 + "__id__": 202 }, "_lpos": { "__type__": "cc.Vec3", @@ -4524,11 +4563,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 193 + "__id__": 195 }, "_enabled": true, "__prefab": { - "__id__": 195 + "__id__": 197 }, "_contentSize": { "__type__": "cc.Size", @@ -4552,11 +4591,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 193 + "__id__": 195 }, "_enabled": true, "__prefab": { - "__id__": 197 + "__id__": 199 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4600,11 +4639,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 193 + "__id__": 195 }, "_enabled": true, "__prefab": { - "__id__": 199 + "__id__": 201 }, "_alignFlags": 45, "_target": null, @@ -4649,23 +4688,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 192 + "__id__": 194 }, "_children": [], "_active": true, "_components": [ - { - "__id__": 202 - }, { "__id__": 204 }, { "__id__": 206 + }, + { + "__id__": 208 } ], "_prefab": { - "__id__": 208 + "__id__": 210 }, "_lpos": { "__type__": "cc.Vec3", @@ -4702,11 +4741,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 201 + "__id__": 203 }, "_enabled": true, "__prefab": { - "__id__": 203 + "__id__": 205 }, "_contentSize": { "__type__": "cc.Size", @@ -4730,11 +4769,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 201 + "__id__": 203 }, "_enabled": true, "__prefab": { - "__id__": 205 + "__id__": 207 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4778,11 +4817,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 201 + "__id__": 203 }, "_enabled": true, "__prefab": { - "__id__": 207 + "__id__": 209 }, "_alignFlags": 45, "_target": null, @@ -4827,23 +4866,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 192 + "__id__": 194 }, "_children": [], "_active": false, "_components": [ - { - "__id__": 210 - }, { "__id__": 212 }, { "__id__": 214 + }, + { + "__id__": 216 } ], "_prefab": { - "__id__": 216 + "__id__": 218 }, "_lpos": { "__type__": "cc.Vec3", @@ -4880,11 +4919,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 209 + "__id__": 211 }, "_enabled": true, "__prefab": { - "__id__": 211 + "__id__": 213 }, "_contentSize": { "__type__": "cc.Size", @@ -4908,11 +4947,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 209 + "__id__": 211 }, "_enabled": true, "__prefab": { - "__id__": 213 + "__id__": 215 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4956,11 +4995,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 209 + "__id__": 211 }, "_enabled": true, "__prefab": { - "__id__": 215 + "__id__": 217 }, "_alignFlags": 45, "_target": null, @@ -5005,23 +5044,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 192 + "__id__": 194 }, "_children": [], "_active": false, "_components": [ - { - "__id__": 218 - }, { "__id__": 220 }, { "__id__": 222 + }, + { + "__id__": 224 } ], "_prefab": { - "__id__": 224 + "__id__": 226 }, "_lpos": { "__type__": "cc.Vec3", @@ -5058,11 +5097,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 217 + "__id__": 219 }, "_enabled": true, "__prefab": { - "__id__": 219 + "__id__": 221 }, "_contentSize": { "__type__": "cc.Size", @@ -5086,11 +5125,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 217 + "__id__": 219 }, "_enabled": true, "__prefab": { - "__id__": 221 + "__id__": 223 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5134,11 +5173,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 217 + "__id__": 219 }, "_enabled": true, "__prefab": { - "__id__": 223 + "__id__": 225 }, "_alignFlags": 45, "_target": null, @@ -5183,23 +5222,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 192 + "__id__": 194 }, "_children": [], "_active": false, "_components": [ - { - "__id__": 226 - }, { "__id__": 228 }, { "__id__": 230 + }, + { + "__id__": 232 } ], "_prefab": { - "__id__": 232 + "__id__": 234 }, "_lpos": { "__type__": "cc.Vec3", @@ -5236,11 +5275,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 225 + "__id__": 227 }, "_enabled": true, "__prefab": { - "__id__": 227 + "__id__": 229 }, "_contentSize": { "__type__": "cc.Size", @@ -5264,11 +5303,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 225 + "__id__": 227 }, "_enabled": true, "__prefab": { - "__id__": 229 + "__id__": 231 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5312,11 +5351,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 225 + "__id__": 227 }, "_enabled": true, "__prefab": { - "__id__": 231 + "__id__": 233 }, "_alignFlags": 45, "_target": null, @@ -5361,23 +5400,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 192 + "__id__": 194 }, "_children": [], "_active": false, "_components": [ - { - "__id__": 234 - }, { "__id__": 236 }, { "__id__": 238 + }, + { + "__id__": 240 } ], "_prefab": { - "__id__": 240 + "__id__": 242 }, "_lpos": { "__type__": "cc.Vec3", @@ -5414,11 +5453,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 233 + "__id__": 235 }, "_enabled": true, "__prefab": { - "__id__": 235 + "__id__": 237 }, "_contentSize": { "__type__": "cc.Size", @@ -5442,11 +5481,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 233 + "__id__": 235 }, "_enabled": true, "__prefab": { - "__id__": 237 + "__id__": 239 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5490,11 +5529,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 233 + "__id__": 235 }, "_enabled": true, "__prefab": { - "__id__": 239 + "__id__": 241 }, "_alignFlags": 45, "_target": null, @@ -5539,23 +5578,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 192 + "__id__": 194 }, "_children": [], "_active": false, "_components": [ - { - "__id__": 242 - }, { "__id__": 244 }, { "__id__": 246 + }, + { + "__id__": 248 } ], "_prefab": { - "__id__": 248 + "__id__": 250 }, "_lpos": { "__type__": "cc.Vec3", @@ -5592,11 +5631,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 241 + "__id__": 243 }, "_enabled": true, "__prefab": { - "__id__": 243 + "__id__": 245 }, "_contentSize": { "__type__": "cc.Size", @@ -5620,11 +5659,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 241 + "__id__": 243 }, "_enabled": true, "__prefab": { - "__id__": 245 + "__id__": 247 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5665,11 +5704,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 241 + "__id__": 243 }, "_enabled": true, "__prefab": { - "__id__": 247 + "__id__": 249 }, "_alignFlags": 44, "_target": null, @@ -5712,17 +5751,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 192 + "__id__": 194 }, "_prefab": { - "__id__": 250 + "__id__": 252 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 249 + "__id__": 251 }, "asset": { "__uuid__": "5aae4a6d-b697-4c4b-86d3-8ea91be92be6", @@ -5730,7 +5769,7 @@ }, "fileId": "7347RlFLBEdJZ/A06wfR5f", "instance": { - "__id__": 251 + "__id__": 253 }, "targetOverrides": null }, @@ -5743,17 +5782,20 @@ "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 252 - }, { "__id__": 254 }, { - "__id__": 255 + "__id__": 256 }, { - "__id__": 256 + "__id__": 257 + }, + { + "__id__": 258 + }, + { + "__id__": 259 } ], "removedComponents": [] @@ -5761,7 +5803,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 253 + "__id__": 255 }, "propertyPath": [ "_name" @@ -5777,7 +5819,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 253 + "__id__": 255 }, "propertyPath": [ "_lpos" @@ -5792,7 +5834,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 253 + "__id__": 255 }, "propertyPath": [ "_lrot" @@ -5808,7 +5850,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 253 + "__id__": 255 }, "propertyPath": [ "_euler" @@ -5820,17 +5862,27 @@ "z": 0 } }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 255 + }, + "propertyPath": [ + "_active" + ], + "value": false + }, { "__type__": "cc.UITransform", "_name": "", "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 192 + "__id__": 194 }, "_enabled": true, "__prefab": { - "__id__": 258 + "__id__": 261 }, "_contentSize": { "__type__": "cc.Size", @@ -5854,11 +5906,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 192 + "__id__": 194 }, "_enabled": true, "__prefab": { - "__id__": 260 + "__id__": 263 }, "_alignFlags": 45, "_target": null, @@ -5907,23 +5959,26 @@ }, "_children": [ { - "__id__": 263 + "__id__": 266 }, { - "__id__": 269 + "__id__": 272 } ], "_active": true, "_components": [ { - "__id__": 275 + "__id__": 278 }, { - "__id__": 277 + "__id__": 280 + }, + { + "__id__": 282 } ], "_prefab": { - "__id__": 279 + "__id__": 284 }, "_lpos": { "__type__": "cc.Vec3", @@ -5960,20 +6015,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 262 + "__id__": 265 }, "_children": [], "_active": true, "_components": [ { - "__id__": 264 + "__id__": 267 }, { - "__id__": 266 + "__id__": 269 } ], "_prefab": { - "__id__": 268 + "__id__": 271 }, "_lpos": { "__type__": "cc.Vec3", @@ -6010,11 +6065,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 263 + "__id__": 266 }, "_enabled": true, "__prefab": { - "__id__": 265 + "__id__": 268 }, "_contentSize": { "__type__": "cc.Size", @@ -6038,11 +6093,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 263 + "__id__": 266 }, "_enabled": true, "__prefab": { - "__id__": 267 + "__id__": 270 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6099,20 +6154,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 262 + "__id__": 265 }, "_children": [], "_active": true, "_components": [ { - "__id__": 270 + "__id__": 273 }, { - "__id__": 272 + "__id__": 275 } ], "_prefab": { - "__id__": 274 + "__id__": 277 }, "_lpos": { "__type__": "cc.Vec3", @@ -6149,11 +6204,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 269 + "__id__": 272 }, "_enabled": true, "__prefab": { - "__id__": 271 + "__id__": 274 }, "_contentSize": { "__type__": "cc.Size", @@ -6177,11 +6232,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 269 + "__id__": 272 }, "_enabled": true, "__prefab": { - "__id__": 273 + "__id__": 276 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6258,11 +6313,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 262 + "__id__": 265 }, "_enabled": true, "__prefab": { - "__id__": 276 + "__id__": 279 }, "_contentSize": { "__type__": "cc.Size", @@ -6286,11 +6341,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 262 + "__id__": 265 }, "_enabled": true, "__prefab": { - "__id__": 278 + "__id__": 281 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6322,6 +6377,42 @@ "__type__": "cc.CompPrefabInfo", "fileId": "f3+EFYxvJL0bMW+H+BjaZP" }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 265 + }, + "_enabled": true, + "__prefab": { + "__id__": 283 + }, + "_alignFlags": 9, + "_target": null, + "_left": -5.638999999999996, + "_right": 0, + "_top": -1.7450000000000045, + "_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": "aehsQlzKVAMZQCthoLBKrG" + }, { "__type__": "cc.PrefabInfo", "root": { @@ -6337,543 +6428,39 @@ }, { "__type__": "cc.Node", - "_name": "oinfo", + "_name": "info", "_objFlags": 0, "__editorExtras__": {}, "_parent": { "__id__": 1 }, "_children": [ - { - "__id__": 281 - }, - { - "__id__": 289 - } - ], - "_active": true, - "_components": [ - { - "__id__": 297 - }, - { - "__id__": 299 - } - ], - "_prefab": { - "__id__": 301 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": -57.78999999999999, - "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": "bg_line", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 280 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 282 - }, - { - "__id__": 284 - }, { "__id__": 286 + }, + { + "__id__": 314 } ], - "_prefab": { - "__id__": 288 - }, - "_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__": 281 - }, - "_enabled": true, - "__prefab": { - "__id__": 283 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 142, - "height": 75 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "1apsRS0lRESoIzfJjD/Vzk" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 281 - }, - "_enabled": true, - "__prefab": { - "__id__": 285 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 56 - }, - "_spriteFrame": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@7f50d", - "__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": "66+O49jnJAFKE4E6A27I9g" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 281 - }, - "_enabled": true, - "__prefab": { - "__id__": 287 - }, - "_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": 250, - "_originalHeight": 63, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "baWZfoiRJHpLI1CvYmKyYD" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "bcDVWptc9BBaPtutcaQePP", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "info", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 280 - }, - "_children": [], - "_active": true, + "_active": false, "_components": [ { - "__id__": 290 + "__id__": 342 }, { - "__id__": 292 + "__id__": 344 }, { - "__id__": 294 + "__id__": 346 } ], "_prefab": { - "__id__": 296 + "__id__": 348 }, "_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__": 289 - }, - "_enabled": true, - "__prefab": { - "__id__": 291 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 142, - "height": 75 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "9cBqTFL1FP049pPb06PtGb" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 289 - }, - "_enabled": true, - "__prefab": { - "__id__": 293 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_string": "这是说明说明这是说明说", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 16, - "_fontSize": 15, - "_fontFamily": "Arial", - "_lineHeight": 20, - "_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": 65, - "g": 65, - "b": 65, - "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": "2a+9af0zREO5CpPsTdWlHw" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 289 - }, - "_enabled": true, - "__prefab": { - "__id__": 295 - }, - "_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": 42.255859375, - "_originalHeight": 25, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "b6S4RSwaJPyax+qBTbzZ+m" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "4bvU56crlNNbAN1vkTpADF", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 280 - }, - "_enabled": true, - "__prefab": { - "__id__": 298 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 142, - "height": 75 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "5eQRJIRe5LYaiAVtgQE6bT" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 280 - }, - "_enabled": true, - "__prefab": { - "__id__": 300 - }, - "_alignFlags": 44, - "_target": null, - "_left": 14, - "_right": 14, - "_top": 0, - "_bottom": 19.71, - "_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": "b1dSZ2V9FAB5MrYaruenge" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "cb6bU8nHdMR4ZWNMbWKWMI", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "info", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 1 - }, - "_children": [ - { - "__id__": 303 - }, - { - "__id__": 331 - } - ], - "_active": true, - "_components": [ - { - "__id__": 359 - }, - { - "__id__": 361 - } - ], - "_prefab": { - "__id__": 363 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": -74, + "y": 9.292000000000002, "z": 0 }, "_lrot": { @@ -6905,38 +6492,38 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 302 + "__id__": 285 }, "_children": [ { - "__id__": 304 + "__id__": 287 }, { - "__id__": 312 + "__id__": 295 }, { - "__id__": 318 + "__id__": 301 } ], "_active": true, "_components": [ { - "__id__": 324 + "__id__": 307 }, { - "__id__": 326 + "__id__": 309 }, { - "__id__": 328 + "__id__": 311 } ], "_prefab": { - "__id__": 330 + "__id__": 313 }, "_lpos": { "__type__": "cc.Vec3", - "x": -0.35999999999999943, - "y": 34.94, + "x": -52.5, + "y": 0, "z": 0 }, "_lrot": { @@ -6968,23 +6555,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 303 + "__id__": 286 }, "_children": [], "_active": true, "_components": [ { - "__id__": 305 + "__id__": 288 }, { - "__id__": 307 + "__id__": 290 }, { - "__id__": 309 + "__id__": 292 } ], "_prefab": { - "__id__": 311 + "__id__": 294 }, "_lpos": { "__type__": "cc.Vec3", @@ -7021,15 +6608,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 304 + "__id__": 287 }, "_enabled": true, "__prefab": { - "__id__": 306 + "__id__": 289 }, "_contentSize": { "__type__": "cc.Size", - "width": 140, + "width": 95, "height": 30 }, "_anchorPoint": { @@ -7049,11 +6636,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 304 + "__id__": 287 }, "_enabled": true, "__prefab": { - "__id__": 308 + "__id__": 291 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7094,11 +6681,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 304 + "__id__": 287 }, "_enabled": true, "__prefab": { - "__id__": 310 + "__id__": 293 }, "_alignFlags": 45, "_target": null, @@ -7143,24 +6730,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 303 + "__id__": 286 }, "_children": [], "_active": true, "_components": [ { - "__id__": 313 + "__id__": 296 }, { - "__id__": 315 + "__id__": 298 } ], "_prefab": { - "__id__": 317 + "__id__": 300 }, "_lpos": { "__type__": "cc.Vec3", - "x": -47.088, + "x": -33.521, "y": 0, "z": 0 }, @@ -7193,11 +6780,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 312 + "__id__": 295 }, "_enabled": true, "__prefab": { - "__id__": 314 + "__id__": 297 }, "_contentSize": { "__type__": "cc.Size", @@ -7221,11 +6808,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 312 + "__id__": 295 }, "_enabled": true, "__prefab": { - "__id__": 316 + "__id__": 299 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7279,24 +6866,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 303 + "__id__": 286 }, "_children": [], "_active": true, "_components": [ { - "__id__": 319 + "__id__": 302 }, { - "__id__": 321 + "__id__": 304 } ], "_prefab": { - "__id__": 323 + "__id__": 306 }, "_lpos": { "__type__": "cc.Vec3", - "x": -27.736, + "x": -14.169, "y": 0, "z": 0 }, @@ -7329,11 +6916,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 318 + "__id__": 301 }, "_enabled": true, "__prefab": { - "__id__": 320 + "__id__": 303 }, "_contentSize": { "__type__": "cc.Size", @@ -7357,11 +6944,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 318 + "__id__": 301 }, "_enabled": true, "__prefab": { - "__id__": 322 + "__id__": 305 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7438,15 +7025,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 303 + "__id__": 286 }, "_enabled": true, "__prefab": { - "__id__": 325 + "__id__": 308 }, "_contentSize": { "__type__": "cc.Size", - "width": 140, + "width": 95, "height": 30 }, "_anchorPoint": { @@ -7466,11 +7053,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 303 + "__id__": 286 }, "_enabled": false, "__prefab": { - "__id__": 327 + "__id__": 310 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7511,18 +7098,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 303 + "__id__": 286 }, - "_enabled": true, + "_enabled": false, "__prefab": { - "__id__": 329 + "__id__": 312 }, "_alignFlags": 12, "_target": null, - "_left": -3.360000000000002, + "_left": 0, "_right": 0, "_top": 0, - "_bottom": 34.94, + "_bottom": 0, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -7560,38 +7147,38 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 302 + "__id__": 285 }, "_children": [ { - "__id__": 332 + "__id__": 315 }, { - "__id__": 340 + "__id__": 323 }, { - "__id__": 346 + "__id__": 329 } ], "_active": true, "_components": [ { - "__id__": 352 + "__id__": 335 }, { - "__id__": 354 + "__id__": 337 }, { - "__id__": 356 + "__id__": 339 } ], "_prefab": { - "__id__": 358 + "__id__": 341 }, "_lpos": { "__type__": "cc.Vec3", - "x": -0.35999999999999943, - "y": -0.20400000000000063, + "x": 45.5, + "y": 0, "z": 0 }, "_lrot": { @@ -7623,23 +7210,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 331 + "__id__": 314 }, "_children": [], "_active": true, "_components": [ { - "__id__": 333 + "__id__": 316 }, { - "__id__": 335 + "__id__": 318 }, { - "__id__": 337 + "__id__": 320 } ], "_prefab": { - "__id__": 339 + "__id__": 322 }, "_lpos": { "__type__": "cc.Vec3", @@ -7676,15 +7263,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 332 + "__id__": 315 }, "_enabled": true, "__prefab": { - "__id__": 334 + "__id__": 317 }, "_contentSize": { "__type__": "cc.Size", - "width": 140, + "width": 95, "height": 30 }, "_anchorPoint": { @@ -7704,11 +7291,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 332 + "__id__": 315 }, "_enabled": true, "__prefab": { - "__id__": 336 + "__id__": 319 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7749,11 +7336,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 332 + "__id__": 315 }, "_enabled": true, "__prefab": { - "__id__": 338 + "__id__": 321 }, "_alignFlags": 45, "_target": null, @@ -7798,24 +7385,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 331 + "__id__": 314 }, "_children": [], "_active": true, "_components": [ { - "__id__": 341 + "__id__": 324 }, { - "__id__": 343 + "__id__": 326 } ], "_prefab": { - "__id__": 345 + "__id__": 328 }, "_lpos": { "__type__": "cc.Vec3", - "x": -47.088, + "x": -33.521, "y": 0, "z": 0 }, @@ -7848,11 +7435,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 340 + "__id__": 323 }, "_enabled": true, "__prefab": { - "__id__": 342 + "__id__": 325 }, "_contentSize": { "__type__": "cc.Size", @@ -7876,11 +7463,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 340 + "__id__": 323 }, "_enabled": true, "__prefab": { - "__id__": 344 + "__id__": 327 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7934,24 +7521,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 331 + "__id__": 314 }, "_children": [], "_active": true, "_components": [ { - "__id__": 347 + "__id__": 330 }, { - "__id__": 349 + "__id__": 332 } ], "_prefab": { - "__id__": 351 + "__id__": 334 }, "_lpos": { "__type__": "cc.Vec3", - "x": -27.736, + "x": -14.169, "y": 0, "z": 0 }, @@ -7984,11 +7571,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 346 + "__id__": 329 }, "_enabled": true, "__prefab": { - "__id__": 348 + "__id__": 331 }, "_contentSize": { "__type__": "cc.Size", @@ -8012,11 +7599,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 346 + "__id__": 329 }, "_enabled": true, "__prefab": { - "__id__": 350 + "__id__": 333 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8093,15 +7680,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 331 + "__id__": 314 }, "_enabled": true, "__prefab": { - "__id__": 353 + "__id__": 336 }, "_contentSize": { "__type__": "cc.Size", - "width": 140, + "width": 95, "height": 30 }, "_anchorPoint": { @@ -8121,11 +7708,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 331 + "__id__": 314 }, "_enabled": false, "__prefab": { - "__id__": 355 + "__id__": 338 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8166,18 +7753,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 331 + "__id__": 314 }, - "_enabled": true, + "_enabled": false, "__prefab": { - "__id__": 357 + "__id__": 340 }, "_alignFlags": 12, "_target": null, - "_left": -3.359999999999997, + "_left": 0, "_right": 0, "_top": 0, - "_bottom": -0.2040000000000002, + "_bottom": -30, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -8215,15 +7802,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 302 + "__id__": 285 }, "_enabled": true, "__prefab": { - "__id__": 360 + "__id__": 343 }, "_contentSize": { "__type__": "cc.Size", - "width": 134, + "width": 200, "height": 30 }, "_anchorPoint": { @@ -8243,18 +7830,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 302 + "__id__": 285 }, "_enabled": true, "__prefab": { - "__id__": 362 + "__id__": 345 }, - "_alignFlags": 44, + "_alignFlags": 20, "_target": null, - "_left": 18, - "_right": 18, - "_top": 0, - "_bottom": 26, + "_left": 15, + "_right": 15, + "_top": 160, + "_bottom": 109.292, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -8264,7 +7851,7 @@ "_isAbsHorizontalCenter": true, "_isAbsVerticalCenter": true, "_originalWidth": 100, - "_originalHeight": 0, + "_originalHeight": 30, "_alignMode": 2, "_lockFlags": 0, "_id": "" @@ -8273,6 +7860,44 @@ "__type__": "cc.CompPrefabInfo", "fileId": "23FrXN9T9O2ITB7cph0Bkr" }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 285 + }, + "_enabled": true, + "__prefab": { + "__id__": 347 + }, + "_resizeMode": 0, + "_layoutType": 3, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 0, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 3, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "baQdRvRhRHGbAw9O8uHZ5f" + }, { "__type__": "cc.PrefabInfo", "root": { @@ -8286,6 +7911,513 @@ "targetOverrides": null, "nestedPrefabInstanceRoots": null }, + { + "__type__": "cc.Node", + "_name": "oinfo", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 350 + }, + { + "__id__": 358 + } + ], + "_active": false, + "_components": [ + { + "__id__": 366 + }, + { + "__id__": 368 + } + ], + "_prefab": { + "__id__": 370 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -84.997, + "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": "bg_line", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 349 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 351 + }, + { + "__id__": 353 + }, + { + "__id__": 355 + } + ], + "_prefab": { + "__id__": 357 + }, + "_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__": 350 + }, + "_enabled": true, + "__prefab": { + "__id__": 352 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 200, + "height": 85 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1apsRS0lRESoIzfJjD/Vzk" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 350 + }, + "_enabled": true, + "__prefab": { + "__id__": 354 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 56 + }, + "_spriteFrame": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@7f50d", + "__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": "66+O49jnJAFKE4E6A27I9g" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 350 + }, + "_enabled": true, + "__prefab": { + "__id__": 356 + }, + "_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": 250, + "_originalHeight": 63, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "baWZfoiRJHpLI1CvYmKyYD" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "bcDVWptc9BBaPtutcaQePP", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "info", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 349 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 359 + }, + { + "__id__": 361 + }, + { + "__id__": 363 + } + ], + "_prefab": { + "__id__": 365 + }, + "_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__": 358 + }, + "_enabled": true, + "__prefab": { + "__id__": 360 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 200, + "height": 85 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "9cBqTFL1FP049pPb06PtGb" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 358 + }, + "_enabled": true, + "__prefab": { + "__id__": 362 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "这是说明说明这是说明说", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 16, + "_fontSize": 15, + "_fontFamily": "Arial", + "_lineHeight": 20, + "_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": 65, + "g": 65, + "b": 65, + "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": "2a+9af0zREO5CpPsTdWlHw" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 358 + }, + "_enabled": true, + "__prefab": { + "__id__": 364 + }, + "_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": 42.255859375, + "_originalHeight": 25, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b6S4RSwaJPyax+qBTbzZ+m" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "4bvU56crlNNbAN1vkTpADF", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 349 + }, + "_enabled": true, + "__prefab": { + "__id__": 367 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 200, + "height": 85 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "5eQRJIRe5LYaiAVtgQE6bT" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 349 + }, + "_enabled": true, + "__prefab": { + "__id__": 369 + }, + "_alignFlags": 16, + "_target": null, + "_left": 35, + "_right": 35, + "_top": 205.29, + "_bottom": 20, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 100, + "_originalHeight": 75, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b1dSZ2V9FAB5MrYaruenge" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "cb6bU8nHdMR4ZWNMbWKWMI", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, { "__type__": "cc.Node", "_name": "CKind", @@ -8296,31 +8428,34 @@ }, "_children": [ { - "__id__": 365 + "__id__": 372 }, { - "__id__": 371 + "__id__": 378 }, { - "__id__": 377 + "__id__": 384 }, { - "__id__": 383 + "__id__": 390 } ], "_active": true, "_components": [ { - "__id__": 389 + "__id__": 396 + }, + { + "__id__": 398 } ], "_prefab": { - "__id__": 391 + "__id__": 400 }, "_lpos": { "__type__": "cc.Vec3", "x": 64.752, - "y": 97.818, + "y": 97.81799999999998, "z": 0 }, "_lrot": { @@ -8352,20 +8487,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 364 + "__id__": 371 }, "_children": [], "_active": true, "_components": [ { - "__id__": 366 + "__id__": 373 }, { - "__id__": 368 + "__id__": 375 } ], "_prefab": { - "__id__": 370 + "__id__": 377 }, "_lpos": { "__type__": "cc.Vec3", @@ -8402,11 +8537,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 365 + "__id__": 372 }, "_enabled": true, "__prefab": { - "__id__": 367 + "__id__": 374 }, "_contentSize": { "__type__": "cc.Size", @@ -8430,11 +8565,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 365 + "__id__": 372 }, "_enabled": true, "__prefab": { - "__id__": 369 + "__id__": 376 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8488,20 +8623,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 364 + "__id__": 371 }, "_children": [], "_active": true, "_components": [ { - "__id__": 372 + "__id__": 379 }, { - "__id__": 374 + "__id__": 381 } ], "_prefab": { - "__id__": 376 + "__id__": 383 }, "_lpos": { "__type__": "cc.Vec3", @@ -8538,11 +8673,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 371 + "__id__": 378 }, "_enabled": true, "__prefab": { - "__id__": 373 + "__id__": 380 }, "_contentSize": { "__type__": "cc.Size", @@ -8566,11 +8701,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 371 + "__id__": 378 }, "_enabled": true, "__prefab": { - "__id__": 375 + "__id__": 382 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8627,20 +8762,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 364 + "__id__": 371 }, "_children": [], "_active": true, "_components": [ { - "__id__": 378 + "__id__": 385 }, { - "__id__": 380 + "__id__": 387 } ], "_prefab": { - "__id__": 382 + "__id__": 389 }, "_lpos": { "__type__": "cc.Vec3", @@ -8677,11 +8812,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 377 + "__id__": 384 }, "_enabled": true, "__prefab": { - "__id__": 379 + "__id__": 386 }, "_contentSize": { "__type__": "cc.Size", @@ -8705,11 +8840,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 377 + "__id__": 384 }, "_enabled": true, "__prefab": { - "__id__": 381 + "__id__": 388 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8766,20 +8901,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 364 + "__id__": 371 }, "_children": [], "_active": true, "_components": [ { - "__id__": 384 + "__id__": 391 }, { - "__id__": 386 + "__id__": 393 } ], "_prefab": { - "__id__": 388 + "__id__": 395 }, "_lpos": { "__type__": "cc.Vec3", @@ -8816,11 +8951,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 383 + "__id__": 390 }, "_enabled": true, "__prefab": { - "__id__": 385 + "__id__": 392 }, "_contentSize": { "__type__": "cc.Size", @@ -8844,11 +8979,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 383 + "__id__": 390 }, "_enabled": true, "__prefab": { - "__id__": 387 + "__id__": 394 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8905,11 +9040,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 364 + "__id__": 371 }, "_enabled": true, "__prefab": { - "__id__": 390 + "__id__": 397 }, "_contentSize": { "__type__": "cc.Size", @@ -8927,6 +9062,42 @@ "__type__": "cc.CompPrefabInfo", "fileId": "e2T46/rfJLs5fVojpYTN/r" }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 371 + }, + "_enabled": true, + "__prefab": { + "__id__": 399 + }, + "_alignFlags": 33, + "_target": null, + "_left": 0, + "_right": -19.751999999999995, + "_top": -22.817999999999984, + "_bottom": 172.81799999999998, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 0, + "_originalHeight": 100, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "36F/lkrmJHf6LzhXnDjRN6" + }, { "__type__": "cc.PrefabInfo", "root": { @@ -8950,7 +9121,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 393 + "__id__": 402 }, "_contentSize": { "__type__": "cc.Size", @@ -8978,15 +9149,15 @@ }, "_enabled": true, "__prefab": { - "__id__": 395 + "__id__": 404 }, "Lock": null, "unLock": null, "info_node": { - "__id__": 302 + "__id__": 285 }, "oinfo_node": { - "__id__": 280 + "__id__": 349 }, "name_node": { "__id__": 132 @@ -8995,19 +9166,19 @@ "__id__": 101 }, "cost_node": { - "__id__": 269 + "__id__": 272 }, "Ckind_node": { - "__id__": 364 + "__id__": 371 }, "BG_node": { "__id__": 10 }, "NF_node": { - "__id__": 138 + "__id__": 140 }, "HF_node": { - "__id__": 192 + "__id__": 194 }, "_id": "" }, @@ -9028,7 +9199,7 @@ "targetOverrides": null, "nestedPrefabInstanceRoots": [ { - "__id__": 249 + "__id__": 251 } ] } diff --git a/assets/resources/gui/role_controller.prefab b/assets/resources/gui/role_controller.prefab index 38fe9daf..94f98af6 100644 --- a/assets/resources/gui/role_controller.prefab +++ b/assets/resources/gui/role_controller.prefab @@ -22,29 +22,29 @@ "__id__": 2 }, { - "__id__": 684 + "__id__": 728 }, { - "__id__": 901 + "__id__": 945 }, { - "__id__": 910 + "__id__": 954 } ], "_active": true, "_components": [ { - "__id__": 956 + "__id__": 1000 }, { - "__id__": 958 + "__id__": 1002 }, { - "__id__": 960 + "__id__": 1004 } ], "_prefab": { - "__id__": 962 + "__id__": 1006 }, "_lpos": { "__type__": "cc.Vec3", @@ -97,32 +97,32 @@ "__id__": 112 }, { - "__id__": 660 + "__id__": 704 } ], "_active": true, "_components": [ { - "__id__": 671 + "__id__": 715 }, { - "__id__": 673 + "__id__": 717 }, { - "__id__": 675 + "__id__": 719 }, { - "__id__": 677 + "__id__": 721 }, { - "__id__": 679 + "__id__": 723 }, { - "__id__": 681 + "__id__": 725 } ], "_prefab": { - "__id__": 683 + "__id__": 727 }, "_lpos": { "__type__": "cc.Vec3", @@ -2722,35 +2722,35 @@ "__id__": 335 }, { - "__id__": 376 + "__id__": 398 }, { - "__id__": 417 + "__id__": 461 }, { - "__id__": 458 + "__id__": 502 }, { - "__id__": 499 + "__id__": 543 } ], "_active": true, "_components": [ { - "__id__": 651 + "__id__": 695 }, { - "__id__": 653 + "__id__": 697 }, { - "__id__": 655 + "__id__": 699 }, { - "__id__": 657 + "__id__": 701 } ], "_prefab": { - "__id__": 659 + "__id__": 703 }, "_lpos": { "__type__": "cc.Vec3", @@ -7979,6 +7979,39 @@ }, { "__id__": 374 + }, + { + "__id__": 376 + }, + { + "__id__": 378 + }, + { + "__id__": 380 + }, + { + "__id__": 382 + }, + { + "__id__": 384 + }, + { + "__id__": 386 + }, + { + "__id__": 388 + }, + { + "__id__": 390 + }, + { + "__id__": 392 + }, + { + "__id__": 394 + }, + { + "__id__": 396 } ], "removedComponents": [] @@ -8145,7 +8178,7 @@ "propertyPath": [ "_active" ], - "value": false + "value": true }, { "__type__": "cc.TargetInfo", @@ -8347,6 +8380,229 @@ "40cX2kKZRJsYa+FDGFO4OF" ] }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 377 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 170, + "height": 230 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "b6/HPesdpG8ZsWB4vg6xf2" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 379 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 170, + "height": 230 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "26n+WBtxJJXZD7a+tO1kv7" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 381 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 156, + "height": 210 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "a75/rVH5tKgoarZ+Z9SeKu" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 383 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 160, + "height": 140 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "3axggZWXJNXJxmEWk7T7xL" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 385 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 170, + "height": 230 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "27MkqCo0hGCKJwhwMTnsao" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 387 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 170, + "height": 230 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "d99jV1EttLMI3vtTSa12Ho" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 389 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 170, + "height": 230 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "43Wgh2AI1HM6bosmxrjhs7" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 391 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 170, + "height": 230 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "75Qlmg2xhOJIWE57axjrD4" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 393 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": -70.639, + "y": 96.745, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "cfMbf11IxHErK52FqmJHts" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 395 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": 64.752, + "y": 97.81799999999998, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "2b5S+tVLtA5Ykc/qVoMdAC" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 397 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 25, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "134+c+R0VFKoBoQc1xmPUb" + ] + }, { "__type__": "cc.Node", "_objFlags": 0, @@ -8354,14 +8610,14 @@ "__id__": 112 }, "_prefab": { - "__id__": 377 + "__id__": 399 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 376 + "__id__": 398 }, "asset": { "__uuid__": "8aaff904-8c27-4173-9716-7161893b336e", @@ -8369,7 +8625,7 @@ }, "fileId": "24rlgXRJ9AHLGpMW+aYyEx", "instance": { - "__id__": 378 + "__id__": 400 }, "targetOverrides": null }, @@ -8382,39 +8638,6 @@ "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 379 - }, - { - "__id__": 381 - }, - { - "__id__": 383 - }, - { - "__id__": 385 - }, - { - "__id__": 387 - }, - { - "__id__": 389 - }, - { - "__id__": 391 - }, - { - "__id__": 393 - }, - { - "__id__": 395 - }, - { - "__id__": 397 - }, - { - "__id__": 399 - }, { "__id__": 401 }, @@ -8438,6 +8661,72 @@ }, { "__id__": 415 + }, + { + "__id__": 417 + }, + { + "__id__": 419 + }, + { + "__id__": 421 + }, + { + "__id__": 423 + }, + { + "__id__": 425 + }, + { + "__id__": 427 + }, + { + "__id__": 429 + }, + { + "__id__": 431 + }, + { + "__id__": 433 + }, + { + "__id__": 435 + }, + { + "__id__": 437 + }, + { + "__id__": 439 + }, + { + "__id__": 441 + }, + { + "__id__": 443 + }, + { + "__id__": 445 + }, + { + "__id__": 447 + }, + { + "__id__": 449 + }, + { + "__id__": 451 + }, + { + "__id__": 453 + }, + { + "__id__": 455 + }, + { + "__id__": 457 + }, + { + "__id__": 459 } ], "removedComponents": [] @@ -8445,7 +8734,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 380 + "__id__": 402 }, "propertyPath": [ "_name" @@ -8461,7 +8750,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 382 + "__id__": 404 }, "propertyPath": [ "_lpos" @@ -8482,7 +8771,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 384 + "__id__": 406 }, "propertyPath": [ "_lrot" @@ -8504,7 +8793,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 386 + "__id__": 408 }, "propertyPath": [ "_euler" @@ -8525,7 +8814,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 388 + "__id__": 410 }, "propertyPath": [ "_lpos" @@ -8546,7 +8835,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 390 + "__id__": 412 }, "propertyPath": [ "_left" @@ -8562,7 +8851,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 392 + "__id__": 414 }, "propertyPath": [ "_lpos" @@ -8583,7 +8872,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 394 + "__id__": 416 }, "propertyPath": [ "_left" @@ -8599,12 +8888,12 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 396 + "__id__": 418 }, "propertyPath": [ "_active" ], - "value": false + "value": true }, { "__type__": "cc.TargetInfo", @@ -8615,7 +8904,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 398 + "__id__": 420 }, "propertyPath": [ "_bottom" @@ -8631,7 +8920,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 400 + "__id__": 422 }, "propertyPath": [ "_bottom" @@ -8647,7 +8936,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 402 + "__id__": 424 }, "propertyPath": [ "_lpos" @@ -8668,7 +8957,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 404 + "__id__": 426 }, "propertyPath": [ "_lpos" @@ -8689,7 +8978,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 406 + "__id__": 428 }, "propertyPath": [ "_contentSize" @@ -8709,7 +8998,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 408 + "__id__": 430 }, "propertyPath": [ "_contentSize" @@ -8729,7 +9018,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 410 + "__id__": 432 }, "propertyPath": [ "_contentSize" @@ -8749,7 +9038,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 412 + "__id__": 434 }, "propertyPath": [ "_contentSize" @@ -8769,7 +9058,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 414 + "__id__": 436 }, "propertyPath": [ "_contentSize" @@ -8789,7 +9078,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 416 + "__id__": 438 }, "propertyPath": [ "_contentSize" @@ -8806,6 +9095,229 @@ "40cX2kKZRJsYa+FDGFO4OF" ] }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 440 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 170, + "height": 230 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "b6/HPesdpG8ZsWB4vg6xf2" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 442 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 170, + "height": 230 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "26n+WBtxJJXZD7a+tO1kv7" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 444 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 156, + "height": 210 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "a75/rVH5tKgoarZ+Z9SeKu" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 446 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 160, + "height": 140 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "3axggZWXJNXJxmEWk7T7xL" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 448 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 170, + "height": 230 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "27MkqCo0hGCKJwhwMTnsao" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 450 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 170, + "height": 230 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "d99jV1EttLMI3vtTSa12Ho" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 452 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 170, + "height": 230 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "43Wgh2AI1HM6bosmxrjhs7" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 454 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 170, + "height": 230 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "75Qlmg2xhOJIWE57axjrD4" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 456 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": -70.639, + "y": 96.745, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "cfMbf11IxHErK52FqmJHts" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 458 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": 64.752, + "y": 97.81799999999998, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "2b5S+tVLtA5Ykc/qVoMdAC" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 460 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 25, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "134+c+R0VFKoBoQc1xmPUb" + ] + }, { "__type__": "cc.Node", "_objFlags": 0, @@ -8813,14 +9325,14 @@ "__id__": 112 }, "_prefab": { - "__id__": 418 + "__id__": 462 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 417 + "__id__": 461 }, "asset": { "__uuid__": "8aaff904-8c27-4173-9716-7161893b336e", @@ -8828,7 +9340,7 @@ }, "fileId": "24rlgXRJ9AHLGpMW+aYyEx", "instance": { - "__id__": 419 + "__id__": 463 }, "targetOverrides": null }, @@ -8842,61 +9354,61 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 420 + "__id__": 464 }, { - "__id__": 422 + "__id__": 466 }, { - "__id__": 424 + "__id__": 468 }, { - "__id__": 426 + "__id__": 470 }, { - "__id__": 428 + "__id__": 472 }, { - "__id__": 430 + "__id__": 474 }, { - "__id__": 432 + "__id__": 476 }, { - "__id__": 434 + "__id__": 478 }, { - "__id__": 436 + "__id__": 480 }, { - "__id__": 438 + "__id__": 482 }, { - "__id__": 440 + "__id__": 484 }, { - "__id__": 442 + "__id__": 486 }, { - "__id__": 444 + "__id__": 488 }, { - "__id__": 446 + "__id__": 490 }, { - "__id__": 448 + "__id__": 492 }, { - "__id__": 450 + "__id__": 494 }, { - "__id__": 452 + "__id__": 496 }, { - "__id__": 454 + "__id__": 498 }, { - "__id__": 456 + "__id__": 500 } ], "removedComponents": [] @@ -8904,7 +9416,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 421 + "__id__": 465 }, "propertyPath": [ "_name" @@ -8920,7 +9432,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 423 + "__id__": 467 }, "propertyPath": [ "_lpos" @@ -8941,7 +9453,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 425 + "__id__": 469 }, "propertyPath": [ "_lrot" @@ -8963,7 +9475,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 427 + "__id__": 471 }, "propertyPath": [ "_euler" @@ -8984,7 +9496,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 429 + "__id__": 473 }, "propertyPath": [ "_lpos" @@ -9005,7 +9517,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 431 + "__id__": 475 }, "propertyPath": [ "_left" @@ -9021,7 +9533,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 433 + "__id__": 477 }, "propertyPath": [ "_lpos" @@ -9042,7 +9554,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 435 + "__id__": 479 }, "propertyPath": [ "_left" @@ -9058,12 +9570,12 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 437 + "__id__": 481 }, "propertyPath": [ "_active" ], - "value": false + "value": true }, { "__type__": "cc.TargetInfo", @@ -9074,7 +9586,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 439 + "__id__": 483 }, "propertyPath": [ "_bottom" @@ -9090,7 +9602,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 441 + "__id__": 485 }, "propertyPath": [ "_bottom" @@ -9106,7 +9618,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 443 + "__id__": 487 }, "propertyPath": [ "_lpos" @@ -9127,7 +9639,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 445 + "__id__": 489 }, "propertyPath": [ "_lpos" @@ -9148,7 +9660,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 447 + "__id__": 491 }, "propertyPath": [ "_contentSize" @@ -9168,7 +9680,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 449 + "__id__": 493 }, "propertyPath": [ "_contentSize" @@ -9188,7 +9700,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 451 + "__id__": 495 }, "propertyPath": [ "_contentSize" @@ -9208,7 +9720,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 453 + "__id__": 497 }, "propertyPath": [ "_contentSize" @@ -9228,7 +9740,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 455 + "__id__": 499 }, "propertyPath": [ "_contentSize" @@ -9248,7 +9760,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 457 + "__id__": 501 }, "propertyPath": [ "_contentSize" @@ -9272,14 +9784,14 @@ "__id__": 112 }, "_prefab": { - "__id__": 459 + "__id__": 503 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 458 + "__id__": 502 }, "asset": { "__uuid__": "8aaff904-8c27-4173-9716-7161893b336e", @@ -9287,7 +9799,7 @@ }, "fileId": "24rlgXRJ9AHLGpMW+aYyEx", "instance": { - "__id__": 460 + "__id__": 504 }, "targetOverrides": null }, @@ -9301,61 +9813,61 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 461 + "__id__": 505 }, { - "__id__": 463 + "__id__": 507 }, { - "__id__": 465 + "__id__": 509 }, { - "__id__": 467 + "__id__": 511 }, { - "__id__": 469 + "__id__": 513 }, { - "__id__": 471 + "__id__": 515 }, { - "__id__": 473 + "__id__": 517 }, { - "__id__": 475 + "__id__": 519 }, { - "__id__": 477 + "__id__": 521 }, { - "__id__": 479 + "__id__": 523 }, { - "__id__": 481 + "__id__": 525 }, { - "__id__": 483 + "__id__": 527 }, { - "__id__": 485 + "__id__": 529 }, { - "__id__": 487 + "__id__": 531 }, { - "__id__": 489 + "__id__": 533 }, { - "__id__": 491 + "__id__": 535 }, { - "__id__": 493 + "__id__": 537 }, { - "__id__": 495 + "__id__": 539 }, { - "__id__": 497 + "__id__": 541 } ], "removedComponents": [] @@ -9363,7 +9875,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 462 + "__id__": 506 }, "propertyPath": [ "_name" @@ -9379,7 +9891,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 464 + "__id__": 508 }, "propertyPath": [ "_lpos" @@ -9400,7 +9912,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 466 + "__id__": 510 }, "propertyPath": [ "_lrot" @@ -9422,7 +9934,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 468 + "__id__": 512 }, "propertyPath": [ "_euler" @@ -9443,7 +9955,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 470 + "__id__": 514 }, "propertyPath": [ "_lpos" @@ -9464,7 +9976,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 472 + "__id__": 516 }, "propertyPath": [ "_left" @@ -9480,7 +9992,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 474 + "__id__": 518 }, "propertyPath": [ "_lpos" @@ -9501,7 +10013,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 476 + "__id__": 520 }, "propertyPath": [ "_left" @@ -9517,12 +10029,12 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 478 + "__id__": 522 }, "propertyPath": [ "_active" ], - "value": false + "value": true }, { "__type__": "cc.TargetInfo", @@ -9533,7 +10045,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 480 + "__id__": 524 }, "propertyPath": [ "_bottom" @@ -9549,7 +10061,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 482 + "__id__": 526 }, "propertyPath": [ "_bottom" @@ -9565,7 +10077,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 484 + "__id__": 528 }, "propertyPath": [ "_lpos" @@ -9586,7 +10098,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 486 + "__id__": 530 }, "propertyPath": [ "_lpos" @@ -9607,7 +10119,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 488 + "__id__": 532 }, "propertyPath": [ "_contentSize" @@ -9627,7 +10139,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 490 + "__id__": 534 }, "propertyPath": [ "_contentSize" @@ -9647,7 +10159,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 492 + "__id__": 536 }, "propertyPath": [ "_contentSize" @@ -9667,7 +10179,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 494 + "__id__": 538 }, "propertyPath": [ "_contentSize" @@ -9687,7 +10199,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 496 + "__id__": 540 }, "propertyPath": [ "_contentSize" @@ -9707,7 +10219,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 498 + "__id__": 542 }, "propertyPath": [ "_contentSize" @@ -9734,29 +10246,29 @@ }, "_children": [ { - "__id__": 500 + "__id__": 544 }, { - "__id__": 570 + "__id__": 614 }, { - "__id__": 620 + "__id__": 664 } ], "_active": true, "_components": [ { - "__id__": 644 + "__id__": 688 }, { - "__id__": 646 + "__id__": 690 }, { - "__id__": 648 + "__id__": 692 } ], "_prefab": { - "__id__": 650 + "__id__": 694 }, "_lpos": { "__type__": "cc.Vec3", @@ -9793,36 +10305,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 499 + "__id__": 543 }, "_children": [ { - "__id__": 501 + "__id__": 545 }, { - "__id__": 509 + "__id__": 553 }, { - "__id__": 517 + "__id__": 561 }, { - "__id__": 551 + "__id__": 595 }, { - "__id__": 559 + "__id__": 603 } ], "_active": false, "_components": [ { - "__id__": 565 + "__id__": 609 }, { - "__id__": 567 + "__id__": 611 } ], "_prefab": { - "__id__": 569 + "__id__": 613 }, "_lpos": { "__type__": "cc.Vec3", @@ -9859,23 +10371,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 500 + "__id__": 544 }, "_children": [], "_active": true, "_components": [ { - "__id__": 502 + "__id__": 546 }, { - "__id__": 504 + "__id__": 548 }, { - "__id__": 506 + "__id__": 550 } ], "_prefab": { - "__id__": 508 + "__id__": 552 }, "_lpos": { "__type__": "cc.Vec3", @@ -9912,11 +10424,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 501 + "__id__": 545 }, "_enabled": true, "__prefab": { - "__id__": 503 + "__id__": 547 }, "_contentSize": { "__type__": "cc.Size", @@ -9940,11 +10452,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 501 + "__id__": 545 }, "_enabled": true, "__prefab": { - "__id__": 505 + "__id__": 549 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9988,11 +10500,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 501 + "__id__": 545 }, "_enabled": true, "__prefab": { - "__id__": 507 + "__id__": 551 }, "_alignFlags": 45, "_target": null, @@ -10037,23 +10549,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 500 + "__id__": 544 }, "_children": [], "_active": true, "_components": [ { - "__id__": 510 + "__id__": 554 }, { - "__id__": 512 + "__id__": 556 }, { - "__id__": 514 + "__id__": 558 } ], "_prefab": { - "__id__": 516 + "__id__": 560 }, "_lpos": { "__type__": "cc.Vec3", @@ -10090,11 +10602,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 509 + "__id__": 553 }, "_enabled": true, "__prefab": { - "__id__": 511 + "__id__": 555 }, "_contentSize": { "__type__": "cc.Size", @@ -10118,11 +10630,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 509 + "__id__": 553 }, "_enabled": true, "__prefab": { - "__id__": 513 + "__id__": 557 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10166,11 +10678,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 509 + "__id__": 553 }, "_enabled": true, "__prefab": { - "__id__": 515 + "__id__": 559 }, "_alignFlags": 45, "_target": null, @@ -10215,33 +10727,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 500 + "__id__": 544 }, "_children": [ { - "__id__": 518 + "__id__": 562 }, { - "__id__": 524 + "__id__": 568 }, { - "__id__": 530 + "__id__": 574 } ], "_active": true, "_components": [ { - "__id__": 544 + "__id__": 588 }, { - "__id__": 546 + "__id__": 590 }, { - "__id__": 548 + "__id__": 592 } ], "_prefab": { - "__id__": 550 + "__id__": 594 }, "_lpos": { "__type__": "cc.Vec3", @@ -10278,20 +10790,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 517 + "__id__": 561 }, "_children": [], "_active": true, "_components": [ { - "__id__": 519 + "__id__": 563 }, { - "__id__": 521 + "__id__": 565 } ], "_prefab": { - "__id__": 523 + "__id__": 567 }, "_lpos": { "__type__": "cc.Vec3", @@ -10328,11 +10840,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 518 + "__id__": 562 }, "_enabled": true, "__prefab": { - "__id__": 520 + "__id__": 564 }, "_contentSize": { "__type__": "cc.Size", @@ -10356,11 +10868,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 518 + "__id__": 562 }, "_enabled": true, "__prefab": { - "__id__": 522 + "__id__": 566 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10414,20 +10926,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 517 + "__id__": 561 }, "_children": [], "_active": true, "_components": [ { - "__id__": 525 + "__id__": 569 }, { - "__id__": 527 + "__id__": 571 } ], "_prefab": { - "__id__": 529 + "__id__": 573 }, "_lpos": { "__type__": "cc.Vec3", @@ -10464,11 +10976,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 524 + "__id__": 568 }, "_enabled": true, "__prefab": { - "__id__": 526 + "__id__": 570 }, "_contentSize": { "__type__": "cc.Size", @@ -10492,11 +11004,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 524 + "__id__": 568 }, "_enabled": true, "__prefab": { - "__id__": 528 + "__id__": 572 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10553,24 +11065,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 517 + "__id__": 561 }, "_children": [ { - "__id__": 531 + "__id__": 575 } ], "_active": true, "_components": [ { - "__id__": 539 + "__id__": 583 }, { - "__id__": 541 + "__id__": 585 } ], "_prefab": { - "__id__": 543 + "__id__": 587 }, "_lpos": { "__type__": "cc.Vec3", @@ -10607,23 +11119,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 530 + "__id__": 574 }, "_children": [], "_active": true, "_components": [ { - "__id__": 532 + "__id__": 576 }, { - "__id__": 534 + "__id__": 578 }, { - "__id__": 536 + "__id__": 580 } ], "_prefab": { - "__id__": 538 + "__id__": 582 }, "_lpos": { "__type__": "cc.Vec3", @@ -10660,11 +11172,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 531 + "__id__": 575 }, "_enabled": true, "__prefab": { - "__id__": 533 + "__id__": 577 }, "_contentSize": { "__type__": "cc.Size", @@ -10688,11 +11200,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 531 + "__id__": 575 }, "_enabled": true, "__prefab": { - "__id__": 535 + "__id__": 579 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10756,11 +11268,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 531 + "__id__": 575 }, "_enabled": true, "__prefab": { - "__id__": 537 + "__id__": 581 }, "_alignFlags": 8, "_target": null, @@ -10805,11 +11317,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 530 + "__id__": 574 }, "_enabled": true, "__prefab": { - "__id__": 540 + "__id__": 584 }, "_contentSize": { "__type__": "cc.Size", @@ -10833,11 +11345,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 530 + "__id__": 574 }, "_enabled": true, "__prefab": { - "__id__": 542 + "__id__": 586 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10914,11 +11426,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 517 + "__id__": 561 }, "_enabled": true, "__prefab": { - "__id__": 545 + "__id__": 589 }, "_contentSize": { "__type__": "cc.Size", @@ -10942,11 +11454,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 517 + "__id__": 561 }, "_enabled": true, "__prefab": { - "__id__": 547 + "__id__": 591 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10984,11 +11496,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 517 + "__id__": 561 }, "_enabled": true, "__prefab": { - "__id__": 549 + "__id__": 593 }, "_alignFlags": 16, "_target": null, @@ -11033,23 +11545,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 500 + "__id__": 544 }, "_children": [], "_active": true, "_components": [ { - "__id__": 552 + "__id__": 596 }, { - "__id__": 554 + "__id__": 598 }, { - "__id__": 556 + "__id__": 600 } ], "_prefab": { - "__id__": 558 + "__id__": 602 }, "_lpos": { "__type__": "cc.Vec3", @@ -11086,11 +11598,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 551 + "__id__": 595 }, "_enabled": true, "__prefab": { - "__id__": 553 + "__id__": 597 }, "_contentSize": { "__type__": "cc.Size", @@ -11114,11 +11626,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 551 + "__id__": 595 }, "_enabled": true, "__prefab": { - "__id__": 555 + "__id__": 599 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11182,11 +11694,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 551 + "__id__": 595 }, "_enabled": true, "__prefab": { - "__id__": 557 + "__id__": 601 }, "_alignFlags": 16, "_target": null, @@ -11231,20 +11743,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 500 + "__id__": 544 }, "_children": [], "_active": false, "_components": [ { - "__id__": 560 + "__id__": 604 }, { - "__id__": 562 + "__id__": 606 } ], "_prefab": { - "__id__": 564 + "__id__": 608 }, "_lpos": { "__type__": "cc.Vec3", @@ -11281,11 +11793,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 559 + "__id__": 603 }, "_enabled": true, "__prefab": { - "__id__": 561 + "__id__": 605 }, "_contentSize": { "__type__": "cc.Size", @@ -11309,11 +11821,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 559 + "__id__": 603 }, "_enabled": true, "__prefab": { - "__id__": 563 + "__id__": 607 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11367,11 +11879,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 500 + "__id__": 544 }, "_enabled": true, "__prefab": { - "__id__": 566 + "__id__": 610 }, "_contentSize": { "__type__": "cc.Size", @@ -11395,11 +11907,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 500 + "__id__": 544 }, "_enabled": false, "__prefab": { - "__id__": 568 + "__id__": 612 }, "_alignFlags": 12, "_target": null, @@ -11444,27 +11956,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 499 + "__id__": 543 }, "_children": [ { - "__id__": 571 + "__id__": 615 }, { - "__id__": 579 + "__id__": 623 }, { - "__id__": 611 + "__id__": 655 } ], "_active": true, "_components": [ { - "__id__": 617 + "__id__": 661 } ], "_prefab": { - "__id__": 619 + "__id__": 663 }, "_lpos": { "__type__": "cc.Vec3", @@ -11501,23 +12013,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 570 + "__id__": 614 }, "_children": [], "_active": true, "_components": [ { - "__id__": 572 + "__id__": 616 }, { - "__id__": 574 + "__id__": 618 }, { - "__id__": 576 + "__id__": 620 } ], "_prefab": { - "__id__": 578 + "__id__": 622 }, "_lpos": { "__type__": "cc.Vec3", @@ -11554,11 +12066,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 571 + "__id__": 615 }, "_enabled": true, "__prefab": { - "__id__": 573 + "__id__": 617 }, "_contentSize": { "__type__": "cc.Size", @@ -11582,11 +12094,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 571 + "__id__": 615 }, "_enabled": true, "__prefab": { - "__id__": 575 + "__id__": 619 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11630,11 +12142,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 571 + "__id__": 615 }, "_enabled": true, "__prefab": { - "__id__": 577 + "__id__": 621 }, "_alignFlags": 45, "_target": null, @@ -11679,30 +12191,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 570 + "__id__": 614 }, "_children": [ { - "__id__": 580 + "__id__": 624 }, { - "__id__": 586 + "__id__": 630 }, { - "__id__": 592 + "__id__": 636 } ], "_active": true, "_components": [ { - "__id__": 606 + "__id__": 650 }, { - "__id__": 608 + "__id__": 652 } ], "_prefab": { - "__id__": 610 + "__id__": 654 }, "_lpos": { "__type__": "cc.Vec3", @@ -11739,20 +12251,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 579 + "__id__": 623 }, "_children": [], "_active": true, "_components": [ { - "__id__": 581 + "__id__": 625 }, { - "__id__": 583 + "__id__": 627 } ], "_prefab": { - "__id__": 585 + "__id__": 629 }, "_lpos": { "__type__": "cc.Vec3", @@ -11789,11 +12301,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 580 + "__id__": 624 }, "_enabled": true, "__prefab": { - "__id__": 582 + "__id__": 626 }, "_contentSize": { "__type__": "cc.Size", @@ -11817,11 +12329,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 580 + "__id__": 624 }, "_enabled": true, "__prefab": { - "__id__": 584 + "__id__": 628 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11875,20 +12387,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 579 + "__id__": 623 }, "_children": [], "_active": true, "_components": [ { - "__id__": 587 + "__id__": 631 }, { - "__id__": 589 + "__id__": 633 } ], "_prefab": { - "__id__": 591 + "__id__": 635 }, "_lpos": { "__type__": "cc.Vec3", @@ -11925,11 +12437,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 586 + "__id__": 630 }, "_enabled": true, "__prefab": { - "__id__": 588 + "__id__": 632 }, "_contentSize": { "__type__": "cc.Size", @@ -11953,11 +12465,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 586 + "__id__": 630 }, "_enabled": true, "__prefab": { - "__id__": 590 + "__id__": 634 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12014,24 +12526,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 579 + "__id__": 623 }, "_children": [ { - "__id__": 593 + "__id__": 637 } ], "_active": true, "_components": [ { - "__id__": 601 + "__id__": 645 }, { - "__id__": 603 + "__id__": 647 } ], "_prefab": { - "__id__": 605 + "__id__": 649 }, "_lpos": { "__type__": "cc.Vec3", @@ -12068,23 +12580,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 592 + "__id__": 636 }, "_children": [], "_active": true, "_components": [ { - "__id__": 594 + "__id__": 638 }, { - "__id__": 596 + "__id__": 640 }, { - "__id__": 598 + "__id__": 642 } ], "_prefab": { - "__id__": 600 + "__id__": 644 }, "_lpos": { "__type__": "cc.Vec3", @@ -12121,11 +12633,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 593 + "__id__": 637 }, "_enabled": true, "__prefab": { - "__id__": 595 + "__id__": 639 }, "_contentSize": { "__type__": "cc.Size", @@ -12149,11 +12661,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 593 + "__id__": 637 }, "_enabled": true, "__prefab": { - "__id__": 597 + "__id__": 641 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12217,11 +12729,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 593 + "__id__": 637 }, "_enabled": true, "__prefab": { - "__id__": 599 + "__id__": 643 }, "_alignFlags": 8, "_target": null, @@ -12266,11 +12778,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 592 + "__id__": 636 }, "_enabled": true, "__prefab": { - "__id__": 602 + "__id__": 646 }, "_contentSize": { "__type__": "cc.Size", @@ -12294,11 +12806,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 592 + "__id__": 636 }, "_enabled": true, "__prefab": { - "__id__": 604 + "__id__": 648 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12375,11 +12887,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 579 + "__id__": 623 }, "_enabled": true, "__prefab": { - "__id__": 607 + "__id__": 651 }, "_contentSize": { "__type__": "cc.Size", @@ -12403,11 +12915,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 579 + "__id__": 623 }, "_enabled": true, "__prefab": { - "__id__": 609 + "__id__": 653 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12458,20 +12970,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 570 + "__id__": 614 }, "_children": [], "_active": true, "_components": [ { - "__id__": 612 + "__id__": 656 }, { - "__id__": 614 + "__id__": 658 } ], "_prefab": { - "__id__": 616 + "__id__": 660 }, "_lpos": { "__type__": "cc.Vec3", @@ -12508,11 +13020,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 611 + "__id__": 655 }, "_enabled": true, "__prefab": { - "__id__": 613 + "__id__": 657 }, "_contentSize": { "__type__": "cc.Size", @@ -12536,11 +13048,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 611 + "__id__": 655 }, "_enabled": true, "__prefab": { - "__id__": 615 + "__id__": 659 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12617,11 +13129,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 570 + "__id__": 614 }, "_enabled": true, "__prefab": { - "__id__": 618 + "__id__": 662 }, "_contentSize": { "__type__": "cc.Size", @@ -12658,30 +13170,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 499 + "__id__": 543 }, "_children": [ { - "__id__": 621 + "__id__": 665 }, { - "__id__": 629 + "__id__": 673 } ], "_active": true, "_components": [ { - "__id__": 637 + "__id__": 681 }, { - "__id__": 639 + "__id__": 683 }, { - "__id__": 641 + "__id__": 685 } ], "_prefab": { - "__id__": 643 + "__id__": 687 }, "_lpos": { "__type__": "cc.Vec3", @@ -12718,23 +13230,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 620 + "__id__": 664 }, "_children": [], "_active": true, "_components": [ { - "__id__": 622 + "__id__": 666 }, { - "__id__": 624 + "__id__": 668 }, { - "__id__": 626 + "__id__": 670 } ], "_prefab": { - "__id__": 628 + "__id__": 672 }, "_lpos": { "__type__": "cc.Vec3", @@ -12771,11 +13283,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 621 + "__id__": 665 }, "_enabled": true, "__prefab": { - "__id__": 623 + "__id__": 667 }, "_contentSize": { "__type__": "cc.Size", @@ -12799,11 +13311,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 621 + "__id__": 665 }, "_enabled": true, "__prefab": { - "__id__": 625 + "__id__": 669 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12847,11 +13359,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 621 + "__id__": 665 }, "_enabled": true, "__prefab": { - "__id__": 627 + "__id__": 671 }, "_alignFlags": 45, "_target": null, @@ -12896,23 +13408,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 620 + "__id__": 664 }, "_children": [], "_active": true, "_components": [ { - "__id__": 630 + "__id__": 674 }, { - "__id__": 632 + "__id__": 676 }, { - "__id__": 634 + "__id__": 678 } ], "_prefab": { - "__id__": 636 + "__id__": 680 }, "_lpos": { "__type__": "cc.Vec3", @@ -12949,11 +13461,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 629 + "__id__": 673 }, "_enabled": true, "__prefab": { - "__id__": 631 + "__id__": 675 }, "_contentSize": { "__type__": "cc.Size", @@ -12977,11 +13489,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 629 + "__id__": 673 }, "_enabled": true, "__prefab": { - "__id__": 633 + "__id__": 677 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13045,11 +13557,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 629 + "__id__": 673 }, "_enabled": true, "__prefab": { - "__id__": 635 + "__id__": 679 }, "_alignFlags": 16, "_target": null, @@ -13094,11 +13606,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 620 + "__id__": 664 }, "_enabled": true, "__prefab": { - "__id__": 638 + "__id__": 682 }, "_contentSize": { "__type__": "cc.Size", @@ -13122,11 +13634,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 620 + "__id__": 664 }, "_enabled": false, "__prefab": { - "__id__": 640 + "__id__": 684 }, "_alignFlags": 33, "_target": null, @@ -13158,11 +13670,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 620 + "__id__": 664 }, "_enabled": true, "__prefab": { - "__id__": 642 + "__id__": 686 }, "clickEvents": [], "_interactable": true, @@ -13227,11 +13739,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 499 + "__id__": 543 }, "_enabled": true, "__prefab": { - "__id__": 645 + "__id__": 689 }, "_contentSize": { "__type__": "cc.Size", @@ -13255,11 +13767,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 499 + "__id__": 543 }, "_enabled": true, "__prefab": { - "__id__": 647 + "__id__": 691 }, "_resizeMode": 1, "_layoutType": 1, @@ -13293,11 +13805,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 499 + "__id__": 543 }, "_enabled": true, "__prefab": { - "__id__": 649 + "__id__": 693 }, "_alignFlags": 44, "_target": null, @@ -13346,7 +13858,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 652 + "__id__": 696 }, "_contentSize": { "__type__": "cc.Size", @@ -13374,7 +13886,7 @@ }, "_enabled": false, "__prefab": { - "__id__": 654 + "__id__": 698 }, "_alignFlags": 44, "_target": null, @@ -13410,7 +13922,7 @@ }, "_enabled": false, "__prefab": { - "__id__": 656 + "__id__": 700 }, "_resizeMode": 1, "_layoutType": 1, @@ -13448,7 +13960,7 @@ }, "_enabled": false, "__prefab": { - "__id__": 658 + "__id__": 702 }, "_id": "" }, @@ -13476,14 +13988,14 @@ "__id__": 2 }, "_prefab": { - "__id__": 661 + "__id__": 705 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 660 + "__id__": 704 }, "asset": { "__uuid__": "0f2aeee0-d590-4c36-9f20-a93b058d5b91", @@ -13491,7 +14003,7 @@ }, "fileId": "5622mxbS1PNqMFP0FH5Mir", "instance": { - "__id__": 662 + "__id__": 706 }, "targetOverrides": null }, @@ -13505,22 +14017,22 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 663 + "__id__": 707 }, { - "__id__": 665 + "__id__": 709 }, { - "__id__": 666 + "__id__": 710 }, { - "__id__": 667 + "__id__": 711 }, { - "__id__": 668 + "__id__": 712 }, { - "__id__": 670 + "__id__": 714 } ], "removedComponents": [] @@ -13528,7 +14040,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 664 + "__id__": 708 }, "propertyPath": [ "_name" @@ -13544,7 +14056,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 664 + "__id__": 708 }, "propertyPath": [ "_lpos" @@ -13559,7 +14071,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 664 + "__id__": 708 }, "propertyPath": [ "_lrot" @@ -13575,7 +14087,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 664 + "__id__": 708 }, "propertyPath": [ "_euler" @@ -13590,7 +14102,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 669 + "__id__": 713 }, "propertyPath": [ "_left" @@ -13606,7 +14118,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 669 + "__id__": 713 }, "propertyPath": [ "_verticalCenter" @@ -13623,7 +14135,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 672 + "__id__": 716 }, "_contentSize": { "__type__": "cc.Size", @@ -13651,7 +14163,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 674 + "__id__": 718 }, "_alignFlags": 21, "_target": null, @@ -13687,7 +14199,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 676 + "__id__": 720 }, "debugMode": false, "showMemoryPanel": true, @@ -13696,7 +14208,7 @@ 10 ], "start_btn": { - "__id__": 620 + "__id__": 664 }, "time_node": { "__id__": 3 @@ -13717,7 +14229,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 678 + "__id__": 722 }, "_id": "" }, @@ -13735,7 +14247,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 680 + "__id__": 724 }, "debugMode": false, "_id": "" @@ -13754,7 +14266,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 682 + "__id__": 726 }, "cards_node": { "__id__": 112 @@ -13763,19 +14275,19 @@ "__id__": 335 }, "card2": { - "__id__": 376 + "__id__": 398 }, "card3": { - "__id__": 417 + "__id__": 461 }, "card4": { - "__id__": 458 + "__id__": 502 }, "cards_chou": { - "__id__": 570 + "__id__": 614 }, "cards_up": { - "__id__": 500 + "__id__": 544 }, "coins_node": { "__id__": 225 @@ -13822,29 +14334,29 @@ }, "_children": [ { - "__id__": 685 + "__id__": 729 }, { - "__id__": 693 + "__id__": 737 }, { - "__id__": 877 + "__id__": 921 } ], "_active": false, "_components": [ { - "__id__": 894 + "__id__": 938 }, { - "__id__": 896 + "__id__": 940 }, { - "__id__": 898 + "__id__": 942 } ], "_prefab": { - "__id__": 900 + "__id__": 944 }, "_lpos": { "__type__": "cc.Vec3", @@ -13881,23 +14393,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 684 + "__id__": 728 }, "_children": [], "_active": true, "_components": [ { - "__id__": 686 + "__id__": 730 }, { - "__id__": 688 + "__id__": 732 }, { - "__id__": 690 + "__id__": 734 } ], "_prefab": { - "__id__": 692 + "__id__": 736 }, "_lpos": { "__type__": "cc.Vec3", @@ -13934,11 +14446,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 685 + "__id__": 729 }, "_enabled": true, "__prefab": { - "__id__": 687 + "__id__": 731 }, "_contentSize": { "__type__": "cc.Size", @@ -13962,11 +14474,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 685 + "__id__": 729 }, "_enabled": true, "__prefab": { - "__id__": 689 + "__id__": 733 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14010,11 +14522,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 685 + "__id__": 729 }, "_enabled": true, "__prefab": { - "__id__": 691 + "__id__": 735 }, "_alignFlags": 20, "_target": null, @@ -14059,36 +14571,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 684 + "__id__": 728 }, "_children": [ { - "__id__": 694 + "__id__": 738 }, { - "__id__": 735 + "__id__": 779 }, { - "__id__": 776 + "__id__": 820 }, { - "__id__": 823 + "__id__": 867 } ], "_active": true, "_components": [ { - "__id__": 870 + "__id__": 914 }, { - "__id__": 872 + "__id__": 916 }, { - "__id__": 874 + "__id__": 918 } ], "_prefab": { - "__id__": 876 + "__id__": 920 }, "_lpos": { "__type__": "cc.Vec3", @@ -14125,27 +14637,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 693 + "__id__": 737 }, "_children": [ { - "__id__": 695 + "__id__": 739 }, { - "__id__": 709 + "__id__": 753 } ], "_active": false, "_components": [ { - "__id__": 729 + "__id__": 773 }, { - "__id__": 731 + "__id__": 775 } ], "_prefab": { - "__id__": 734 + "__id__": 778 }, "_lpos": { "__type__": "cc.Vec3", @@ -14182,27 +14694,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 694 + "__id__": 738 }, "_children": [ { - "__id__": 696 + "__id__": 740 } ], "_active": true, "_components": [ { - "__id__": 702 + "__id__": 746 }, { - "__id__": 704 + "__id__": 748 }, { - "__id__": 706 + "__id__": 750 } ], "_prefab": { - "__id__": 708 + "__id__": 752 }, "_lpos": { "__type__": "cc.Vec3", @@ -14239,20 +14751,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 695 + "__id__": 739 }, "_children": [], "_active": true, "_components": [ { - "__id__": 697 + "__id__": 741 }, { - "__id__": 699 + "__id__": 743 } ], "_prefab": { - "__id__": 701 + "__id__": 745 }, "_lpos": { "__type__": "cc.Vec3", @@ -14289,11 +14801,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 696 + "__id__": 740 }, "_enabled": true, "__prefab": { - "__id__": 698 + "__id__": 742 }, "_contentSize": { "__type__": "cc.Size", @@ -14317,11 +14829,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 696 + "__id__": 740 }, "_enabled": true, "__prefab": { - "__id__": 700 + "__id__": 744 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14375,11 +14887,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 695 + "__id__": 739 }, "_enabled": true, "__prefab": { - "__id__": 703 + "__id__": 747 }, "_contentSize": { "__type__": "cc.Size", @@ -14403,11 +14915,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 695 + "__id__": 739 }, "_enabled": true, "__prefab": { - "__id__": 705 + "__id__": 749 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14448,11 +14960,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 695 + "__id__": 739 }, "_enabled": true, "__prefab": { - "__id__": 707 + "__id__": 751 }, "_alignFlags": 45, "_target": null, @@ -14497,30 +15009,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 694 + "__id__": 738 }, "_children": [ { - "__id__": 710 + "__id__": 754 }, { - "__id__": 716 + "__id__": 760 } ], "_active": false, "_components": [ { - "__id__": 722 + "__id__": 766 }, { - "__id__": 724 + "__id__": 768 }, { - "__id__": 726 + "__id__": 770 } ], "_prefab": { - "__id__": 728 + "__id__": 772 }, "_lpos": { "__type__": "cc.Vec3", @@ -14557,20 +15069,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 709 + "__id__": 753 }, "_children": [], "_active": true, "_components": [ { - "__id__": 711 + "__id__": 755 }, { - "__id__": 713 + "__id__": 757 } ], "_prefab": { - "__id__": 715 + "__id__": 759 }, "_lpos": { "__type__": "cc.Vec3", @@ -14607,11 +15119,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 710 + "__id__": 754 }, "_enabled": true, "__prefab": { - "__id__": 712 + "__id__": 756 }, "_contentSize": { "__type__": "cc.Size", @@ -14635,11 +15147,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 710 + "__id__": 754 }, "_enabled": true, "__prefab": { - "__id__": 714 + "__id__": 758 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14693,20 +15205,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 709 + "__id__": 753 }, "_children": [], "_active": true, "_components": [ { - "__id__": 717 + "__id__": 761 }, { - "__id__": 719 + "__id__": 763 } ], "_prefab": { - "__id__": 721 + "__id__": 765 }, "_lpos": { "__type__": "cc.Vec3", @@ -14743,11 +15255,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 716 + "__id__": 760 }, "_enabled": true, "__prefab": { - "__id__": 718 + "__id__": 762 }, "_contentSize": { "__type__": "cc.Size", @@ -14771,11 +15283,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 716 + "__id__": 760 }, "_enabled": true, "__prefab": { - "__id__": 720 + "__id__": 764 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14852,11 +15364,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 709 + "__id__": 753 }, "_enabled": true, "__prefab": { - "__id__": 723 + "__id__": 767 }, "_contentSize": { "__type__": "cc.Size", @@ -14880,11 +15392,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 709 + "__id__": 753 }, "_enabled": true, "__prefab": { - "__id__": 725 + "__id__": 769 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14925,11 +15437,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 709 + "__id__": 753 }, "_enabled": true, "__prefab": { - "__id__": 727 + "__id__": 771 }, "_alignFlags": 45, "_target": null, @@ -14974,11 +15486,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 694 + "__id__": 738 }, "_enabled": true, "__prefab": { - "__id__": 730 + "__id__": 774 }, "_contentSize": { "__type__": "cc.Size", @@ -15002,15 +15514,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 694 + "__id__": 738 }, "_enabled": true, "__prefab": { - "__id__": 732 + "__id__": 776 }, "clickEvents": [ { - "__id__": 733 + "__id__": 777 } ], "_interactable": true, @@ -15059,7 +15571,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 684 + "__id__": 728 }, "component": "", "_componentId": "11498TbVJpO6qmZ8m9k55Zx", @@ -15085,27 +15597,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 693 + "__id__": 737 }, "_children": [ { - "__id__": 736 + "__id__": 780 }, { - "__id__": 750 + "__id__": 794 } ], "_active": false, "_components": [ { - "__id__": 770 + "__id__": 814 }, { - "__id__": 772 + "__id__": 816 } ], "_prefab": { - "__id__": 775 + "__id__": 819 }, "_lpos": { "__type__": "cc.Vec3", @@ -15142,27 +15654,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 735 + "__id__": 779 }, "_children": [ { - "__id__": 737 + "__id__": 781 } ], "_active": true, "_components": [ { - "__id__": 743 + "__id__": 787 }, { - "__id__": 745 + "__id__": 789 }, { - "__id__": 747 + "__id__": 791 } ], "_prefab": { - "__id__": 749 + "__id__": 793 }, "_lpos": { "__type__": "cc.Vec3", @@ -15199,20 +15711,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 736 + "__id__": 780 }, "_children": [], "_active": true, "_components": [ { - "__id__": 738 + "__id__": 782 }, { - "__id__": 740 + "__id__": 784 } ], "_prefab": { - "__id__": 742 + "__id__": 786 }, "_lpos": { "__type__": "cc.Vec3", @@ -15249,11 +15761,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 737 + "__id__": 781 }, "_enabled": true, "__prefab": { - "__id__": 739 + "__id__": 783 }, "_contentSize": { "__type__": "cc.Size", @@ -15277,11 +15789,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 737 + "__id__": 781 }, "_enabled": true, "__prefab": { - "__id__": 741 + "__id__": 785 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15335,11 +15847,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 736 + "__id__": 780 }, "_enabled": true, "__prefab": { - "__id__": 744 + "__id__": 788 }, "_contentSize": { "__type__": "cc.Size", @@ -15363,11 +15875,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 736 + "__id__": 780 }, "_enabled": true, "__prefab": { - "__id__": 746 + "__id__": 790 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15408,11 +15920,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 736 + "__id__": 780 }, "_enabled": true, "__prefab": { - "__id__": 748 + "__id__": 792 }, "_alignFlags": 45, "_target": null, @@ -15457,30 +15969,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 735 + "__id__": 779 }, "_children": [ { - "__id__": 751 + "__id__": 795 }, { - "__id__": 757 + "__id__": 801 } ], "_active": false, "_components": [ { - "__id__": 763 + "__id__": 807 }, { - "__id__": 765 + "__id__": 809 }, { - "__id__": 767 + "__id__": 811 } ], "_prefab": { - "__id__": 769 + "__id__": 813 }, "_lpos": { "__type__": "cc.Vec3", @@ -15517,20 +16029,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 750 + "__id__": 794 }, "_children": [], "_active": true, "_components": [ { - "__id__": 752 + "__id__": 796 }, { - "__id__": 754 + "__id__": 798 } ], "_prefab": { - "__id__": 756 + "__id__": 800 }, "_lpos": { "__type__": "cc.Vec3", @@ -15567,11 +16079,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 751 + "__id__": 795 }, "_enabled": true, "__prefab": { - "__id__": 753 + "__id__": 797 }, "_contentSize": { "__type__": "cc.Size", @@ -15595,11 +16107,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 751 + "__id__": 795 }, "_enabled": true, "__prefab": { - "__id__": 755 + "__id__": 799 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15653,20 +16165,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 750 + "__id__": 794 }, "_children": [], "_active": true, "_components": [ { - "__id__": 758 + "__id__": 802 }, { - "__id__": 760 + "__id__": 804 } ], "_prefab": { - "__id__": 762 + "__id__": 806 }, "_lpos": { "__type__": "cc.Vec3", @@ -15703,11 +16215,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 757 + "__id__": 801 }, "_enabled": true, "__prefab": { - "__id__": 759 + "__id__": 803 }, "_contentSize": { "__type__": "cc.Size", @@ -15731,11 +16243,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 757 + "__id__": 801 }, "_enabled": true, "__prefab": { - "__id__": 761 + "__id__": 805 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15812,11 +16324,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 750 + "__id__": 794 }, "_enabled": true, "__prefab": { - "__id__": 764 + "__id__": 808 }, "_contentSize": { "__type__": "cc.Size", @@ -15840,11 +16352,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 750 + "__id__": 794 }, "_enabled": true, "__prefab": { - "__id__": 766 + "__id__": 810 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15885,11 +16397,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 750 + "__id__": 794 }, "_enabled": true, "__prefab": { - "__id__": 768 + "__id__": 812 }, "_alignFlags": 45, "_target": null, @@ -15934,11 +16446,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 735 + "__id__": 779 }, "_enabled": true, "__prefab": { - "__id__": 771 + "__id__": 815 }, "_contentSize": { "__type__": "cc.Size", @@ -15962,15 +16474,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 735 + "__id__": 779 }, "_enabled": true, "__prefab": { - "__id__": 773 + "__id__": 817 }, "clickEvents": [ { - "__id__": 774 + "__id__": 818 } ], "_interactable": true, @@ -16019,7 +16531,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 684 + "__id__": 728 }, "component": "", "_componentId": "11498TbVJpO6qmZ8m9k55Zx", @@ -16045,30 +16557,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 693 + "__id__": 737 }, "_children": [ { - "__id__": 777 + "__id__": 821 }, { - "__id__": 785 + "__id__": 829 }, { - "__id__": 805 + "__id__": 849 } ], "_active": true, "_components": [ { - "__id__": 817 + "__id__": 861 }, { - "__id__": 819 + "__id__": 863 } ], "_prefab": { - "__id__": 822 + "__id__": 866 }, "_lpos": { "__type__": "cc.Vec3", @@ -16105,23 +16617,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 776 + "__id__": 820 }, "_children": [], "_active": false, "_components": [ { - "__id__": 778 + "__id__": 822 }, { - "__id__": 780 + "__id__": 824 }, { - "__id__": 782 + "__id__": 826 } ], "_prefab": { - "__id__": 784 + "__id__": 828 }, "_lpos": { "__type__": "cc.Vec3", @@ -16158,11 +16670,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 777 + "__id__": 821 }, "_enabled": true, "__prefab": { - "__id__": 779 + "__id__": 823 }, "_contentSize": { "__type__": "cc.Size", @@ -16186,11 +16698,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 777 + "__id__": 821 }, "_enabled": true, "__prefab": { - "__id__": 781 + "__id__": 825 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16231,11 +16743,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 777 + "__id__": 821 }, "_enabled": true, "__prefab": { - "__id__": 783 + "__id__": 827 }, "_alignFlags": 45, "_target": null, @@ -16280,30 +16792,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 776 + "__id__": 820 }, "_children": [ { - "__id__": 786 + "__id__": 830 }, { - "__id__": 792 + "__id__": 836 } ], "_active": false, "_components": [ { - "__id__": 798 + "__id__": 842 }, { - "__id__": 800 + "__id__": 844 }, { - "__id__": 802 + "__id__": 846 } ], "_prefab": { - "__id__": 804 + "__id__": 848 }, "_lpos": { "__type__": "cc.Vec3", @@ -16340,20 +16852,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 785 + "__id__": 829 }, "_children": [], "_active": true, "_components": [ { - "__id__": 787 + "__id__": 831 }, { - "__id__": 789 + "__id__": 833 } ], "_prefab": { - "__id__": 791 + "__id__": 835 }, "_lpos": { "__type__": "cc.Vec3", @@ -16390,11 +16902,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 786 + "__id__": 830 }, "_enabled": true, "__prefab": { - "__id__": 788 + "__id__": 832 }, "_contentSize": { "__type__": "cc.Size", @@ -16418,11 +16930,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 786 + "__id__": 830 }, "_enabled": true, "__prefab": { - "__id__": 790 + "__id__": 834 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16476,20 +16988,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 785 + "__id__": 829 }, "_children": [], "_active": true, "_components": [ { - "__id__": 793 + "__id__": 837 }, { - "__id__": 795 + "__id__": 839 } ], "_prefab": { - "__id__": 797 + "__id__": 841 }, "_lpos": { "__type__": "cc.Vec3", @@ -16526,11 +17038,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 792 + "__id__": 836 }, "_enabled": true, "__prefab": { - "__id__": 794 + "__id__": 838 }, "_contentSize": { "__type__": "cc.Size", @@ -16554,11 +17066,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 792 + "__id__": 836 }, "_enabled": true, "__prefab": { - "__id__": 796 + "__id__": 840 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16635,11 +17147,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 785 + "__id__": 829 }, "_enabled": true, "__prefab": { - "__id__": 799 + "__id__": 843 }, "_contentSize": { "__type__": "cc.Size", @@ -16663,11 +17175,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 785 + "__id__": 829 }, "_enabled": true, "__prefab": { - "__id__": 801 + "__id__": 845 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16708,11 +17220,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 785 + "__id__": 829 }, "_enabled": true, "__prefab": { - "__id__": 803 + "__id__": 847 }, "_alignFlags": 45, "_target": null, @@ -16757,24 +17269,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 776 + "__id__": 820 }, "_children": [ { - "__id__": 806 + "__id__": 850 } ], "_active": true, "_components": [ { - "__id__": 812 + "__id__": 856 }, { - "__id__": 814 + "__id__": 858 } ], "_prefab": { - "__id__": 816 + "__id__": 860 }, "_lpos": { "__type__": "cc.Vec3", @@ -16811,20 +17323,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 805 + "__id__": 849 }, "_children": [], "_active": true, "_components": [ { - "__id__": 807 + "__id__": 851 }, { - "__id__": 809 + "__id__": 853 } ], "_prefab": { - "__id__": 811 + "__id__": 855 }, "_lpos": { "__type__": "cc.Vec3", @@ -16861,11 +17373,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 806 + "__id__": 850 }, "_enabled": true, "__prefab": { - "__id__": 808 + "__id__": 852 }, "_contentSize": { "__type__": "cc.Size", @@ -16889,11 +17401,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 806 + "__id__": 850 }, "_enabled": true, "__prefab": { - "__id__": 810 + "__id__": 854 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16970,11 +17482,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 805 + "__id__": 849 }, "_enabled": true, "__prefab": { - "__id__": 813 + "__id__": 857 }, "_contentSize": { "__type__": "cc.Size", @@ -16998,11 +17510,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 805 + "__id__": 849 }, "_enabled": true, "__prefab": { - "__id__": 815 + "__id__": 859 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17059,11 +17571,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 776 + "__id__": 820 }, "_enabled": true, "__prefab": { - "__id__": 818 + "__id__": 862 }, "_contentSize": { "__type__": "cc.Size", @@ -17087,15 +17599,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 776 + "__id__": 820 }, "_enabled": true, "__prefab": { - "__id__": 820 + "__id__": 864 }, "clickEvents": [ { - "__id__": 821 + "__id__": 865 } ], "_interactable": true, @@ -17144,7 +17656,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 684 + "__id__": 728 }, "component": "", "_componentId": "11498TbVJpO6qmZ8m9k55Zx", @@ -17170,30 +17682,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 693 + "__id__": 737 }, "_children": [ { - "__id__": 824 + "__id__": 868 }, { - "__id__": 832 + "__id__": 876 }, { - "__id__": 852 + "__id__": 896 } ], "_active": true, "_components": [ { - "__id__": 864 + "__id__": 908 }, { - "__id__": 866 + "__id__": 910 } ], "_prefab": { - "__id__": 869 + "__id__": 913 }, "_lpos": { "__type__": "cc.Vec3", @@ -17230,23 +17742,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 823 + "__id__": 867 }, "_children": [], "_active": false, "_components": [ { - "__id__": 825 + "__id__": 869 }, { - "__id__": 827 + "__id__": 871 }, { - "__id__": 829 + "__id__": 873 } ], "_prefab": { - "__id__": 831 + "__id__": 875 }, "_lpos": { "__type__": "cc.Vec3", @@ -17283,11 +17795,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 824 + "__id__": 868 }, "_enabled": true, "__prefab": { - "__id__": 826 + "__id__": 870 }, "_contentSize": { "__type__": "cc.Size", @@ -17311,11 +17823,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 824 + "__id__": 868 }, "_enabled": true, "__prefab": { - "__id__": 828 + "__id__": 872 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17356,11 +17868,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 824 + "__id__": 868 }, "_enabled": true, "__prefab": { - "__id__": 830 + "__id__": 874 }, "_alignFlags": 45, "_target": null, @@ -17405,30 +17917,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 823 + "__id__": 867 }, "_children": [ { - "__id__": 833 + "__id__": 877 }, { - "__id__": 839 + "__id__": 883 } ], "_active": false, "_components": [ { - "__id__": 845 + "__id__": 889 }, { - "__id__": 847 + "__id__": 891 }, { - "__id__": 849 + "__id__": 893 } ], "_prefab": { - "__id__": 851 + "__id__": 895 }, "_lpos": { "__type__": "cc.Vec3", @@ -17465,20 +17977,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 832 + "__id__": 876 }, "_children": [], "_active": true, "_components": [ { - "__id__": 834 + "__id__": 878 }, { - "__id__": 836 + "__id__": 880 } ], "_prefab": { - "__id__": 838 + "__id__": 882 }, "_lpos": { "__type__": "cc.Vec3", @@ -17515,11 +18027,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 833 + "__id__": 877 }, "_enabled": true, "__prefab": { - "__id__": 835 + "__id__": 879 }, "_contentSize": { "__type__": "cc.Size", @@ -17543,11 +18055,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 833 + "__id__": 877 }, "_enabled": true, "__prefab": { - "__id__": 837 + "__id__": 881 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17601,20 +18113,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 832 + "__id__": 876 }, "_children": [], "_active": true, "_components": [ { - "__id__": 840 + "__id__": 884 }, { - "__id__": 842 + "__id__": 886 } ], "_prefab": { - "__id__": 844 + "__id__": 888 }, "_lpos": { "__type__": "cc.Vec3", @@ -17651,11 +18163,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 839 + "__id__": 883 }, "_enabled": true, "__prefab": { - "__id__": 841 + "__id__": 885 }, "_contentSize": { "__type__": "cc.Size", @@ -17679,11 +18191,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 839 + "__id__": 883 }, "_enabled": true, "__prefab": { - "__id__": 843 + "__id__": 887 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17760,11 +18272,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 832 + "__id__": 876 }, "_enabled": true, "__prefab": { - "__id__": 846 + "__id__": 890 }, "_contentSize": { "__type__": "cc.Size", @@ -17788,11 +18300,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 832 + "__id__": 876 }, "_enabled": true, "__prefab": { - "__id__": 848 + "__id__": 892 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17833,11 +18345,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 832 + "__id__": 876 }, "_enabled": true, "__prefab": { - "__id__": 850 + "__id__": 894 }, "_alignFlags": 45, "_target": null, @@ -17882,24 +18394,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 823 + "__id__": 867 }, "_children": [ { - "__id__": 853 + "__id__": 897 } ], "_active": true, "_components": [ { - "__id__": 859 + "__id__": 903 }, { - "__id__": 861 + "__id__": 905 } ], "_prefab": { - "__id__": 863 + "__id__": 907 }, "_lpos": { "__type__": "cc.Vec3", @@ -17936,20 +18448,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 852 + "__id__": 896 }, "_children": [], "_active": true, "_components": [ { - "__id__": 854 + "__id__": 898 }, { - "__id__": 856 + "__id__": 900 } ], "_prefab": { - "__id__": 858 + "__id__": 902 }, "_lpos": { "__type__": "cc.Vec3", @@ -17986,11 +18498,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 853 + "__id__": 897 }, "_enabled": true, "__prefab": { - "__id__": 855 + "__id__": 899 }, "_contentSize": { "__type__": "cc.Size", @@ -18014,11 +18526,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 853 + "__id__": 897 }, "_enabled": true, "__prefab": { - "__id__": 857 + "__id__": 901 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -18095,11 +18607,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 852 + "__id__": 896 }, "_enabled": true, "__prefab": { - "__id__": 860 + "__id__": 904 }, "_contentSize": { "__type__": "cc.Size", @@ -18123,11 +18635,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 852 + "__id__": 896 }, "_enabled": true, "__prefab": { - "__id__": 862 + "__id__": 906 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -18181,11 +18693,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 823 + "__id__": 867 }, "_enabled": true, "__prefab": { - "__id__": 865 + "__id__": 909 }, "_contentSize": { "__type__": "cc.Size", @@ -18209,15 +18721,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 823 + "__id__": 867 }, "_enabled": true, "__prefab": { - "__id__": 867 + "__id__": 911 }, "clickEvents": [ { - "__id__": 868 + "__id__": 912 } ], "_interactable": true, @@ -18266,7 +18778,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 684 + "__id__": 728 }, "component": "", "_componentId": "11498TbVJpO6qmZ8m9k55Zx", @@ -18292,11 +18804,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 693 + "__id__": 737 }, "_enabled": true, "__prefab": { - "__id__": 871 + "__id__": 915 }, "_contentSize": { "__type__": "cc.Size", @@ -18320,11 +18832,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 693 + "__id__": 737 }, "_enabled": true, "__prefab": { - "__id__": 873 + "__id__": 917 }, "_alignFlags": 44, "_target": null, @@ -18356,11 +18868,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 693 + "__id__": 737 }, "_enabled": true, "__prefab": { - "__id__": 875 + "__id__": 919 }, "_resizeMode": 1, "_layoutType": 1, @@ -18407,27 +18919,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 684 + "__id__": 728 }, "_children": [ { - "__id__": 878 + "__id__": 922 } ], "_active": true, "_components": [ { - "__id__": 886 + "__id__": 930 }, { - "__id__": 888 + "__id__": 932 }, { - "__id__": 891 + "__id__": 935 } ], "_prefab": { - "__id__": 893 + "__id__": 937 }, "_lpos": { "__type__": "cc.Vec3", @@ -18464,23 +18976,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 877 + "__id__": 921 }, "_children": [], "_active": true, "_components": [ { - "__id__": 879 + "__id__": 923 }, { - "__id__": 881 + "__id__": 925 }, { - "__id__": 883 + "__id__": 927 } ], "_prefab": { - "__id__": 885 + "__id__": 929 }, "_lpos": { "__type__": "cc.Vec3", @@ -18517,11 +19029,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 878 + "__id__": 922 }, "_enabled": true, "__prefab": { - "__id__": 880 + "__id__": 924 }, "_contentSize": { "__type__": "cc.Size", @@ -18545,11 +19057,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 878 + "__id__": 922 }, "_enabled": true, "__prefab": { - "__id__": 882 + "__id__": 926 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -18593,11 +19105,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 878 + "__id__": 922 }, "_enabled": true, "__prefab": { - "__id__": 884 + "__id__": 928 }, "_alignFlags": 45, "_target": null, @@ -18642,11 +19154,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 877 + "__id__": 921 }, "_enabled": true, "__prefab": { - "__id__": 887 + "__id__": 931 }, "_contentSize": { "__type__": "cc.Size", @@ -18670,15 +19182,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 877 + "__id__": 921 }, "_enabled": true, "__prefab": { - "__id__": 889 + "__id__": 933 }, "clickEvents": [ { - "__id__": 890 + "__id__": 934 } ], "_interactable": true, @@ -18727,7 +19239,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 684 + "__id__": 728 }, "component": "", "_componentId": "11498TbVJpO6qmZ8m9k55Zx", @@ -18740,11 +19252,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 877 + "__id__": 921 }, "_enabled": true, "__prefab": { - "__id__": 892 + "__id__": 936 }, "_alignFlags": 4, "_target": null, @@ -18789,11 +19301,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 684 + "__id__": 728 }, "_enabled": true, "__prefab": { - "__id__": 895 + "__id__": 939 }, "_contentSize": { "__type__": "cc.Size", @@ -18817,11 +19329,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 684 + "__id__": 728 }, "_enabled": true, "__prefab": { - "__id__": 897 + "__id__": 941 }, "_alignFlags": 21, "_target": null, @@ -18853,20 +19365,20 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 684 + "__id__": 728 }, "_enabled": true, "__prefab": { - "__id__": 899 + "__id__": 943 }, "home_btn": { - "__id__": 735 + "__id__": 779 }, "hero_btn": { - "__id__": 694 + "__id__": 738 }, "rank_btn": { - "__id__": 823 + "__id__": 867 }, "_id": "" }, @@ -18894,14 +19406,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 902 + "__id__": 946 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 901 + "__id__": 945 }, "asset": { "__uuid__": "26bff847-cd29-48a5-bbfa-c3e2dbda688d", @@ -18909,7 +19421,7 @@ }, "fileId": "5a9CMsVQhKP5Y+UJfTKPbx", "instance": { - "__id__": 903 + "__id__": 947 }, "targetOverrides": null }, @@ -18923,19 +19435,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 904 + "__id__": 948 }, { - "__id__": 906 + "__id__": 950 }, { - "__id__": 907 + "__id__": 951 }, { - "__id__": 908 + "__id__": 952 }, { - "__id__": 909 + "__id__": 953 } ], "removedComponents": [] @@ -18943,7 +19455,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 905 + "__id__": 949 }, "propertyPath": [ "_name" @@ -18959,7 +19471,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 905 + "__id__": 949 }, "propertyPath": [ "_lpos" @@ -18974,7 +19486,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 905 + "__id__": 949 }, "propertyPath": [ "_lrot" @@ -18990,7 +19502,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 905 + "__id__": 949 }, "propertyPath": [ "_euler" @@ -19005,7 +19517,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 905 + "__id__": 949 }, "propertyPath": [ "_active" @@ -19022,23 +19534,23 @@ }, "_children": [ { - "__id__": 911 + "__id__": 955 } ], "_active": true, "_components": [ { - "__id__": 949 + "__id__": 993 }, { - "__id__": 951 + "__id__": 995 }, { - "__id__": 953 + "__id__": 997 } ], "_prefab": { - "__id__": 955 + "__id__": 999 }, "_lpos": { "__type__": "cc.Vec3", @@ -19075,30 +19587,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 910 + "__id__": 954 }, "_children": [ { - "__id__": 912 + "__id__": 956 } ], "_active": true, "_components": [ { - "__id__": 940 + "__id__": 984 }, { - "__id__": 942 + "__id__": 986 }, { - "__id__": 944 + "__id__": 988 }, { - "__id__": 946 + "__id__": 990 } ], "_prefab": { - "__id__": 948 + "__id__": 992 }, "_lpos": { "__type__": "cc.Vec3", @@ -19135,27 +19647,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 911 + "__id__": 955 }, "_children": [ { - "__id__": 913 + "__id__": 957 }, { - "__id__": 921 + "__id__": 965 }, { - "__id__": 927 + "__id__": 971 } ], "_active": true, "_components": [ { - "__id__": 937 + "__id__": 981 } ], "_prefab": { - "__id__": 939 + "__id__": 983 }, "_lpos": { "__type__": "cc.Vec3", @@ -19192,23 +19704,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 912 + "__id__": 956 }, "_children": [], "_active": true, "_components": [ { - "__id__": 914 + "__id__": 958 }, { - "__id__": 916 + "__id__": 960 }, { - "__id__": 918 + "__id__": 962 } ], "_prefab": { - "__id__": 920 + "__id__": 964 }, "_lpos": { "__type__": "cc.Vec3", @@ -19245,11 +19757,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 913 + "__id__": 957 }, "_enabled": true, "__prefab": { - "__id__": 915 + "__id__": 959 }, "_contentSize": { "__type__": "cc.Size", @@ -19273,11 +19785,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 913 + "__id__": 957 }, "_enabled": true, "__prefab": { - "__id__": 917 + "__id__": 961 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19321,11 +19833,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 913 + "__id__": 957 }, "_enabled": true, "__prefab": { - "__id__": 919 + "__id__": 963 }, "_alignFlags": 40, "_target": null, @@ -19370,20 +19882,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 912 + "__id__": 956 }, "_children": [], "_active": true, "_components": [ { - "__id__": 922 + "__id__": 966 }, { - "__id__": 924 + "__id__": 968 } ], "_prefab": { - "__id__": 926 + "__id__": 970 }, "_lpos": { "__type__": "cc.Vec3", @@ -19420,11 +19932,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 921 + "__id__": 965 }, "_enabled": true, "__prefab": { - "__id__": 923 + "__id__": 967 }, "_contentSize": { "__type__": "cc.Size", @@ -19448,11 +19960,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 921 + "__id__": 965 }, "_enabled": true, "__prefab": { - "__id__": 925 + "__id__": 969 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19509,26 +20021,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 912 + "__id__": 956 }, "_children": [], "_active": true, "_components": [ { - "__id__": 928 + "__id__": 972 }, { - "__id__": 930 + "__id__": 974 }, { - "__id__": 932 + "__id__": 976 }, { - "__id__": 934 + "__id__": 978 } ], "_prefab": { - "__id__": 936 + "__id__": 980 }, "_lpos": { "__type__": "cc.Vec3", @@ -19565,11 +20077,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 927 + "__id__": 971 }, "_enabled": true, "__prefab": { - "__id__": 929 + "__id__": 973 }, "_contentSize": { "__type__": "cc.Size", @@ -19593,11 +20105,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 927 + "__id__": 971 }, "_enabled": true, "__prefab": { - "__id__": 931 + "__id__": 975 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19661,11 +20173,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 927 + "__id__": 971 }, "_enabled": true, "__prefab": { - "__id__": 933 + "__id__": 977 }, "_alignFlags": 10, "_target": null, @@ -19697,11 +20209,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 927 + "__id__": 971 }, "_enabled": true, "__prefab": { - "__id__": 935 + "__id__": 979 }, "templateMode": true, "watchPath": "data.data.gold", @@ -19734,11 +20246,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 912 + "__id__": 956 }, "_enabled": true, "__prefab": { - "__id__": 938 + "__id__": 982 }, "_contentSize": { "__type__": "cc.Size", @@ -19775,11 +20287,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 911 + "__id__": 955 }, "_enabled": true, "__prefab": { - "__id__": 941 + "__id__": 985 }, "_contentSize": { "__type__": "cc.Size", @@ -19803,11 +20315,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 911 + "__id__": 955 }, "_enabled": true, "__prefab": { - "__id__": 943 + "__id__": 987 }, "_alignFlags": 8, "_target": null, @@ -19839,11 +20351,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 911 + "__id__": 955 }, "_enabled": true, "__prefab": { - "__id__": 945 + "__id__": 989 }, "_resizeMode": 0, "_layoutType": 1, @@ -19877,11 +20389,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 911 + "__id__": 955 }, "_enabled": true, "__prefab": { - "__id__": 947 + "__id__": 991 }, "_alignFlags": 40, "_target": null, @@ -19926,11 +20438,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 910 + "__id__": 954 }, "_enabled": true, "__prefab": { - "__id__": 950 + "__id__": 994 }, "_contentSize": { "__type__": "cc.Size", @@ -19954,11 +20466,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 910 + "__id__": 954 }, "_enabled": true, "__prefab": { - "__id__": 952 + "__id__": 996 }, "_alignFlags": 17, "_target": null, @@ -19990,11 +20502,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 910 + "__id__": 954 }, "_enabled": true, "__prefab": { - "__id__": 954 + "__id__": 998 }, "_id": "" }, @@ -20025,7 +20537,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 957 + "__id__": 1001 }, "_contentSize": { "__type__": "cc.Size", @@ -20053,7 +20565,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 959 + "__id__": 1003 }, "_alignFlags": 45, "_target": null, @@ -20089,7 +20601,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 961 + "__id__": 1005 }, "debugMode": false, "_id": "" @@ -20111,19 +20623,19 @@ "targetOverrides": [], "nestedPrefabInstanceRoots": [ { - "__id__": 901 + "__id__": 945 }, { - "__id__": 660 + "__id__": 704 }, { - "__id__": 458 + "__id__": 502 }, { - "__id__": 417 + "__id__": 461 }, { - "__id__": 376 + "__id__": 398 }, { "__id__": 335 diff --git a/assets/script/game/hero/SCastSystem.ts b/assets/script/game/hero/SCastSystem.ts index a7c9c20a..23db7ae7 100644 --- a/assets/script/game/hero/SCastSystem.ts +++ b/assets/script/game/hero/SCastSystem.ts @@ -195,6 +195,8 @@ export class SCastSystem extends ecs.ComblockSystem implements ecs.ISystemUpdate heroView.playReady("yellow"); } else if (triggerType === 'dead') { heroView.playOther("dead"); + }else{ + heroView.playOther('yellow') } // 如果是敌方攻击技能,必须在战斗中才能释放;友方增益/护盾则允许在非战斗中释放 diff --git a/assets/script/game/map/CardComp.ts b/assets/script/game/map/CardComp.ts index 590101bb..1a7e96a1 100644 --- a/assets/script/game/map/CardComp.ts +++ b/assets/script/game/map/CardComp.ts @@ -20,7 +20,7 @@ * - smc.vmdata.mission_data —— 读写局内金币 */ import { mLogger } from "../common/Logger"; -import { _decorator, Animation, AnimationClip, EventTouch, Label, Node, NodeEventType, Sprite, SpriteAtlas, Tween, tween, UIOpacity, Vec3, resources, Light } from "cc"; +import { _decorator, Animation, AnimationClip, EventTouch, Label, Node, NodeEventType, Sprite, SpriteAtlas, Tween, tween, UIOpacity, Vec3, resources, Light, UITransform } from "cc"; import { ecs } from "../../../../extensions/oops-plugin-framework/assets/libs/ecs/ECS"; import { CCComp } from "../../../../extensions/oops-plugin-framework/assets/module/common/CCComp"; import { CardConfig, CardType, SpecialRefreshCardList, SpecialUpgradeCardList, CKind, CardPoolList } from "../common/config/CardSet"; @@ -121,6 +121,8 @@ export class CardComp extends CCComp { * 防止快速切卡时旧回调错误覆盖新图标。 */ private iconVisualToken: number = 0; + /** 是否处于放大状态 */ + private isEnlarged: boolean = false; // ======================== 生命周期 ======================== @@ -259,6 +261,7 @@ export class CardComp extends CCComp { this.card_type = data.type; this.card_cost = data.cost; this.node.active = true; + this.isEnlarged = false; this.applyCardUI(); this.playRefreshAnim(); mLogger.log(this.debugMode, "CardComp", "card updated", { @@ -394,7 +397,28 @@ export class CardComp extends CCComp { this.restPosition = new Vec3(x, this.fixedBaseY, this.fixedBaseZ); // 拖拽/使用中不立即移动,等状态结束后归位 if (!this.isDragging && !this.isUsing) { - this.node.setPosition(this.restPosition); + // ---- 放大时的位置偏移和层级调整 ---- + let targetX = this.restPosition.x; + let targetY = this.restPosition.y; + + if (this.isEnlarged) { + // 层级提高,凸显在最外层 + this.node.setSiblingIndex(999); + // x轴偏移逻辑 + if (this.restPosition.x < -200) { // -260 + targetX = this.restPosition.x + 30; + } else if (this.restPosition.x > 200) { // 260 + targetX = this.restPosition.x - 30; + } + // y轴变大时 +35 + targetY = this.restPosition.y + 35; + } else { + // 恢复层级(可以根据实际情况调整,默认层级在父节点管理下应该会恢复) + // 如果需要严格恢复,这里可以不设置或者使用原始的siblingIndex,但目前不影响,只要放大的是最高就行 + // 如果有兄弟节点层级问题,可以在 MissionCardComp 中处理,这里先只管提高 + } + + this.node.setPosition(targetX, targetY, this.restPosition.z); } } @@ -415,6 +439,7 @@ export class CardComp extends CCComp { this.isLocked = false; this.isDragging = false; this.isUsing = false; + this.isEnlarged = false; this.node.setPosition(this.restPosition); this.node.setScale(new Vec3(1, 1, 1)); this.updateLockUI(); @@ -440,6 +465,7 @@ export class CardComp extends CCComp { this.card_type = CardType.Hero; this.isLocked = false; this.isDragging = false; + this.isEnlarged = false; this.node.setPosition(this.restPosition); this.node.setScale(new Vec3(1, 1, 1)); this.updateLockUI(); @@ -485,13 +511,25 @@ export class CardComp extends CCComp { if (!this.isDragging || !this.cardData || this.isUsing) return; const currentY = event.getUILocation().y; const deltaY = Math.max(0, currentY - this.touchStartY); - this.node.setPosition(this.restPosition.x, this.restPosition.y + deltaY, this.restPosition.z); + + let baseX = this.restPosition.x; + let baseY = this.restPosition.y; + if (this.isEnlarged) { + if (this.restPosition.x <= -200) { + baseX = this.restPosition.x + 30; + } else if (this.restPosition.x >= 200) { + baseX = this.restPosition.x - 30; + } + baseY = this.restPosition.y + 35; + } + + this.node.setPosition(baseX, baseY + deltaY, this.restPosition.z); } /** * 触摸结束: * - 上拉距离 >= dragUseThreshold → 视为"使用卡牌" - * - 否则视为"点击",打开英雄信息弹窗(仅英雄卡)并回弹 + * - 否则视为"点击",切换放大缩小状态并回弹 */ private onCardTouchEnd(event: EventTouch) { if (!this.isDragging || !this.cardData || this.isUsing) return; @@ -502,10 +540,16 @@ export class CardComp extends CCComp { this.useCard(); return; } - this.openHeroInfoIBox(); + this.toggleEnlarge(); this.playReboundAnim(); } + /** 切换卡牌的放大/缩小状态 */ + private toggleEnlarge() { + this.isEnlarged = !this.isEnlarged; + this.applyCardUI(); + } + /** 触摸取消:回弹至原位 */ private onCardTouchCancel() { if (!this.isDragging || this.isUsing) return; @@ -560,7 +604,19 @@ export class CardComp extends CCComp { // 递增视觉令牌,用于异步加载竞态保护 this.iconVisualToken += 1; if (this.opacityComp) this.opacityComp.opacity = 255; - this.node.setPosition(this.restPosition); + + let targetX = this.restPosition.x; + let targetY = this.restPosition.y; + if (this.isEnlarged) { + this.node.setSiblingIndex(99); // 变大时提到最前 + if (this.restPosition.x <= -200) { // -260 + targetX = this.restPosition.x + 30; + } else if (this.restPosition.x >= 200) { // 260 + targetX = this.restPosition.x - 30; + } + targetY = this.restPosition.y + 35; // y轴增加 + } + this.node.setPosition(targetX, targetY, this.restPosition.z); // ---- 卡牌种类标识(近战 / 远程 / 辅助等) ---- if (this.Ckind_node) { @@ -593,16 +649,31 @@ export class CardComp extends CCComp { } // ---- 按卡牌类型渲染具体内容 ---- + const uiTrans = this.node.getComponent(UITransform); + if (uiTrans) { + uiTrans.setContentSize(this.isEnlarged ? 230 : 170, this.isEnlarged ? 300 : 230); + } + if(this.card_type===CardType.Hero){ // 英雄卡:显示英雄名 + 星级 + AP/HP const hero = HeroInfo[this.card_uuid]; const heroLv = Math.max(1, Math.floor(this.cardData.hero_lv ?? hero?.lv ?? 1)); const suffix = heroLv >= 2 ? "★".repeat(heroLv - 1) : ""; this.setLabel(this.name_node, `${suffix}${hero?.name || ""}${suffix}`); - this.info_node.active = true; - this.oinfo_node.active = false; this.info_node.getChildByName("ap").getChildByName("val").getComponent(Label).string = `${(hero?.ap ?? 0) * heroLv}`; this.info_node.getChildByName("hp").getChildByName("val").getComponent(Label).string = `${(hero?.hp ?? 0) * heroLv}`; + if (this.oinfo_node) { + const infoLabel = this.oinfo_node.getChildByName("info")?.getComponent(Label); + if (infoLabel) infoLabel.string = `${hero?.info || ""}`; + } + + if (this.isEnlarged) { + this.info_node.active = true; + this.oinfo_node.active = true; + } else { + this.info_node.active = false; + this.oinfo_node.active = false; + } }else if(this.card_type===CardType.Skill){ // 技能卡:显示技能名 + 品质后缀 + 描述 const skill = SkillSet[this.card_uuid]; @@ -610,9 +681,15 @@ export class CardComp extends CCComp { const card_lv = Math.max(1, Math.floor(this.cardData.card_lv ?? 1)); const spSuffix = card_lv >= 2 ? "★".repeat(card_lv - 1) : ""; this.setLabel(this.name_node, `${spSuffix}${skillCard?.name || skill?.name || ""}${spSuffix}`); - this.info_node.active = false; - this.oinfo_node.active = true; this.oinfo_node.getChildByName("info").getComponent(Label).string = `${skillCard?.info || skill?.info || ""}`; + + if (this.isEnlarged) { + this.info_node.active = false; + this.oinfo_node.active = true; + } else { + this.info_node.active = false; + this.oinfo_node.active = false; + } }else{ // 特殊卡(升级 / 刷新):显示卡名 + 品质后缀 + 描述 const specialCard = this.card_type === CardType.SpecialUpgrade @@ -621,9 +698,15 @@ export class CardComp extends CCComp { const card_lv = Math.max(1, Math.floor(this.cardData.card_lv ?? 1)); const spSuffix = card_lv >= 2 ? "★".repeat(card_lv - 1) : ""; this.setLabel(this.name_node, `${spSuffix}${specialCard?.name || ""}${spSuffix}`); - this.info_node.active = false; - this.oinfo_node.active = true; this.oinfo_node.getChildByName("info").getComponent(Label).string = `${specialCard?.info || ""}`; + + if (this.isEnlarged) { + this.info_node.active = false; + this.oinfo_node.active = true; + } else { + this.info_node.active = false; + this.oinfo_node.active = false; + } } // ---- 费用标签 ---- @@ -660,12 +743,23 @@ export class CardComp extends CCComp { .start(); } - /** 回弹动画:从当前位置平滑回到静止位并恢复缩放 */ + /** 回弹动画:从当前位置平滑回到静止位或放大位置并恢复缩放 */ private playReboundAnim() { Tween.stopAllByTarget(this.node); + let targetX = this.restPosition.x; + let targetY = this.restPosition.y; + if (this.isEnlarged) { + if (this.restPosition.x <= -200) { + targetX = this.restPosition.x + 30; + } else if (this.restPosition.x >= 200) { + targetX = this.restPosition.x - 30; + } + targetY = this.restPosition.y + 35; + } + tween(this.node) .to(0.12, { - position: this.restPosition, + position: new Vec3(targetX, targetY, this.restPosition.z), scale: new Vec3(1, 1, 1) }) .start(); @@ -703,6 +797,10 @@ export class CardComp extends CCComp { * 清空名称、费用、信息面板、种类标识、背景底框、边框、图标。 */ private applyEmptyUI() { + const uiTrans = this.node.getComponent(UITransform); + if (uiTrans) { + uiTrans.setContentSize(170, 230); + } this.iconVisualToken += 1; this.setLabel(this.name_node, ""); this.setLabel(this.cost_node, ""); diff --git a/assets/script/game/map/MissionCardComp.ts b/assets/script/game/map/MissionCardComp.ts index 303d9f3c..e419bb8f 100644 --- a/assets/script/game/map/MissionCardComp.ts +++ b/assets/script/game/map/MissionCardComp.ts @@ -137,6 +137,8 @@ export class MissionCardComp extends CCComp { private cardsShowScale: Vec3 = new Vec3(1, 1, 1); /** 卡牌面板收起态缩放(scale=0 隐藏) */ private cardsHideScale: Vec3 = new Vec3(0, 0, 1); + /** 卡牌原始定位点 */ + private cardsPos = [-260,86,-86,260] /** * 英雄信息面板映射:EID → { node, model, comp } * 用于追踪每个出战英雄的面板实例和数据引用