From 9b363cda1cbec52b7bc403365818b0ee866b9266 Mon Sep 17 00:00:00 2001 From: panw Date: Thu, 14 May 2026 10:55:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E8=8B=B1=E9=9B=84?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E6=89=80=E9=9C=80=E6=95=B0=E9=87=8F=EF=BC=8C?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=88=98=E6=96=97=E5=92=8CUI=E7=BB=86?= =?UTF-8?q?=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 将英雄升级所需数量从2改为3 2. 调整UI3.plist的边框参数 3. 修改地图精灵帧和图集绑定 4. 优化技能提示框动画:减少停留时间并简化漂移淡出逻辑 5. 修改任务卡牌组件:战斗阶段不再隐藏面板,新增战斗阶段无法召唤英雄的限制,注释掉战斗阶段隐藏抽卡面板的代码 6. 重构hnode.prefab的层级和UI组件,调整等级显示样式 --- assets/resources/game/map/map_rpg.prefab | 7 +- .../resources/game/skill/buff/tooltip.prefab | 935 ++-- assets/resources/gui/element/hnode.prefab | 1803 +++---- assets/resources/gui/element/mission.prefab | 4320 +++++++++-------- assets/resources/gui/ui3.plist.meta | 4 +- assets/script/game/common/config/GameSet.ts | 2 +- assets/script/game/map/MissionCardComp.ts | 37 +- assets/script/game/skill/TooltipCom.ts | 9 +- 8 files changed, 3800 insertions(+), 3317 deletions(-) diff --git a/assets/resources/game/map/map_rpg.prefab b/assets/resources/game/map/map_rpg.prefab index 757706ff..1453d6d5 100644 --- a/assets/resources/game/map/map_rpg.prefab +++ b/assets/resources/game/map/map_rpg.prefab @@ -22325,7 +22325,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@bc0ca", + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@96e5b", "__expectedType__": "cc.SpriteFrame" }, "_type": 1, @@ -22340,7 +22340,10 @@ "_fillRange": 0, "_isTrimmedMode": true, "_useGrayscale": false, - "_atlas": null, + "_atlas": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", + "__expectedType__": "cc.SpriteAtlas" + }, "_id": "" }, { diff --git a/assets/resources/game/skill/buff/tooltip.prefab b/assets/resources/game/skill/buff/tooltip.prefab index 643380a0..9ad2f173 100644 --- a/assets/resources/game/skill/buff/tooltip.prefab +++ b/assets/resources/game/skill/buff/tooltip.prefab @@ -34,35 +34,35 @@ "__id__": 82 }, { - "__id__": 208 + "__id__": 220 }, { - "__id__": 218 + "__id__": 230 }, { - "__id__": 228 + "__id__": 240 }, { - "__id__": 244 + "__id__": 256 }, { - "__id__": 260 + "__id__": 272 } ], "_active": true, "_components": [ { - "__id__": 278 + "__id__": 290 }, { - "__id__": 280 + "__id__": 292 }, { - "__id__": 282 + "__id__": 294 } ], "_prefab": { - "__id__": 284 + "__id__": 296 }, "_lpos": { "__type__": "cc.Vec3", @@ -2118,19 +2118,25 @@ "_children": [ { "__id__": 83 + }, + { + "__id__": 89 + }, + { + "__id__": 95 } ], "_active": true, "_components": [ { - "__id__": 203 + "__id__": 215 }, { - "__id__": 205 + "__id__": 217 } ], "_prefab": { - "__id__": 207 + "__id__": 219 }, "_lpos": { "__type__": "cc.Vec3", @@ -2161,6 +2167,281 @@ }, "_id": "" }, + { + "__type__": "cc.Node", + "_name": "BaseFrame_Border_Rectangle_H80_Gradient", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 82 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 84 + }, + { + "__id__": 86 + } + ], + "_prefab": { + "__id__": 88 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -42.713, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1.2, + "y": 1.3, + "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__": 83 + }, + "_enabled": true, + "__prefab": { + "__id__": 85 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 48, + "height": 60 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "cfBBzPXwxJtpd6ybpQiwS2" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 83 + }, + "_enabled": true, + "__prefab": { + "__id__": 87 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 0, + "a": 177 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@3cb9a", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "14RM3/lT5PHrwvroE/w9q2" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "5acnvCCM5OrLNIWZdhDKap", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "base", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 82 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 90 + }, + { + "__id__": 92 + } + ], + "_prefab": { + "__id__": 94 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -3.468, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.25, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 89 + }, + "_enabled": true, + "__prefab": { + "__id__": 91 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 391, + "height": 107 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "7aFo3HvWZCtJqSbfXVZtet" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 89 + }, + "_enabled": true, + "__prefab": { + "__id__": 93 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@b361d", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "abtHaEYwNFyZb1qwKSICO3" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "90g6DFSlVKRZ15w2dPvi/J", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, { "__type__": "cc.Node", "_name": "name", @@ -2171,20 +2452,20 @@ }, "_children": [ { - "__id__": 84 + "__id__": 96 } ], "_active": true, "_components": [ { - "__id__": 198 + "__id__": 210 }, { - "__id__": 200 + "__id__": 212 } ], "_prefab": { - "__id__": 202 + "__id__": 214 }, "_lpos": { "__type__": "cc.Vec3", @@ -2221,39 +2502,39 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 83 + "__id__": 95 }, "_children": [ { - "__id__": 85 + "__id__": 97 }, { - "__id__": 103 + "__id__": 115 }, { - "__id__": 121 + "__id__": 133 }, { - "__id__": 139 + "__id__": 151 }, { - "__id__": 157 + "__id__": 169 }, { - "__id__": 175 + "__id__": 187 } ], - "_active": true, + "_active": false, "_components": [ { - "__id__": 193 + "__id__": 205 }, { - "__id__": 195 + "__id__": 207 } ], "_prefab": { - "__id__": 197 + "__id__": 209 }, "_lpos": { "__type__": "cc.Vec3", @@ -2290,27 +2571,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [ - { - "__id__": 86 - }, - { - "__id__": 92 - } - ], - "_active": true, - "_components": [ { "__id__": 98 }, { - "__id__": 100 + "__id__": 104 + } + ], + "_active": false, + "_components": [ + { + "__id__": 110 + }, + { + "__id__": 112 } ], "_prefab": { - "__id__": 102 + "__id__": 114 }, "_lpos": { "__type__": "cc.Vec3", @@ -2347,20 +2628,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 85 + "__id__": 97 }, "_children": [], "_active": true, "_components": [ { - "__id__": 87 + "__id__": 99 }, { - "__id__": 89 + "__id__": 101 } ], "_prefab": { - "__id__": 91 + "__id__": 103 }, "_lpos": { "__type__": "cc.Vec3", @@ -2397,11 +2678,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 86 + "__id__": 98 }, "_enabled": true, "__prefab": { - "__id__": 88 + "__id__": 100 }, "_contentSize": { "__type__": "cc.Size", @@ -2425,11 +2706,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 86 + "__id__": 98 }, "_enabled": true, "__prefab": { - "__id__": 90 + "__id__": 102 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2486,20 +2767,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 85 + "__id__": 97 }, "_children": [], "_active": true, "_components": [ { - "__id__": 93 + "__id__": 105 }, { - "__id__": 95 + "__id__": 107 } ], "_prefab": { - "__id__": 97 + "__id__": 109 }, "_lpos": { "__type__": "cc.Vec3", @@ -2536,11 +2817,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 92 + "__id__": 104 }, "_enabled": true, "__prefab": { - "__id__": 94 + "__id__": 106 }, "_contentSize": { "__type__": "cc.Size", @@ -2564,11 +2845,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 92 + "__id__": 104 }, "_enabled": true, "__prefab": { - "__id__": 96 + "__id__": 108 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2622,11 +2903,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 85 + "__id__": 97 }, "_enabled": true, "__prefab": { - "__id__": 99 + "__id__": 111 }, "_contentSize": { "__type__": "cc.Size", @@ -2650,11 +2931,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 85 + "__id__": 97 }, "_enabled": false, "__prefab": { - "__id__": 101 + "__id__": 113 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2708,27 +2989,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [ - { - "__id__": 104 - }, - { - "__id__": 110 - } - ], - "_active": true, - "_components": [ { "__id__": 116 }, { - "__id__": 118 + "__id__": 122 + } + ], + "_active": false, + "_components": [ + { + "__id__": 128 + }, + { + "__id__": 130 } ], "_prefab": { - "__id__": 120 + "__id__": 132 }, "_lpos": { "__type__": "cc.Vec3", @@ -2765,20 +3046,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 103 + "__id__": 115 }, "_children": [], "_active": true, "_components": [ { - "__id__": 105 + "__id__": 117 }, { - "__id__": 107 + "__id__": 119 } ], "_prefab": { - "__id__": 109 + "__id__": 121 }, "_lpos": { "__type__": "cc.Vec3", @@ -2815,11 +3096,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 104 + "__id__": 116 }, "_enabled": true, "__prefab": { - "__id__": 106 + "__id__": 118 }, "_contentSize": { "__type__": "cc.Size", @@ -2843,11 +3124,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 104 + "__id__": 116 }, "_enabled": true, "__prefab": { - "__id__": 108 + "__id__": 120 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2904,20 +3185,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 103 + "__id__": 115 }, "_children": [], "_active": true, "_components": [ { - "__id__": 111 + "__id__": 123 }, { - "__id__": 113 + "__id__": 125 } ], "_prefab": { - "__id__": 115 + "__id__": 127 }, "_lpos": { "__type__": "cc.Vec3", @@ -2954,11 +3235,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 110 + "__id__": 122 }, "_enabled": true, "__prefab": { - "__id__": 112 + "__id__": 124 }, "_contentSize": { "__type__": "cc.Size", @@ -2982,11 +3263,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 110 + "__id__": 122 }, "_enabled": true, "__prefab": { - "__id__": 114 + "__id__": 126 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3040,11 +3321,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 103 + "__id__": 115 }, "_enabled": true, "__prefab": { - "__id__": 117 + "__id__": 129 }, "_contentSize": { "__type__": "cc.Size", @@ -3068,11 +3349,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 103 + "__id__": 115 }, "_enabled": false, "__prefab": { - "__id__": 119 + "__id__": 131 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3126,27 +3407,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [ - { - "__id__": 122 - }, - { - "__id__": 128 - } - ], - "_active": true, - "_components": [ { "__id__": 134 }, { - "__id__": 136 + "__id__": 140 + } + ], + "_active": false, + "_components": [ + { + "__id__": 146 + }, + { + "__id__": 148 } ], "_prefab": { - "__id__": 138 + "__id__": 150 }, "_lpos": { "__type__": "cc.Vec3", @@ -3183,20 +3464,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 121 + "__id__": 133 }, "_children": [], "_active": true, "_components": [ { - "__id__": 123 + "__id__": 135 }, { - "__id__": 125 + "__id__": 137 } ], "_prefab": { - "__id__": 127 + "__id__": 139 }, "_lpos": { "__type__": "cc.Vec3", @@ -3233,11 +3514,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 122 + "__id__": 134 }, "_enabled": true, "__prefab": { - "__id__": 124 + "__id__": 136 }, "_contentSize": { "__type__": "cc.Size", @@ -3261,11 +3542,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 122 + "__id__": 134 }, "_enabled": true, "__prefab": { - "__id__": 126 + "__id__": 138 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3322,20 +3603,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 121 + "__id__": 133 }, "_children": [], "_active": true, "_components": [ { - "__id__": 129 + "__id__": 141 }, { - "__id__": 131 + "__id__": 143 } ], "_prefab": { - "__id__": 133 + "__id__": 145 }, "_lpos": { "__type__": "cc.Vec3", @@ -3372,11 +3653,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 128 + "__id__": 140 }, "_enabled": true, "__prefab": { - "__id__": 130 + "__id__": 142 }, "_contentSize": { "__type__": "cc.Size", @@ -3400,11 +3681,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 128 + "__id__": 140 }, "_enabled": true, "__prefab": { - "__id__": 132 + "__id__": 144 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3458,11 +3739,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 121 + "__id__": 133 }, "_enabled": true, "__prefab": { - "__id__": 135 + "__id__": 147 }, "_contentSize": { "__type__": "cc.Size", @@ -3486,11 +3767,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 121 + "__id__": 133 }, "_enabled": false, "__prefab": { - "__id__": 137 + "__id__": 149 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3544,27 +3825,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [ - { - "__id__": 140 - }, - { - "__id__": 146 - } - ], - "_active": true, - "_components": [ { "__id__": 152 }, { - "__id__": 154 + "__id__": 158 + } + ], + "_active": false, + "_components": [ + { + "__id__": 164 + }, + { + "__id__": 166 } ], "_prefab": { - "__id__": 156 + "__id__": 168 }, "_lpos": { "__type__": "cc.Vec3", @@ -3601,20 +3882,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 139 + "__id__": 151 }, "_children": [], "_active": true, "_components": [ { - "__id__": 141 + "__id__": 153 }, { - "__id__": 143 + "__id__": 155 } ], "_prefab": { - "__id__": 145 + "__id__": 157 }, "_lpos": { "__type__": "cc.Vec3", @@ -3651,11 +3932,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 140 + "__id__": 152 }, "_enabled": true, "__prefab": { - "__id__": 142 + "__id__": 154 }, "_contentSize": { "__type__": "cc.Size", @@ -3679,11 +3960,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 140 + "__id__": 152 }, "_enabled": true, "__prefab": { - "__id__": 144 + "__id__": 156 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3740,20 +4021,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 139 + "__id__": 151 }, "_children": [], "_active": true, "_components": [ { - "__id__": 147 + "__id__": 159 }, { - "__id__": 149 + "__id__": 161 } ], "_prefab": { - "__id__": 151 + "__id__": 163 }, "_lpos": { "__type__": "cc.Vec3", @@ -3790,11 +4071,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 146 + "__id__": 158 }, "_enabled": true, "__prefab": { - "__id__": 148 + "__id__": 160 }, "_contentSize": { "__type__": "cc.Size", @@ -3818,11 +4099,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 146 + "__id__": 158 }, "_enabled": true, "__prefab": { - "__id__": 150 + "__id__": 162 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3876,11 +4157,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 139 + "__id__": 151 }, "_enabled": true, "__prefab": { - "__id__": 153 + "__id__": 165 }, "_contentSize": { "__type__": "cc.Size", @@ -3904,11 +4185,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 139 + "__id__": 151 }, "_enabled": false, "__prefab": { - "__id__": 155 + "__id__": 167 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3962,27 +4243,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [ - { - "__id__": 158 - }, - { - "__id__": 164 - } - ], - "_active": true, - "_components": [ { "__id__": 170 }, { - "__id__": 172 + "__id__": 176 + } + ], + "_active": false, + "_components": [ + { + "__id__": 182 + }, + { + "__id__": 184 } ], "_prefab": { - "__id__": 174 + "__id__": 186 }, "_lpos": { "__type__": "cc.Vec3", @@ -4019,20 +4300,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 157 + "__id__": 169 }, "_children": [], "_active": true, "_components": [ { - "__id__": 159 + "__id__": 171 }, { - "__id__": 161 + "__id__": 173 } ], "_prefab": { - "__id__": 163 + "__id__": 175 }, "_lpos": { "__type__": "cc.Vec3", @@ -4069,11 +4350,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 158 + "__id__": 170 }, "_enabled": true, "__prefab": { - "__id__": 160 + "__id__": 172 }, "_contentSize": { "__type__": "cc.Size", @@ -4097,11 +4378,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 158 + "__id__": 170 }, "_enabled": true, "__prefab": { - "__id__": 162 + "__id__": 174 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4158,20 +4439,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 157 + "__id__": 169 }, "_children": [], "_active": true, "_components": [ { - "__id__": 165 + "__id__": 177 }, { - "__id__": 167 + "__id__": 179 } ], "_prefab": { - "__id__": 169 + "__id__": 181 }, "_lpos": { "__type__": "cc.Vec3", @@ -4208,11 +4489,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 164 + "__id__": 176 }, "_enabled": true, "__prefab": { - "__id__": 166 + "__id__": 178 }, "_contentSize": { "__type__": "cc.Size", @@ -4236,11 +4517,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 164 + "__id__": 176 }, "_enabled": true, "__prefab": { - "__id__": 168 + "__id__": 180 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4294,11 +4575,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 157 + "__id__": 169 }, "_enabled": true, "__prefab": { - "__id__": 171 + "__id__": 183 }, "_contentSize": { "__type__": "cc.Size", @@ -4322,11 +4603,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 157 + "__id__": 169 }, "_enabled": false, "__prefab": { - "__id__": 173 + "__id__": 185 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4380,27 +4661,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 96 }, "_children": [ - { - "__id__": 176 - }, - { - "__id__": 182 - } - ], - "_active": true, - "_components": [ { "__id__": 188 }, { - "__id__": 190 + "__id__": 194 + } + ], + "_active": false, + "_components": [ + { + "__id__": 200 + }, + { + "__id__": 202 } ], "_prefab": { - "__id__": 192 + "__id__": 204 }, "_lpos": { "__type__": "cc.Vec3", @@ -4437,20 +4718,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 175 + "__id__": 187 }, "_children": [], "_active": true, "_components": [ { - "__id__": 177 + "__id__": 189 }, { - "__id__": 179 + "__id__": 191 } ], "_prefab": { - "__id__": 181 + "__id__": 193 }, "_lpos": { "__type__": "cc.Vec3", @@ -4487,11 +4768,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 176 + "__id__": 188 }, "_enabled": true, "__prefab": { - "__id__": 178 + "__id__": 190 }, "_contentSize": { "__type__": "cc.Size", @@ -4515,11 +4796,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 176 + "__id__": 188 }, "_enabled": true, "__prefab": { - "__id__": 180 + "__id__": 192 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4576,20 +4857,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 175 + "__id__": 187 }, "_children": [], "_active": true, "_components": [ { - "__id__": 183 + "__id__": 195 }, { - "__id__": 185 + "__id__": 197 } ], "_prefab": { - "__id__": 187 + "__id__": 199 }, "_lpos": { "__type__": "cc.Vec3", @@ -4626,11 +4907,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 182 + "__id__": 194 }, "_enabled": true, "__prefab": { - "__id__": 184 + "__id__": 196 }, "_contentSize": { "__type__": "cc.Size", @@ -4654,11 +4935,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 182 + "__id__": 194 }, "_enabled": true, "__prefab": { - "__id__": 186 + "__id__": 198 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4712,11 +4993,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 175 + "__id__": 187 }, "_enabled": true, "__prefab": { - "__id__": 189 + "__id__": 201 }, "_contentSize": { "__type__": "cc.Size", @@ -4740,11 +5021,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 175 + "__id__": 187 }, "_enabled": false, "__prefab": { - "__id__": 191 + "__id__": 203 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4798,11 +5079,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 84 + "__id__": 96 }, "_enabled": true, "__prefab": { - "__id__": 194 + "__id__": 206 }, "_contentSize": { "__type__": "cc.Size", @@ -4826,11 +5107,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 84 + "__id__": 96 }, "_enabled": true, "__prefab": { - "__id__": 196 + "__id__": 208 }, "_alignFlags": 18, "_target": null, @@ -4875,11 +5156,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 83 + "__id__": 95 }, "_enabled": true, "__prefab": { - "__id__": 199 + "__id__": 211 }, "_contentSize": { "__type__": "cc.Size", @@ -4903,11 +5184,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 83 + "__id__": 95 }, "_enabled": true, "__prefab": { - "__id__": 201 + "__id__": 213 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4988,7 +5269,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 204 + "__id__": 216 }, "_contentSize": { "__type__": "cc.Size", @@ -5016,7 +5297,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 206 + "__id__": 218 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5071,17 +5352,17 @@ }, "_children": [ { - "__id__": 209 + "__id__": 221 } ], "_active": false, "_components": [ { - "__id__": 215 + "__id__": 227 } ], "_prefab": { - "__id__": 217 + "__id__": 229 }, "_lpos": { "__type__": "cc.Vec3", @@ -5118,20 +5399,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 208 + "__id__": 220 }, "_children": [], "_active": true, "_components": [ { - "__id__": 210 + "__id__": 222 }, { - "__id__": 212 + "__id__": 224 } ], "_prefab": { - "__id__": 214 + "__id__": 226 }, "_lpos": { "__type__": "cc.Vec3", @@ -5168,11 +5449,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 209 + "__id__": 221 }, "_enabled": true, "__prefab": { - "__id__": 211 + "__id__": 223 }, "_contentSize": { "__type__": "cc.Size", @@ -5196,11 +5477,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 209 + "__id__": 221 }, "_enabled": true, "__prefab": { - "__id__": 213 + "__id__": 225 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5277,11 +5558,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 208 + "__id__": 220 }, "_enabled": true, "__prefab": { - "__id__": 216 + "__id__": 228 }, "_contentSize": { "__type__": "cc.Size", @@ -5322,17 +5603,17 @@ }, "_children": [ { - "__id__": 219 + "__id__": 231 } ], "_active": false, "_components": [ { - "__id__": 225 + "__id__": 237 } ], "_prefab": { - "__id__": 227 + "__id__": 239 }, "_lpos": { "__type__": "cc.Vec3", @@ -5369,20 +5650,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 218 + "__id__": 230 }, "_children": [], "_active": true, "_components": [ { - "__id__": 220 + "__id__": 232 }, { - "__id__": 222 + "__id__": 234 } ], "_prefab": { - "__id__": 224 + "__id__": 236 }, "_lpos": { "__type__": "cc.Vec3", @@ -5419,11 +5700,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 219 + "__id__": 231 }, "_enabled": true, "__prefab": { - "__id__": 221 + "__id__": 233 }, "_contentSize": { "__type__": "cc.Size", @@ -5447,11 +5728,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 219 + "__id__": 231 }, "_enabled": true, "__prefab": { - "__id__": 223 + "__id__": 235 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5528,11 +5809,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 218 + "__id__": 230 }, "_enabled": true, "__prefab": { - "__id__": 226 + "__id__": 238 }, "_contentSize": { "__type__": "cc.Size", @@ -5573,20 +5854,20 @@ }, "_children": [ { - "__id__": 229 + "__id__": 241 }, { - "__id__": 235 + "__id__": 247 } ], "_active": false, "_components": [ { - "__id__": 241 + "__id__": 253 } ], "_prefab": { - "__id__": 243 + "__id__": 255 }, "_lpos": { "__type__": "cc.Vec3", @@ -5623,20 +5904,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 228 + "__id__": 240 }, "_children": [], "_active": true, "_components": [ { - "__id__": 230 + "__id__": 242 }, { - "__id__": 232 + "__id__": 244 } ], "_prefab": { - "__id__": 234 + "__id__": 246 }, "_lpos": { "__type__": "cc.Vec3", @@ -5673,11 +5954,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 229 + "__id__": 241 }, "_enabled": true, "__prefab": { - "__id__": 231 + "__id__": 243 }, "_contentSize": { "__type__": "cc.Size", @@ -5701,11 +5982,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 229 + "__id__": 241 }, "_enabled": true, "__prefab": { - "__id__": 233 + "__id__": 245 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5762,20 +6043,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 228 + "__id__": 240 }, "_children": [], "_active": true, "_components": [ { - "__id__": 236 + "__id__": 248 }, { - "__id__": 238 + "__id__": 250 } ], "_prefab": { - "__id__": 240 + "__id__": 252 }, "_lpos": { "__type__": "cc.Vec3", @@ -5812,11 +6093,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 235 + "__id__": 247 }, "_enabled": true, "__prefab": { - "__id__": 237 + "__id__": 249 }, "_contentSize": { "__type__": "cc.Size", @@ -5840,11 +6121,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 235 + "__id__": 247 }, "_enabled": true, "__prefab": { - "__id__": 239 + "__id__": 251 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5921,11 +6202,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 228 + "__id__": 240 }, "_enabled": true, "__prefab": { - "__id__": 242 + "__id__": 254 }, "_contentSize": { "__type__": "cc.Size", @@ -5966,20 +6247,20 @@ }, "_children": [ { - "__id__": 245 + "__id__": 257 }, { - "__id__": 251 + "__id__": 263 } ], "_active": false, "_components": [ { - "__id__": 257 + "__id__": 269 } ], "_prefab": { - "__id__": 259 + "__id__": 271 }, "_lpos": { "__type__": "cc.Vec3", @@ -6016,20 +6297,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 244 + "__id__": 256 }, "_children": [], "_active": true, "_components": [ { - "__id__": 246 + "__id__": 258 }, { - "__id__": 248 + "__id__": 260 } ], "_prefab": { - "__id__": 250 + "__id__": 262 }, "_lpos": { "__type__": "cc.Vec3", @@ -6066,11 +6347,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 245 + "__id__": 257 }, "_enabled": true, "__prefab": { - "__id__": 247 + "__id__": 259 }, "_contentSize": { "__type__": "cc.Size", @@ -6094,11 +6375,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 245 + "__id__": 257 }, "_enabled": true, "__prefab": { - "__id__": 249 + "__id__": 261 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6155,20 +6436,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 244 + "__id__": 256 }, "_children": [], "_active": true, "_components": [ { - "__id__": 252 + "__id__": 264 }, { - "__id__": 254 + "__id__": 266 } ], "_prefab": { - "__id__": 256 + "__id__": 268 }, "_lpos": { "__type__": "cc.Vec3", @@ -6205,11 +6486,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 251 + "__id__": 263 }, "_enabled": true, "__prefab": { - "__id__": 253 + "__id__": 265 }, "_contentSize": { "__type__": "cc.Size", @@ -6233,11 +6514,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 251 + "__id__": 263 }, "_enabled": true, "__prefab": { - "__id__": 255 + "__id__": 267 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6314,11 +6595,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 244 + "__id__": 256 }, "_enabled": true, "__prefab": { - "__id__": 258 + "__id__": 270 }, "_contentSize": { "__type__": "cc.Size", @@ -6359,17 +6640,17 @@ }, "_children": [ { - "__id__": 261 + "__id__": 273 } ], "_active": false, "_components": [ { - "__id__": 275 + "__id__": 287 } ], "_prefab": { - "__id__": 277 + "__id__": 289 }, "_lpos": { "__type__": "cc.Vec3", @@ -6406,24 +6687,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 260 + "__id__": 272 }, "_children": [ { - "__id__": 262 + "__id__": 274 } ], "_active": true, "_components": [ { - "__id__": 270 + "__id__": 282 }, { - "__id__": 272 + "__id__": 284 } ], "_prefab": { - "__id__": 274 + "__id__": 286 }, "_lpos": { "__type__": "cc.Vec3", @@ -6460,23 +6741,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 261 + "__id__": 273 }, "_children": [], "_active": true, "_components": [ { - "__id__": 263 + "__id__": 275 }, { - "__id__": 265 + "__id__": 277 }, { - "__id__": 267 + "__id__": 279 } ], "_prefab": { - "__id__": 269 + "__id__": 281 }, "_lpos": { "__type__": "cc.Vec3", @@ -6513,11 +6794,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 262 + "__id__": 274 }, "_enabled": true, "__prefab": { - "__id__": 264 + "__id__": 276 }, "_contentSize": { "__type__": "cc.Size", @@ -6541,11 +6822,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 262 + "__id__": 274 }, "_enabled": true, "__prefab": { - "__id__": 266 + "__id__": 278 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6612,11 +6893,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 262 + "__id__": 274 }, "_enabled": true, "__prefab": { - "__id__": 268 + "__id__": 280 }, "_alignFlags": 8, "_target": null, @@ -6661,11 +6942,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 261 + "__id__": 273 }, "_enabled": true, "__prefab": { - "__id__": 271 + "__id__": 283 }, "_contentSize": { "__type__": "cc.Size", @@ -6689,11 +6970,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 261 + "__id__": 273 }, "_enabled": true, "__prefab": { - "__id__": 273 + "__id__": 285 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6770,11 +7051,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 260 + "__id__": 272 }, "_enabled": true, "__prefab": { - "__id__": 276 + "__id__": 288 }, "_contentSize": { "__type__": "cc.Size", @@ -6815,7 +7096,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 279 + "__id__": 291 }, "_contentSize": { "__type__": "cc.Size", @@ -6843,7 +7124,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 281 + "__id__": 293 }, "_id": "" }, @@ -6861,7 +7142,7 @@ }, "_enabled": false, "__prefab": { - "__id__": 283 + "__id__": 295 }, "playOnLoad": true, "_clips": [ diff --git a/assets/resources/gui/element/hnode.prefab b/assets/resources/gui/element/hnode.prefab index 995f37c8..f7b13a2d 100644 --- a/assets/resources/gui/element/hnode.prefab +++ b/assets/resources/gui/element/hnode.prefab @@ -40,7 +40,10 @@ "__id__": 142 }, { - "__id__": 226 + "__id__": 188 + }, + { + "__id__": 194 } ], "_active": true, @@ -295,7 +298,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 11.301, + "y": 16.804, "z": 0 }, "_lrot": { @@ -509,7 +512,7 @@ "_top": 0, "_bottom": 0, "_horizontalCenter": 0, - "_verticalCenter": 11.301, + "_verticalCenter": 16.804, "_isAbsLeft": true, "_isAbsRight": true, "_isAbsTop": true, @@ -1122,7 +1125,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@835d4", + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@2f178", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -1780,7 +1783,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@835d4", + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@2f178", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -3327,22 +3330,19 @@ }, { "__id__": 175 - }, - { - "__id__": 183 } ], "_active": false, "_components": [ { - "__id__": 221 + "__id__": 183 }, { - "__id__": 223 + "__id__": 185 } ], "_prefab": { - "__id__": 225 + "__id__": 187 }, "_lpos": { "__type__": "cc.Vec3", @@ -4263,885 +4263,6 @@ "targetOverrides": null, "nestedPrefabInstanceRoots": null }, - { - "__type__": "cc.Node", - "_name": "lv", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 142 - }, - "_children": [ - { - "__id__": 184 - }, - { - "__id__": 190 - }, - { - "__id__": 196 - }, - { - "__id__": 202 - }, - { - "__id__": 208 - } - ], - "_active": false, - "_components": [ - { - "__id__": 214 - }, - { - "__id__": 216 - }, - { - "__id__": 218 - } - ], - "_prefab": { - "__id__": 220 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 44.876, - "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": 1, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "lv1", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 183 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 185 - }, - { - "__id__": 187 - } - ], - "_prefab": { - "__id__": 189 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -25, - "y": 3.121, - "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": 1, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 184 - }, - "_enabled": true, - "__prefab": { - "__id__": 186 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 20, - "height": 20 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "e8S3Z7ooZDbrlQal1YuzPh" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 184 - }, - "_enabled": true, - "__prefab": { - "__id__": 188 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@411e4", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", - "__expectedType__": "cc.SpriteAtlas" - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "f98zsk4y1DDoj4vZrhO12k" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "27bSlOfHVFEKYfmWPhJ/A3", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "lv2", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 183 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 191 - }, - { - "__id__": 193 - } - ], - "_prefab": { - "__id__": 195 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 3.121, - "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": 1, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 190 - }, - "_enabled": true, - "__prefab": { - "__id__": 192 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 20, - "height": 20 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "a4I0BX/x5Gb6/4WLwMUABs" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 190 - }, - "_enabled": true, - "__prefab": { - "__id__": 194 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@411e4", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", - "__expectedType__": "cc.SpriteAtlas" - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "00uSOwuqZPt6DF3tg9pZ5R" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "13Bw3xPBlI3a5dTMpP2wvW", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "lv3", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 183 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 197 - }, - { - "__id__": 199 - } - ], - "_prefab": { - "__id__": 201 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 25, - "y": 3.121, - "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": 1, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 196 - }, - "_enabled": true, - "__prefab": { - "__id__": 198 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 20, - "height": 20 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "28+lJXMQVK3ok4m4lOJzC1" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 196 - }, - "_enabled": true, - "__prefab": { - "__id__": 200 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@411e4", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", - "__expectedType__": "cc.SpriteAtlas" - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "c3eEfKnr9LyKzdFGKwcyop" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "e6RTTQGOZLTrTdqMK0nGTA", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "lv4", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 183 - }, - "_children": [], - "_active": false, - "_components": [ - { - "__id__": 203 - }, - { - "__id__": 205 - } - ], - "_prefab": { - "__id__": 207 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 3.121, - "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": 1, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 202 - }, - "_enabled": true, - "__prefab": { - "__id__": 204 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 20, - "height": 20 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "55WAa3iI1EPIymFqHhpruM" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 202 - }, - "_enabled": true, - "__prefab": { - "__id__": 206 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@411e4", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", - "__expectedType__": "cc.SpriteAtlas" - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "08VByy0+9EJohTECHqI+FI" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "d5S6UXo7VPGbeOc7DgOFmg", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "lv5", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 183 - }, - "_children": [], - "_active": false, - "_components": [ - { - "__id__": 209 - }, - { - "__id__": 211 - } - ], - "_prefab": { - "__id__": 213 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 25, - "y": 3.121, - "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": 1, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 208 - }, - "_enabled": true, - "__prefab": { - "__id__": 210 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 20, - "height": 20 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "dbj5GylxdKU606vif7c0yt" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 208 - }, - "_enabled": true, - "__prefab": { - "__id__": 212 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@411e4", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", - "__expectedType__": "cc.SpriteAtlas" - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "51Vm1Idv1PBqfzObondvcj" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "d14UpZJF1KhbLiIHzz+5vx", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 183 - }, - "_enabled": true, - "__prefab": { - "__id__": 215 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 70, - "height": 15 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "4a4Ma1D6dLfpVjceg67Tlu" - }, - { - "__type__": "cc.Layout", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 183 - }, - "_enabled": true, - "__prefab": { - "__id__": 217 - }, - "_resizeMode": 1, - "_layoutType": 1, - "_cellSize": { - "__type__": "cc.Size", - "width": 15, - "height": 15 - }, - "_startAxis": 0, - "_paddingLeft": 0, - "_paddingRight": 0, - "_paddingTop": 0, - "_paddingBottom": 0, - "_spacingX": 5, - "_spacingY": 0, - "_verticalDirection": 1, - "_horizontalDirection": 0, - "_constraint": 0, - "_constraintNum": 2, - "_affectedByScale": false, - "_isAlign": false, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "83qqT1czJIz5ggb97hKUGL" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 183 - }, - "_enabled": true, - "__prefab": { - "__id__": 219 - }, - "_alignFlags": 16, - "_target": null, - "_left": -86.5, - "_right": 0, - "_top": 0, - "_bottom": 0, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 0, - "_originalHeight": 0, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "5f8N6fZclEEadrzXN0WND8" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "7db2dcAdFAHqJvUA4+zNEA", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, { "__type__": "cc.UITransform", "_name": "", @@ -5152,7 +4273,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 222 + "__id__": 184 }, "_contentSize": { "__type__": "cc.Size", @@ -5180,7 +4301,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 224 + "__id__": 186 }, "_alignFlags": 45, "_target": null, @@ -5228,17 +4349,17 @@ "__id__": 1 }, "_children": [], - "_active": true, + "_active": false, "_components": [ { - "__id__": 227 + "__id__": 189 }, { - "__id__": 229 + "__id__": 191 } ], "_prefab": { - "__id__": 231 + "__id__": 193 }, "_lpos": { "__type__": "cc.Vec3", @@ -5275,11 +4396,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 226 + "__id__": 188 }, "_enabled": true, "__prefab": { - "__id__": 228 + "__id__": 190 }, "_contentSize": { "__type__": "cc.Size", @@ -5303,11 +4424,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 226 + "__id__": 188 }, "_enabled": true, "__prefab": { - "__id__": 230 + "__id__": 192 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5378,6 +4499,885 @@ "targetOverrides": null, "nestedPrefabInstanceRoots": null }, + { + "__type__": "cc.Node", + "_name": "lv", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 195 + }, + { + "__id__": 201 + }, + { + "__id__": 207 + }, + { + "__id__": 213 + }, + { + "__id__": 219 + } + ], + "_active": true, + "_components": [ + { + "__id__": 225 + }, + { + "__id__": 227 + }, + { + "__id__": 229 + } + ], + "_prefab": { + "__id__": 231 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 53.819, + "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": 1, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "lv1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 194 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 196 + }, + { + "__id__": 198 + } + ], + "_prefab": { + "__id__": 200 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -25, + "y": 3.121, + "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": 1, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 195 + }, + "_enabled": true, + "__prefab": { + "__id__": 197 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 20, + "height": 20 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e8S3Z7ooZDbrlQal1YuzPh" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 195 + }, + "_enabled": true, + "__prefab": { + "__id__": 199 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@411e4", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f98zsk4y1DDoj4vZrhO12k" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "27bSlOfHVFEKYfmWPhJ/A3", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 194 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 202 + }, + { + "__id__": 204 + } + ], + "_prefab": { + "__id__": 206 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 3.121, + "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": 1, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 201 + }, + "_enabled": true, + "__prefab": { + "__id__": 203 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 20, + "height": 20 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a4I0BX/x5Gb6/4WLwMUABs" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 201 + }, + "_enabled": true, + "__prefab": { + "__id__": 205 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@411e4", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "00uSOwuqZPt6DF3tg9pZ5R" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "13Bw3xPBlI3a5dTMpP2wvW", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv3", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 194 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 208 + }, + { + "__id__": 210 + } + ], + "_prefab": { + "__id__": 212 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 25, + "y": 3.121, + "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": 1, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 207 + }, + "_enabled": true, + "__prefab": { + "__id__": 209 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 20, + "height": 20 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "28+lJXMQVK3ok4m4lOJzC1" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 207 + }, + "_enabled": true, + "__prefab": { + "__id__": 211 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@411e4", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c3eEfKnr9LyKzdFGKwcyop" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "e6RTTQGOZLTrTdqMK0nGTA", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv4", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 194 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 214 + }, + { + "__id__": 216 + } + ], + "_prefab": { + "__id__": 218 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 3.121, + "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": 1, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 213 + }, + "_enabled": true, + "__prefab": { + "__id__": 215 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 20, + "height": 20 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "55WAa3iI1EPIymFqHhpruM" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 213 + }, + "_enabled": true, + "__prefab": { + "__id__": 217 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@411e4", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "08VByy0+9EJohTECHqI+FI" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "d5S6UXo7VPGbeOc7DgOFmg", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv5", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 194 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 220 + }, + { + "__id__": 222 + } + ], + "_prefab": { + "__id__": 224 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 25, + "y": 3.121, + "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": 1, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 219 + }, + "_enabled": true, + "__prefab": { + "__id__": 221 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 20, + "height": 20 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "dbj5GylxdKU606vif7c0yt" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 219 + }, + "_enabled": true, + "__prefab": { + "__id__": 223 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@411e4", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "51Vm1Idv1PBqfzObondvcj" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "d14UpZJF1KhbLiIHzz+5vx", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 194 + }, + "_enabled": true, + "__prefab": { + "__id__": 226 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 70, + "height": 15 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "4a4Ma1D6dLfpVjceg67Tlu" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 194 + }, + "_enabled": true, + "__prefab": { + "__id__": 228 + }, + "_resizeMode": 1, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 15, + "height": 15 + }, + "_startAxis": 0, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 5, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "83qqT1czJIz5ggb97hKUGL" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 194 + }, + "_enabled": true, + "__prefab": { + "__id__": 230 + }, + "_alignFlags": 16, + "_target": null, + "_left": -86.5, + "_right": 0, + "_top": 0, + "_bottom": 0, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 0, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "5f8N6fZclEEadrzXN0WND8" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "7db2dcAdFAHqJvUA4+zNEA", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, { "__type__": "cc.UITransform", "_name": "", @@ -5431,8 +5431,9 @@ "__id__": 142 }, "lv_node": { - "__id__": 183 + "__id__": 194 }, + "node_index": 0, "_id": "" }, { diff --git a/assets/resources/gui/element/mission.prefab b/assets/resources/gui/element/mission.prefab index efefa5a8..a80775a1 100644 --- a/assets/resources/gui/element/mission.prefab +++ b/assets/resources/gui/element/mission.prefab @@ -28,41 +28,41 @@ "__id__": 54 }, { - "__id__": 160 + "__id__": 168 }, { - "__id__": 898 + "__id__": 906 }, { - "__id__": 909 + "__id__": 917 }, { - "__id__": 934 + "__id__": 942 } ], "_active": true, "_components": [ - { - "__id__": 964 - }, - { - "__id__": 966 - }, - { - "__id__": 968 - }, - { - "__id__": 970 - }, { "__id__": 972 }, { "__id__": 974 + }, + { + "__id__": 976 + }, + { + "__id__": 978 + }, + { + "__id__": 980 + }, + { + "__id__": 982 } ], "_prefab": { - "__id__": 976 + "__id__": 984 }, "_lpos": { "__type__": "cc.Vec3", @@ -1361,24 +1361,27 @@ "__id__": 55 }, { - "__id__": 125 + "__id__": 63 + }, + { + "__id__": 133 } ], "_active": true, "_components": [ { - "__id__": 155 + "__id__": 163 }, { - "__id__": 157 + "__id__": 165 } ], "_prefab": { - "__id__": 159 + "__id__": 167 }, "_lpos": { "__type__": "cc.Vec3", - "x": 0, + "x": -330, "y": 390.888, "z": 0 }, @@ -1405,6 +1408,184 @@ }, "_id": "" }, + { + "__type__": "cc.Node", + "_name": "bg_line", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 54 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 56 + }, + { + "__id__": 58 + }, + { + "__id__": 60 + } + ], + "_prefab": { + "__id__": 62 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 255, + "y": 5, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 55 + }, + "_enabled": true, + "__prefab": { + "__id__": 57 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 540, + "height": 250 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f8n1LHju5GYKiZYbWPoyg7" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 55 + }, + "_enabled": true, + "__prefab": { + "__id__": 59 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 238, + "g": 236, + "b": 236, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@96e5b", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 1, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "02b0gf8wpK2LVm6GHcJ3nX" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 55 + }, + "_enabled": true, + "__prefab": { + "__id__": 61 + }, + "_alignFlags": 45, + "_target": null, + "_left": -15, + "_right": -15, + "_top": 0, + "_bottom": 10, + "_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": "f8A2F0nrxLhr91Ph+lO16O" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "2dWO9W/nFJ04XVDWaaykIz", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, { "__type__": "cc.Node", "_name": "inf", @@ -1415,42 +1596,42 @@ }, "_children": [ { - "__id__": 56 + "__id__": 64 }, { - "__id__": 67 + "__id__": 75 }, { - "__id__": 78 + "__id__": 86 }, { - "__id__": 88 + "__id__": 96 }, { - "__id__": 98 + "__id__": 106 }, { - "__id__": 108 + "__id__": 116 } ], "_active": true, "_components": [ { - "__id__": 118 + "__id__": 126 }, { - "__id__": 120 + "__id__": 128 }, { - "__id__": 122 + "__id__": 130 } ], "_prefab": { - "__id__": 124 + "__id__": 132 }, "_lpos": { "__type__": "cc.Vec3", - "x": -350, + "x": 0, "y": 0, "z": 0 }, @@ -1481,17 +1662,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 55 + "__id__": 63 }, "_prefab": { - "__id__": 57 + "__id__": 65 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 56 + "__id__": 64 }, "asset": { "__uuid__": "46f1e2cb-6fa7-4e9e-b419-e424ba47fe68", @@ -1499,7 +1680,7 @@ }, "fileId": "d5Q0cgjY1BTIz2JM1k7EZK", "instance": { - "__id__": 58 + "__id__": 66 }, "targetOverrides": null }, @@ -1513,22 +1694,22 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 59 + "__id__": 67 }, { - "__id__": 61 + "__id__": 69 }, { - "__id__": 62 + "__id__": 70 }, { - "__id__": 63 + "__id__": 71 }, { - "__id__": 64 + "__id__": 72 }, { - "__id__": 66 + "__id__": 74 } ], "removedComponents": [] @@ -1536,7 +1717,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 60 + "__id__": 68 }, "propertyPath": [ "_name" @@ -1552,7 +1733,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 60 + "__id__": 68 }, "propertyPath": [ "_lpos" @@ -1567,7 +1748,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 60 + "__id__": 68 }, "propertyPath": [ "_lrot" @@ -1583,7 +1764,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 60 + "__id__": 68 }, "propertyPath": [ "_euler" @@ -1598,7 +1779,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 65 + "__id__": 73 }, "propertyPath": [ "node_index" @@ -1614,7 +1795,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 60 + "__id__": 68 }, "propertyPath": [ "_active" @@ -1625,17 +1806,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 55 + "__id__": 63 }, "_prefab": { - "__id__": 68 + "__id__": 76 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 67 + "__id__": 75 }, "asset": { "__uuid__": "46f1e2cb-6fa7-4e9e-b419-e424ba47fe68", @@ -1643,7 +1824,7 @@ }, "fileId": "d5Q0cgjY1BTIz2JM1k7EZK", "instance": { - "__id__": 69 + "__id__": 77 }, "targetOverrides": null }, @@ -1657,22 +1838,22 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 70 + "__id__": 78 }, { - "__id__": 72 + "__id__": 80 }, { - "__id__": 73 + "__id__": 81 }, { - "__id__": 74 + "__id__": 82 }, { - "__id__": 75 + "__id__": 83 }, { - "__id__": 77 + "__id__": 85 } ], "removedComponents": [] @@ -1680,7 +1861,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 71 + "__id__": 79 }, "propertyPath": [ "_name" @@ -1696,7 +1877,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 71 + "__id__": 79 }, "propertyPath": [ "_lpos" @@ -1711,7 +1892,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 71 + "__id__": 79 }, "propertyPath": [ "_lrot" @@ -1727,7 +1908,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 71 + "__id__": 79 }, "propertyPath": [ "_euler" @@ -1742,7 +1923,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 76 + "__id__": 84 }, "propertyPath": [ "node_index" @@ -1758,7 +1939,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 71 + "__id__": 79 }, "propertyPath": [ "_active" @@ -1769,17 +1950,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 55 + "__id__": 63 }, "_prefab": { - "__id__": 79 + "__id__": 87 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 78 + "__id__": 86 }, "asset": { "__uuid__": "46f1e2cb-6fa7-4e9e-b419-e424ba47fe68", @@ -1787,7 +1968,7 @@ }, "fileId": "d5Q0cgjY1BTIz2JM1k7EZK", "instance": { - "__id__": 80 + "__id__": 88 }, "targetOverrides": null }, @@ -1801,19 +1982,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 81 + "__id__": 89 }, { - "__id__": 83 + "__id__": 91 }, { - "__id__": 84 + "__id__": 92 }, { - "__id__": 85 + "__id__": 93 }, { - "__id__": 86 + "__id__": 94 } ], "removedComponents": [] @@ -1821,7 +2002,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 82 + "__id__": 90 }, "propertyPath": [ "_name" @@ -1837,7 +2018,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 82 + "__id__": 90 }, "propertyPath": [ "_lpos" @@ -1852,7 +2033,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 82 + "__id__": 90 }, "propertyPath": [ "_lrot" @@ -1868,7 +2049,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 82 + "__id__": 90 }, "propertyPath": [ "_euler" @@ -1883,7 +2064,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 87 + "__id__": 95 }, "propertyPath": [ "node_index" @@ -1900,17 +2081,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 55 + "__id__": 63 }, "_prefab": { - "__id__": 89 + "__id__": 97 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 88 + "__id__": 96 }, "asset": { "__uuid__": "46f1e2cb-6fa7-4e9e-b419-e424ba47fe68", @@ -1918,7 +2099,7 @@ }, "fileId": "d5Q0cgjY1BTIz2JM1k7EZK", "instance": { - "__id__": 90 + "__id__": 98 }, "targetOverrides": null }, @@ -1932,19 +2113,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 91 + "__id__": 99 }, { - "__id__": 93 + "__id__": 101 }, { - "__id__": 94 + "__id__": 102 }, { - "__id__": 95 + "__id__": 103 }, { - "__id__": 96 + "__id__": 104 } ], "removedComponents": [] @@ -1952,7 +2133,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 92 + "__id__": 100 }, "propertyPath": [ "_name" @@ -1968,7 +2149,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 92 + "__id__": 100 }, "propertyPath": [ "_lpos" @@ -1976,14 +2157,14 @@ "value": { "__type__": "cc.Vec3", "x": 65, - "y": -65, + "y": -55, "z": 0 } }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 92 + "__id__": 100 }, "propertyPath": [ "_lrot" @@ -1999,7 +2180,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 92 + "__id__": 100 }, "propertyPath": [ "_euler" @@ -2014,7 +2195,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 97 + "__id__": 105 }, "propertyPath": [ "node_index" @@ -2031,17 +2212,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 55 + "__id__": 63 }, "_prefab": { - "__id__": 99 + "__id__": 107 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 98 + "__id__": 106 }, "asset": { "__uuid__": "46f1e2cb-6fa7-4e9e-b419-e424ba47fe68", @@ -2049,7 +2230,7 @@ }, "fileId": "d5Q0cgjY1BTIz2JM1k7EZK", "instance": { - "__id__": 100 + "__id__": 108 }, "targetOverrides": null }, @@ -2063,19 +2244,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 101 + "__id__": 109 }, { - "__id__": 103 + "__id__": 111 }, { - "__id__": 104 + "__id__": 112 }, { - "__id__": 105 + "__id__": 113 }, { - "__id__": 106 + "__id__": 114 } ], "removedComponents": [] @@ -2083,7 +2264,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 102 + "__id__": 110 }, "propertyPath": [ "_name" @@ -2099,7 +2280,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 102 + "__id__": 110 }, "propertyPath": [ "_lpos" @@ -2107,14 +2288,14 @@ "value": { "__type__": "cc.Vec3", "x": 235, - "y": -65, + "y": -55, "z": 0 } }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 102 + "__id__": 110 }, "propertyPath": [ "_lrot" @@ -2130,7 +2311,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 102 + "__id__": 110 }, "propertyPath": [ "_euler" @@ -2145,7 +2326,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 107 + "__id__": 115 }, "propertyPath": [ "node_index" @@ -2162,17 +2343,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 55 + "__id__": 63 }, "_prefab": { - "__id__": 109 + "__id__": 117 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 108 + "__id__": 116 }, "asset": { "__uuid__": "46f1e2cb-6fa7-4e9e-b419-e424ba47fe68", @@ -2180,7 +2361,7 @@ }, "fileId": "d5Q0cgjY1BTIz2JM1k7EZK", "instance": { - "__id__": 110 + "__id__": 118 }, "targetOverrides": null }, @@ -2194,19 +2375,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 111 + "__id__": 119 }, { - "__id__": 113 + "__id__": 121 }, { - "__id__": 114 + "__id__": 122 }, { - "__id__": 115 + "__id__": 123 }, { - "__id__": 116 + "__id__": 124 } ], "removedComponents": [] @@ -2214,7 +2395,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 112 + "__id__": 120 }, "propertyPath": [ "_name" @@ -2230,7 +2411,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 112 + "__id__": 120 }, "propertyPath": [ "_lpos" @@ -2238,14 +2419,14 @@ "value": { "__type__": "cc.Vec3", "x": 405, - "y": -65, + "y": -55, "z": 0 } }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 112 + "__id__": 120 }, "propertyPath": [ "_lrot" @@ -2261,7 +2442,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 112 + "__id__": 120 }, "propertyPath": [ "_euler" @@ -2276,7 +2457,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 117 + "__id__": 125 }, "propertyPath": [ "node_index" @@ -2295,15 +2476,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 55 + "__id__": 63 }, "_enabled": true, "__prefab": { - "__id__": 119 + "__id__": 127 }, "_contentSize": { "__type__": "cc.Size", - "width": 700, + "width": 510, "height": 260 }, "_anchorPoint": { @@ -2323,11 +2504,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 55 + "__id__": 63 }, "_enabled": false, "__prefab": { - "__id__": 121 + "__id__": 129 }, "_alignFlags": 45, "_target": null, @@ -2359,11 +2540,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 55 + "__id__": 63 }, "_enabled": false, "__prefab": { - "__id__": 123 + "__id__": 131 }, "_resizeMode": 0, "_layoutType": 3, @@ -2413,30 +2594,30 @@ "__id__": 54 }, "_children": [ - { - "__id__": 126 - }, { "__id__": 134 }, { - "__id__": 140 + "__id__": 142 + }, + { + "__id__": 148 } ], "_active": false, "_components": [ { - "__id__": 148 + "__id__": 156 }, { - "__id__": 150 + "__id__": 158 }, { - "__id__": 152 + "__id__": 160 } ], "_prefab": { - "__id__": 154 + "__id__": 162 }, "_lpos": { "__type__": "cc.Vec3", @@ -2473,23 +2654,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 125 + "__id__": 133 }, "_children": [], "_active": true, "_components": [ { - "__id__": 127 + "__id__": 135 }, { - "__id__": 129 + "__id__": 137 }, { - "__id__": 131 + "__id__": 139 } ], "_prefab": { - "__id__": 133 + "__id__": 141 }, "_lpos": { "__type__": "cc.Vec3", @@ -2526,11 +2707,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 126 + "__id__": 134 }, "_enabled": true, "__prefab": { - "__id__": 128 + "__id__": 136 }, "_contentSize": { "__type__": "cc.Size", @@ -2554,11 +2735,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 126 + "__id__": 134 }, "_enabled": true, "__prefab": { - "__id__": 130 + "__id__": 138 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2602,11 +2783,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 126 + "__id__": 134 }, "_enabled": true, "__prefab": { - "__id__": 132 + "__id__": 140 }, "_alignFlags": 45, "_target": null, @@ -2651,20 +2832,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 125 + "__id__": 133 }, "_children": [], "_active": true, "_components": [ { - "__id__": 135 + "__id__": 143 }, { - "__id__": 137 + "__id__": 145 } ], "_prefab": { - "__id__": 139 + "__id__": 147 }, "_lpos": { "__type__": "cc.Vec3", @@ -2701,11 +2882,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 134 + "__id__": 142 }, "_enabled": true, "__prefab": { - "__id__": 136 + "__id__": 144 }, "_contentSize": { "__type__": "cc.Size", @@ -2729,11 +2910,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 134 + "__id__": 142 }, "_enabled": true, "__prefab": { - "__id__": 138 + "__id__": 146 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2790,23 +2971,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 125 + "__id__": 133 }, "_children": [], "_active": true, "_components": [ { - "__id__": 141 + "__id__": 149 }, { - "__id__": 143 + "__id__": 151 }, { - "__id__": 145 + "__id__": 153 } ], "_prefab": { - "__id__": 147 + "__id__": 155 }, "_lpos": { "__type__": "cc.Vec3", @@ -2843,11 +3024,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 140 + "__id__": 148 }, "_enabled": true, "__prefab": { - "__id__": 142 + "__id__": 150 }, "_contentSize": { "__type__": "cc.Size", @@ -2871,11 +3052,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 140 + "__id__": 148 }, "_enabled": true, "__prefab": { - "__id__": 144 + "__id__": 152 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2939,11 +3120,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 140 + "__id__": 148 }, "_enabled": true, "__prefab": { - "__id__": 146 + "__id__": 154 }, "templateMode": true, "watchPath": "", @@ -2977,11 +3158,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 125 + "__id__": 133 }, "_enabled": true, "__prefab": { - "__id__": 149 + "__id__": 157 }, "_contentSize": { "__type__": "cc.Size", @@ -3005,11 +3186,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 125 + "__id__": 133 }, "_enabled": true, "__prefab": { - "__id__": 151 + "__id__": 159 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3047,11 +3228,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 125 + "__id__": 133 }, "_enabled": true, "__prefab": { - "__id__": 153 + "__id__": 161 }, "_alignFlags": 40, "_target": null, @@ -3100,16 +3281,16 @@ }, "_enabled": true, "__prefab": { - "__id__": 156 + "__id__": 164 }, "_contentSize": { "__type__": "cc.Size", - "width": 720, + "width": 510, "height": 260 }, "_anchorPoint": { "__type__": "cc.Vec2", - "x": 0.5, + "x": 0, "y": 0.5 }, "_id": "" @@ -3128,12 +3309,12 @@ }, "_enabled": true, "__prefab": { - "__id__": 158 + "__id__": 166 }, - "_alignFlags": 44, + "_alignFlags": 12, "_target": null, - "_left": 0, - "_right": 0, + "_left": 30, + "_right": 515, "_top": 0, "_bottom": 260.888, "_horizontalCenter": 0, @@ -3177,62 +3358,62 @@ }, "_children": [ { - "__id__": 161 + "__id__": 169 }, { - "__id__": 203 + "__id__": 211 }, { - "__id__": 245 + "__id__": 253 }, { - "__id__": 265 + "__id__": 273 }, { - "__id__": 285 + "__id__": 293 }, { - "__id__": 305 - }, - { - "__id__": 627 + "__id__": 313 }, { "__id__": 635 }, { - "__id__": 690 + "__id__": 643 }, { - "__id__": 745 + "__id__": 698 }, { - "__id__": 778 + "__id__": 753 }, { - "__id__": 811 + "__id__": 786 }, { "__id__": 819 + }, + { + "__id__": 827 } ], "_active": true, "_components": [ { - "__id__": 889 + "__id__": 897 }, { - "__id__": 891 + "__id__": 899 }, { - "__id__": 893 + "__id__": 901 }, { - "__id__": 895 + "__id__": 903 } ], "_prefab": { - "__id__": 897 + "__id__": 905 }, "_lpos": { "__type__": "cc.Vec3", @@ -3269,39 +3450,39 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 160 + "__id__": 168 }, "_children": [ { - "__id__": 162 + "__id__": 170 }, { - "__id__": 168 + "__id__": 176 }, { - "__id__": 174 + "__id__": 182 }, { - "__id__": 180 + "__id__": 188 }, { - "__id__": 186 - }, - { - "__id__": 192 - } - ], - "_active": false, - "_components": [ - { - "__id__": 198 + "__id__": 194 }, { "__id__": 200 } ], + "_active": false, + "_components": [ + { + "__id__": 206 + }, + { + "__id__": 208 + } + ], "_prefab": { - "__id__": 202 + "__id__": 210 }, "_lpos": { "__type__": "cc.Vec3", @@ -3338,20 +3519,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 161 + "__id__": 169 }, "_children": [], "_active": true, "_components": [ { - "__id__": 163 + "__id__": 171 }, { - "__id__": 165 + "__id__": 173 } ], "_prefab": { - "__id__": 167 + "__id__": 175 }, "_lpos": { "__type__": "cc.Vec3", @@ -3388,11 +3569,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 162 + "__id__": 170 }, "_enabled": true, "__prefab": { - "__id__": 164 + "__id__": 172 }, "_contentSize": { "__type__": "cc.Size", @@ -3416,11 +3597,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 162 + "__id__": 170 }, "_enabled": true, "__prefab": { - "__id__": 166 + "__id__": 174 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3474,20 +3655,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 161 + "__id__": 169 }, "_children": [], "_active": true, "_components": [ { - "__id__": 169 + "__id__": 177 }, { - "__id__": 171 + "__id__": 179 } ], "_prefab": { - "__id__": 173 + "__id__": 181 }, "_lpos": { "__type__": "cc.Vec3", @@ -3524,11 +3705,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 168 + "__id__": 176 }, "_enabled": true, "__prefab": { - "__id__": 170 + "__id__": 178 }, "_contentSize": { "__type__": "cc.Size", @@ -3552,11 +3733,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 168 + "__id__": 176 }, "_enabled": true, "__prefab": { - "__id__": 172 + "__id__": 180 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3610,20 +3791,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 161 + "__id__": 169 }, "_children": [], "_active": true, "_components": [ { - "__id__": 175 + "__id__": 183 }, { - "__id__": 177 + "__id__": 185 } ], "_prefab": { - "__id__": 179 + "__id__": 187 }, "_lpos": { "__type__": "cc.Vec3", @@ -3660,11 +3841,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 174 + "__id__": 182 }, "_enabled": true, "__prefab": { - "__id__": 176 + "__id__": 184 }, "_contentSize": { "__type__": "cc.Size", @@ -3688,11 +3869,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 174 + "__id__": 182 }, "_enabled": true, "__prefab": { - "__id__": 178 + "__id__": 186 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3746,20 +3927,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 161 + "__id__": 169 }, "_children": [], "_active": true, "_components": [ { - "__id__": 181 + "__id__": 189 }, { - "__id__": 183 + "__id__": 191 } ], "_prefab": { - "__id__": 185 + "__id__": 193 }, "_lpos": { "__type__": "cc.Vec3", @@ -3796,11 +3977,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 180 + "__id__": 188 }, "_enabled": true, "__prefab": { - "__id__": 182 + "__id__": 190 }, "_contentSize": { "__type__": "cc.Size", @@ -3824,11 +4005,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 180 + "__id__": 188 }, "_enabled": true, "__prefab": { - "__id__": 184 + "__id__": 192 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3882,20 +4063,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 161 + "__id__": 169 }, "_children": [], "_active": true, "_components": [ { - "__id__": 187 + "__id__": 195 }, { - "__id__": 189 + "__id__": 197 } ], "_prefab": { - "__id__": 191 + "__id__": 199 }, "_lpos": { "__type__": "cc.Vec3", @@ -3932,11 +4113,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 186 + "__id__": 194 }, "_enabled": true, "__prefab": { - "__id__": 188 + "__id__": 196 }, "_contentSize": { "__type__": "cc.Size", @@ -3960,11 +4141,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 186 + "__id__": 194 }, "_enabled": true, "__prefab": { - "__id__": 190 + "__id__": 198 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4018,20 +4199,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 161 + "__id__": 169 }, "_children": [], "_active": true, "_components": [ { - "__id__": 193 + "__id__": 201 }, { - "__id__": 195 + "__id__": 203 } ], "_prefab": { - "__id__": 197 + "__id__": 205 }, "_lpos": { "__type__": "cc.Vec3", @@ -4068,11 +4249,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 192 + "__id__": 200 }, "_enabled": true, "__prefab": { - "__id__": 194 + "__id__": 202 }, "_contentSize": { "__type__": "cc.Size", @@ -4096,11 +4277,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 192 + "__id__": 200 }, "_enabled": true, "__prefab": { - "__id__": 196 + "__id__": 204 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4154,11 +4335,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 161 + "__id__": 169 }, "_enabled": true, "__prefab": { - "__id__": 199 + "__id__": 207 }, "_contentSize": { "__type__": "cc.Size", @@ -4182,11 +4363,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 161 + "__id__": 169 }, "_enabled": true, "__prefab": { - "__id__": 201 + "__id__": 209 }, "_resizeMode": 0, "_layoutType": 1, @@ -4233,39 +4414,39 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 160 + "__id__": 168 }, "_children": [ { - "__id__": 204 + "__id__": 212 }, { - "__id__": 210 + "__id__": 218 }, { - "__id__": 216 + "__id__": 224 }, { - "__id__": 222 + "__id__": 230 }, { - "__id__": 228 - }, - { - "__id__": 234 - } - ], - "_active": false, - "_components": [ - { - "__id__": 240 + "__id__": 236 }, { "__id__": 242 } ], + "_active": false, + "_components": [ + { + "__id__": 248 + }, + { + "__id__": 250 + } + ], "_prefab": { - "__id__": 244 + "__id__": 252 }, "_lpos": { "__type__": "cc.Vec3", @@ -4302,20 +4483,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 203 + "__id__": 211 }, "_children": [], "_active": true, "_components": [ { - "__id__": 205 + "__id__": 213 }, { - "__id__": 207 + "__id__": 215 } ], "_prefab": { - "__id__": 209 + "__id__": 217 }, "_lpos": { "__type__": "cc.Vec3", @@ -4352,11 +4533,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 204 + "__id__": 212 }, "_enabled": true, "__prefab": { - "__id__": 206 + "__id__": 214 }, "_contentSize": { "__type__": "cc.Size", @@ -4380,11 +4561,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 204 + "__id__": 212 }, "_enabled": true, "__prefab": { - "__id__": 208 + "__id__": 216 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4438,20 +4619,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 203 + "__id__": 211 }, "_children": [], "_active": true, "_components": [ { - "__id__": 211 + "__id__": 219 }, { - "__id__": 213 + "__id__": 221 } ], "_prefab": { - "__id__": 215 + "__id__": 223 }, "_lpos": { "__type__": "cc.Vec3", @@ -4488,11 +4669,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 210 + "__id__": 218 }, "_enabled": true, "__prefab": { - "__id__": 212 + "__id__": 220 }, "_contentSize": { "__type__": "cc.Size", @@ -4516,11 +4697,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 210 + "__id__": 218 }, "_enabled": true, "__prefab": { - "__id__": 214 + "__id__": 222 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4574,20 +4755,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 203 + "__id__": 211 }, "_children": [], "_active": true, "_components": [ { - "__id__": 217 + "__id__": 225 }, { - "__id__": 219 + "__id__": 227 } ], "_prefab": { - "__id__": 221 + "__id__": 229 }, "_lpos": { "__type__": "cc.Vec3", @@ -4624,11 +4805,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 216 + "__id__": 224 }, "_enabled": true, "__prefab": { - "__id__": 218 + "__id__": 226 }, "_contentSize": { "__type__": "cc.Size", @@ -4652,11 +4833,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 216 + "__id__": 224 }, "_enabled": true, "__prefab": { - "__id__": 220 + "__id__": 228 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4710,20 +4891,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 203 + "__id__": 211 }, "_children": [], "_active": true, "_components": [ { - "__id__": 223 + "__id__": 231 }, { - "__id__": 225 + "__id__": 233 } ], "_prefab": { - "__id__": 227 + "__id__": 235 }, "_lpos": { "__type__": "cc.Vec3", @@ -4760,11 +4941,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 222 + "__id__": 230 }, "_enabled": true, "__prefab": { - "__id__": 224 + "__id__": 232 }, "_contentSize": { "__type__": "cc.Size", @@ -4788,11 +4969,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 222 + "__id__": 230 }, "_enabled": true, "__prefab": { - "__id__": 226 + "__id__": 234 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4846,20 +5027,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 203 + "__id__": 211 }, "_children": [], "_active": true, "_components": [ { - "__id__": 229 + "__id__": 237 }, { - "__id__": 231 + "__id__": 239 } ], "_prefab": { - "__id__": 233 + "__id__": 241 }, "_lpos": { "__type__": "cc.Vec3", @@ -4896,11 +5077,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 228 + "__id__": 236 }, "_enabled": true, "__prefab": { - "__id__": 230 + "__id__": 238 }, "_contentSize": { "__type__": "cc.Size", @@ -4924,11 +5105,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 228 + "__id__": 236 }, "_enabled": true, "__prefab": { - "__id__": 232 + "__id__": 240 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4982,20 +5163,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 203 + "__id__": 211 }, "_children": [], "_active": true, "_components": [ { - "__id__": 235 + "__id__": 243 }, { - "__id__": 237 + "__id__": 245 } ], "_prefab": { - "__id__": 239 + "__id__": 247 }, "_lpos": { "__type__": "cc.Vec3", @@ -5032,11 +5213,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 234 + "__id__": 242 }, "_enabled": true, "__prefab": { - "__id__": 236 + "__id__": 244 }, "_contentSize": { "__type__": "cc.Size", @@ -5060,11 +5241,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 234 + "__id__": 242 }, "_enabled": true, "__prefab": { - "__id__": 238 + "__id__": 246 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5118,11 +5299,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 203 + "__id__": 211 }, "_enabled": true, "__prefab": { - "__id__": 241 + "__id__": 249 }, "_contentSize": { "__type__": "cc.Size", @@ -5146,11 +5327,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 203 + "__id__": 211 }, "_enabled": true, "__prefab": { - "__id__": 243 + "__id__": 251 }, "_resizeMode": 0, "_layoutType": 1, @@ -5197,27 +5378,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 160 + "__id__": 168 }, "_children": [ - { - "__id__": 246 - }, { "__id__": 254 - } - ], - "_active": true, - "_components": [ - { - "__id__": 260 }, { "__id__": 262 } ], + "_active": true, + "_components": [ + { + "__id__": 268 + }, + { + "__id__": 270 + } + ], "_prefab": { - "__id__": 264 + "__id__": 272 }, "_lpos": { "__type__": "cc.Vec3", @@ -5254,23 +5435,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 245 + "__id__": 253 }, "_children": [], "_active": true, "_components": [ { - "__id__": 247 + "__id__": 255 }, { - "__id__": 249 + "__id__": 257 }, { - "__id__": 251 + "__id__": 259 } ], "_prefab": { - "__id__": 253 + "__id__": 261 }, "_lpos": { "__type__": "cc.Vec3", @@ -5307,11 +5488,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 246 + "__id__": 254 }, "_enabled": true, "__prefab": { - "__id__": 248 + "__id__": 256 }, "_contentSize": { "__type__": "cc.Size", @@ -5335,24 +5516,24 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 246 + "__id__": 254 }, "_enabled": true, "__prefab": { - "__id__": 250 + "__id__": 258 }, "_customMaterial": null, "_srcBlendFactor": 2, "_dstBlendFactor": 4, "_color": { "__type__": "cc.Color", - "r": 71, - "g": 102, - "b": 141, + "r": 238, + "g": 236, + "b": 236, "a": 255 }, "_spriteFrame": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@1935d", + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@96e5b", "__expectedType__": "cc.SpriteFrame" }, "_type": 1, @@ -5367,7 +5548,10 @@ "_fillRange": 0, "_isTrimmedMode": true, "_useGrayscale": true, - "_atlas": null, + "_atlas": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", + "__expectedType__": "cc.SpriteAtlas" + }, "_id": "" }, { @@ -5380,11 +5564,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 246 + "__id__": 254 }, "_enabled": true, "__prefab": { - "__id__": 252 + "__id__": 260 }, "_alignFlags": 45, "_target": null, @@ -5429,20 +5613,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 245 + "__id__": 253 }, "_children": [], "_active": true, "_components": [ { - "__id__": 255 + "__id__": 263 }, { - "__id__": 257 + "__id__": 265 } ], "_prefab": { - "__id__": 259 + "__id__": 267 }, "_lpos": { "__type__": "cc.Vec3", @@ -5479,11 +5663,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 254 + "__id__": 262 }, "_enabled": true, "__prefab": { - "__id__": 256 + "__id__": 264 }, "_contentSize": { "__type__": "cc.Size", @@ -5507,11 +5691,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 254 + "__id__": 262 }, "_enabled": true, "__prefab": { - "__id__": 258 + "__id__": 266 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5568,11 +5752,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 245 + "__id__": 253 }, "_enabled": true, "__prefab": { - "__id__": 261 + "__id__": 269 }, "_contentSize": { "__type__": "cc.Size", @@ -5596,11 +5780,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 245 + "__id__": 253 }, "_enabled": true, "__prefab": { - "__id__": 263 + "__id__": 271 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5651,27 +5835,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 160 + "__id__": 168 }, "_children": [ - { - "__id__": 266 - }, { "__id__": 274 - } - ], - "_active": true, - "_components": [ - { - "__id__": 280 }, { "__id__": 282 } ], + "_active": true, + "_components": [ + { + "__id__": 288 + }, + { + "__id__": 290 + } + ], "_prefab": { - "__id__": 284 + "__id__": 292 }, "_lpos": { "__type__": "cc.Vec3", @@ -5708,23 +5892,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 265 + "__id__": 273 }, "_children": [], "_active": true, "_components": [ { - "__id__": 267 + "__id__": 275 }, { - "__id__": 269 + "__id__": 277 }, { - "__id__": 271 + "__id__": 279 } ], "_prefab": { - "__id__": 273 + "__id__": 281 }, "_lpos": { "__type__": "cc.Vec3", @@ -5761,11 +5945,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 266 + "__id__": 274 }, "_enabled": true, "__prefab": { - "__id__": 268 + "__id__": 276 }, "_contentSize": { "__type__": "cc.Size", @@ -5789,24 +5973,24 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 266 + "__id__": 274 }, "_enabled": true, "__prefab": { - "__id__": 270 + "__id__": 278 }, "_customMaterial": null, "_srcBlendFactor": 2, "_dstBlendFactor": 4, "_color": { "__type__": "cc.Color", - "r": 71, - "g": 102, - "b": 141, + "r": 238, + "g": 236, + "b": 236, "a": 255 }, "_spriteFrame": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@1935d", + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@96e5b", "__expectedType__": "cc.SpriteFrame" }, "_type": 1, @@ -5821,7 +6005,10 @@ "_fillRange": 0, "_isTrimmedMode": true, "_useGrayscale": true, - "_atlas": null, + "_atlas": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", + "__expectedType__": "cc.SpriteAtlas" + }, "_id": "" }, { @@ -5834,11 +6021,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 266 + "__id__": 274 }, "_enabled": true, "__prefab": { - "__id__": 272 + "__id__": 280 }, "_alignFlags": 45, "_target": null, @@ -5883,20 +6070,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 265 + "__id__": 273 }, "_children": [], "_active": true, "_components": [ { - "__id__": 275 + "__id__": 283 }, { - "__id__": 277 + "__id__": 285 } ], "_prefab": { - "__id__": 279 + "__id__": 287 }, "_lpos": { "__type__": "cc.Vec3", @@ -5933,11 +6120,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 274 + "__id__": 282 }, "_enabled": true, "__prefab": { - "__id__": 276 + "__id__": 284 }, "_contentSize": { "__type__": "cc.Size", @@ -5961,11 +6148,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 274 + "__id__": 282 }, "_enabled": true, "__prefab": { - "__id__": 278 + "__id__": 286 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6022,11 +6209,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 265 + "__id__": 273 }, "_enabled": true, "__prefab": { - "__id__": 281 + "__id__": 289 }, "_contentSize": { "__type__": "cc.Size", @@ -6050,11 +6237,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 265 + "__id__": 273 }, "_enabled": true, "__prefab": { - "__id__": 283 + "__id__": 291 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6105,27 +6292,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 160 + "__id__": 168 }, "_children": [ - { - "__id__": 286 - }, { "__id__": 294 - } - ], - "_active": true, - "_components": [ - { - "__id__": 300 }, { "__id__": 302 } ], + "_active": true, + "_components": [ + { + "__id__": 308 + }, + { + "__id__": 310 + } + ], "_prefab": { - "__id__": 304 + "__id__": 312 }, "_lpos": { "__type__": "cc.Vec3", @@ -6162,23 +6349,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 285 + "__id__": 293 }, "_children": [], "_active": true, "_components": [ { - "__id__": 287 + "__id__": 295 }, { - "__id__": 289 + "__id__": 297 }, { - "__id__": 291 + "__id__": 299 } ], "_prefab": { - "__id__": 293 + "__id__": 301 }, "_lpos": { "__type__": "cc.Vec3", @@ -6215,11 +6402,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 286 + "__id__": 294 }, "_enabled": true, "__prefab": { - "__id__": 288 + "__id__": 296 }, "_contentSize": { "__type__": "cc.Size", @@ -6243,24 +6430,24 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 286 + "__id__": 294 }, "_enabled": true, "__prefab": { - "__id__": 290 + "__id__": 298 }, "_customMaterial": null, "_srcBlendFactor": 2, "_dstBlendFactor": 4, "_color": { "__type__": "cc.Color", - "r": 71, - "g": 102, - "b": 141, + "r": 238, + "g": 236, + "b": 236, "a": 255 }, "_spriteFrame": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@1935d", + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@96e5b", "__expectedType__": "cc.SpriteFrame" }, "_type": 1, @@ -6275,7 +6462,10 @@ "_fillRange": 0, "_isTrimmedMode": true, "_useGrayscale": true, - "_atlas": null, + "_atlas": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", + "__expectedType__": "cc.SpriteAtlas" + }, "_id": "" }, { @@ -6288,11 +6478,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 286 + "__id__": 294 }, "_enabled": true, "__prefab": { - "__id__": 292 + "__id__": 300 }, "_alignFlags": 45, "_target": null, @@ -6337,20 +6527,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 285 + "__id__": 293 }, "_children": [], "_active": true, "_components": [ { - "__id__": 295 + "__id__": 303 }, { - "__id__": 297 + "__id__": 305 } ], "_prefab": { - "__id__": 299 + "__id__": 307 }, "_lpos": { "__type__": "cc.Vec3", @@ -6387,11 +6577,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 294 + "__id__": 302 }, "_enabled": true, "__prefab": { - "__id__": 296 + "__id__": 304 }, "_contentSize": { "__type__": "cc.Size", @@ -6415,11 +6605,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 294 + "__id__": 302 }, "_enabled": true, "__prefab": { - "__id__": 298 + "__id__": 306 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6476,11 +6666,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 285 + "__id__": 293 }, "_enabled": true, "__prefab": { - "__id__": 301 + "__id__": 309 }, "_contentSize": { "__type__": "cc.Size", @@ -6504,11 +6694,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 285 + "__id__": 293 }, "_enabled": true, "__prefab": { - "__id__": 303 + "__id__": 311 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6559,45 +6749,45 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 160 + "__id__": 168 }, "_children": [ - { - "__id__": 306 - }, { "__id__": 314 }, { - "__id__": 320 + "__id__": 322 }, { - "__id__": 326 + "__id__": 328 }, { - "__id__": 376 + "__id__": 334 }, { - "__id__": 408 + "__id__": 384 }, { - "__id__": 590 + "__id__": 416 + }, + { + "__id__": 598 } ], "_active": true, "_components": [ { - "__id__": 620 + "__id__": 628 }, { - "__id__": 622 + "__id__": 630 }, { - "__id__": 624 + "__id__": 632 } ], "_prefab": { - "__id__": 626 + "__id__": 634 }, "_lpos": { "__type__": "cc.Vec3", @@ -6634,23 +6824,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 305 + "__id__": 313 }, "_children": [], "_active": false, "_components": [ { - "__id__": 307 + "__id__": 315 }, { - "__id__": 309 + "__id__": 317 }, { - "__id__": 311 + "__id__": 319 } ], "_prefab": { - "__id__": 313 + "__id__": 321 }, "_lpos": { "__type__": "cc.Vec3", @@ -6687,11 +6877,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 306 + "__id__": 314 }, "_enabled": true, "__prefab": { - "__id__": 308 + "__id__": 316 }, "_contentSize": { "__type__": "cc.Size", @@ -6715,11 +6905,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 306 + "__id__": 314 }, "_enabled": true, "__prefab": { - "__id__": 310 + "__id__": 318 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6760,11 +6950,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 306 + "__id__": 314 }, "_enabled": true, "__prefab": { - "__id__": 312 + "__id__": 320 }, "_alignFlags": 45, "_target": null, @@ -6809,20 +6999,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 305 + "__id__": 313 }, "_children": [], "_active": true, "_components": [ { - "__id__": 315 + "__id__": 323 }, { - "__id__": 317 + "__id__": 325 } ], "_prefab": { - "__id__": 319 + "__id__": 327 }, "_lpos": { "__type__": "cc.Vec3", @@ -6859,11 +7049,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 314 + "__id__": 322 }, "_enabled": true, "__prefab": { - "__id__": 316 + "__id__": 324 }, "_contentSize": { "__type__": "cc.Size", @@ -6887,11 +7077,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 314 + "__id__": 322 }, "_enabled": true, "__prefab": { - "__id__": 318 + "__id__": 326 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6945,20 +7135,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 305 + "__id__": 313 }, "_children": [], "_active": false, "_components": [ { - "__id__": 321 + "__id__": 329 }, { - "__id__": 323 + "__id__": 331 } ], "_prefab": { - "__id__": 325 + "__id__": 333 }, "_lpos": { "__type__": "cc.Vec3", @@ -6995,11 +7185,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 320 + "__id__": 328 }, "_enabled": true, "__prefab": { - "__id__": 322 + "__id__": 330 }, "_contentSize": { "__type__": "cc.Size", @@ -7023,11 +7213,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 320 + "__id__": 328 }, "_enabled": true, "__prefab": { - "__id__": 324 + "__id__": 332 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7084,27 +7274,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 305 + "__id__": 313 }, "_children": [ - { - "__id__": 327 - }, { "__id__": 335 }, { - "__id__": 367 + "__id__": 343 + }, + { + "__id__": 375 } ], "_active": true, "_components": [ { - "__id__": 373 + "__id__": 381 } ], "_prefab": { - "__id__": 375 + "__id__": 383 }, "_lpos": { "__type__": "cc.Vec3", @@ -7141,23 +7331,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 326 + "__id__": 334 }, "_children": [], "_active": true, "_components": [ { - "__id__": 328 + "__id__": 336 }, { - "__id__": 330 + "__id__": 338 }, { - "__id__": 332 + "__id__": 340 } ], "_prefab": { - "__id__": 334 + "__id__": 342 }, "_lpos": { "__type__": "cc.Vec3", @@ -7194,11 +7384,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 327 + "__id__": 335 }, "_enabled": true, "__prefab": { - "__id__": 329 + "__id__": 337 }, "_contentSize": { "__type__": "cc.Size", @@ -7222,11 +7412,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 327 + "__id__": 335 }, "_enabled": true, "__prefab": { - "__id__": 331 + "__id__": 339 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7270,11 +7460,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 327 + "__id__": 335 }, "_enabled": true, "__prefab": { - "__id__": 333 + "__id__": 341 }, "_alignFlags": 45, "_target": null, @@ -7319,30 +7509,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 326 + "__id__": 334 }, "_children": [ { - "__id__": 336 + "__id__": 344 }, { - "__id__": 342 + "__id__": 350 }, { - "__id__": 348 + "__id__": 356 } ], "_active": true, "_components": [ { - "__id__": 362 + "__id__": 370 }, { - "__id__": 364 + "__id__": 372 } ], "_prefab": { - "__id__": 366 + "__id__": 374 }, "_lpos": { "__type__": "cc.Vec3", @@ -7379,20 +7569,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 335 + "__id__": 343 }, "_children": [], "_active": false, "_components": [ { - "__id__": 337 + "__id__": 345 }, { - "__id__": 339 + "__id__": 347 } ], "_prefab": { - "__id__": 341 + "__id__": 349 }, "_lpos": { "__type__": "cc.Vec3", @@ -7429,11 +7619,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 336 + "__id__": 344 }, "_enabled": true, "__prefab": { - "__id__": 338 + "__id__": 346 }, "_contentSize": { "__type__": "cc.Size", @@ -7457,11 +7647,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 336 + "__id__": 344 }, "_enabled": true, "__prefab": { - "__id__": 340 + "__id__": 348 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7515,20 +7705,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 335 + "__id__": 343 }, "_children": [], "_active": true, "_components": [ { - "__id__": 343 + "__id__": 351 }, { - "__id__": 345 + "__id__": 353 } ], "_prefab": { - "__id__": 347 + "__id__": 355 }, "_lpos": { "__type__": "cc.Vec3", @@ -7565,11 +7755,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 342 + "__id__": 350 }, "_enabled": true, "__prefab": { - "__id__": 344 + "__id__": 352 }, "_contentSize": { "__type__": "cc.Size", @@ -7593,11 +7783,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 342 + "__id__": 350 }, "_enabled": true, "__prefab": { - "__id__": 346 + "__id__": 354 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7654,24 +7844,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 335 + "__id__": 343 }, "_children": [ { - "__id__": 349 + "__id__": 357 } ], "_active": true, "_components": [ { - "__id__": 357 + "__id__": 365 }, { - "__id__": 359 + "__id__": 367 } ], "_prefab": { - "__id__": 361 + "__id__": 369 }, "_lpos": { "__type__": "cc.Vec3", @@ -7708,23 +7898,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 348 + "__id__": 356 }, "_children": [], "_active": false, "_components": [ { - "__id__": 350 + "__id__": 358 }, { - "__id__": 352 + "__id__": 360 }, { - "__id__": 354 + "__id__": 362 } ], "_prefab": { - "__id__": 356 + "__id__": 364 }, "_lpos": { "__type__": "cc.Vec3", @@ -7761,11 +7951,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 349 + "__id__": 357 }, "_enabled": true, "__prefab": { - "__id__": 351 + "__id__": 359 }, "_contentSize": { "__type__": "cc.Size", @@ -7789,11 +7979,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 349 + "__id__": 357 }, "_enabled": true, "__prefab": { - "__id__": 353 + "__id__": 361 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7857,11 +8047,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 349 + "__id__": 357 }, "_enabled": true, "__prefab": { - "__id__": 355 + "__id__": 363 }, "_alignFlags": 8, "_target": null, @@ -7906,11 +8096,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 348 + "__id__": 356 }, "_enabled": true, "__prefab": { - "__id__": 358 + "__id__": 366 }, "_contentSize": { "__type__": "cc.Size", @@ -7934,11 +8124,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 348 + "__id__": 356 }, "_enabled": true, "__prefab": { - "__id__": 360 + "__id__": 368 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8015,11 +8205,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 335 + "__id__": 343 }, "_enabled": true, "__prefab": { - "__id__": 363 + "__id__": 371 }, "_contentSize": { "__type__": "cc.Size", @@ -8043,11 +8233,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 335 + "__id__": 343 }, "_enabled": true, "__prefab": { - "__id__": 365 + "__id__": 373 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8098,20 +8288,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 326 + "__id__": 334 }, "_children": [], "_active": true, "_components": [ { - "__id__": 368 + "__id__": 376 }, { - "__id__": 370 + "__id__": 378 } ], "_prefab": { - "__id__": 372 + "__id__": 380 }, "_lpos": { "__type__": "cc.Vec3", @@ -8148,11 +8338,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 367 + "__id__": 375 }, "_enabled": true, "__prefab": { - "__id__": 369 + "__id__": 377 }, "_contentSize": { "__type__": "cc.Size", @@ -8176,11 +8366,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 367 + "__id__": 375 }, "_enabled": true, "__prefab": { - "__id__": 371 + "__id__": 379 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8257,11 +8447,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 326 + "__id__": 334 }, "_enabled": true, "__prefab": { - "__id__": 374 + "__id__": 382 }, "_contentSize": { "__type__": "cc.Size", @@ -8298,33 +8488,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 305 + "__id__": 313 }, "_children": [ - { - "__id__": 377 - }, { "__id__": 385 }, { "__id__": 393 + }, + { + "__id__": 401 } ], "_active": true, "_components": [ { - "__id__": 401 + "__id__": 409 }, { - "__id__": 403 + "__id__": 411 }, { - "__id__": 405 + "__id__": 413 } ], "_prefab": { - "__id__": 407 + "__id__": 415 }, "_lpos": { "__type__": "cc.Vec3", @@ -8361,186 +8551,8 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 376 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 378 - }, - { - "__id__": 380 - }, - { - "__id__": 382 - } - ], - "_prefab": { "__id__": 384 }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": -54.95, - "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__": 377 - }, - "_enabled": true, - "__prefab": { - "__id__": 379 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 110, - "height": 109.9 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "bdndmAI41NkZ9VMutp8NRq" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 377 - }, - "_enabled": true, - "__prefab": { - "__id__": 381 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@abf7b", - "__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": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", - "__expectedType__": "cc.SpriteAtlas" - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "1f0kGrDO1I9qo/3x/Hrhe1" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 377 - }, - "_enabled": true, - "__prefab": { - "__id__": 383 - }, - "_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": 216, - "_originalHeight": 106, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "020Gypo/9NKrNzaSZ1jebp" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "6fmabCuyBAY6h/wkoN0izK", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "nobg", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 376 - }, "_children": [], "_active": true, "_components": [ @@ -8612,7 +8624,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "1c8KUp3nVP/I3MAyJyYMGd" + "fileId": "bdndmAI41NkZ9VMutp8NRq" }, { "__type__": "cc.Sprite", @@ -8629,6 +8641,184 @@ "_customMaterial": null, "_srcBlendFactor": 2, "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@abf7b", + "__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": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1f0kGrDO1I9qo/3x/Hrhe1" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 385 + }, + "_enabled": true, + "__prefab": { + "__id__": 391 + }, + "_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": 216, + "_originalHeight": 106, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "020Gypo/9NKrNzaSZ1jebp" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "6fmabCuyBAY6h/wkoN0izK", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "nobg", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 384 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 394 + }, + { + "__id__": 396 + }, + { + "__id__": 398 + } + ], + "_prefab": { + "__id__": 400 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -54.95, + "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__": 393 + }, + "_enabled": true, + "__prefab": { + "__id__": 395 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 110, + "height": 109.9 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1c8KUp3nVP/I3MAyJyYMGd" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 393 + }, + "_enabled": true, + "__prefab": { + "__id__": 397 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, "_color": { "__type__": "cc.Color", "r": 163, @@ -8668,11 +8858,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 385 + "__id__": 393 }, "_enabled": true, "__prefab": { - "__id__": 391 + "__id__": 399 }, "_alignFlags": 45, "_target": null, @@ -8717,23 +8907,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 376 + "__id__": 384 }, "_children": [], "_active": true, "_components": [ { - "__id__": 394 + "__id__": 402 }, { - "__id__": 396 + "__id__": 404 }, { - "__id__": 398 + "__id__": 406 } ], "_prefab": { - "__id__": 400 + "__id__": 408 }, "_lpos": { "__type__": "cc.Vec3", @@ -8770,11 +8960,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 393 + "__id__": 401 }, "_enabled": true, "__prefab": { - "__id__": 395 + "__id__": 403 }, "_contentSize": { "__type__": "cc.Size", @@ -8798,11 +8988,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 393 + "__id__": 401 }, "_enabled": true, "__prefab": { - "__id__": 397 + "__id__": 405 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8866,11 +9056,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 393 + "__id__": 401 }, "_enabled": true, "__prefab": { - "__id__": 399 + "__id__": 407 }, "_alignFlags": 16, "_target": null, @@ -8915,11 +9105,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 376 + "__id__": 384 }, "_enabled": true, "__prefab": { - "__id__": 402 + "__id__": 410 }, "_contentSize": { "__type__": "cc.Size", @@ -8943,11 +9133,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 376 + "__id__": 384 }, "_enabled": true, "__prefab": { - "__id__": 404 + "__id__": 412 }, "_alignFlags": 20, "_target": null, @@ -8979,11 +9169,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 376 + "__id__": 384 }, "_enabled": true, "__prefab": { - "__id__": 406 + "__id__": 414 }, "clickEvents": [], "_interactable": true, @@ -9048,33 +9238,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 305 + "__id__": 313 }, "_children": [ { - "__id__": 409 + "__id__": 417 }, { - "__id__": 415 + "__id__": 423 }, { - "__id__": 421 + "__id__": 429 } ], "_active": true, "_components": [ { - "__id__": 583 + "__id__": 591 }, { - "__id__": 585 + "__id__": 593 }, { - "__id__": 587 + "__id__": 595 } ], "_prefab": { - "__id__": 589 + "__id__": 597 }, "_lpos": { "__type__": "cc.Vec3", @@ -9111,20 +9301,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 408 + "__id__": 416 }, "_children": [], "_active": false, "_components": [ { - "__id__": 410 + "__id__": 418 }, { - "__id__": 412 + "__id__": 420 } ], "_prefab": { - "__id__": 414 + "__id__": 422 }, "_lpos": { "__type__": "cc.Vec3", @@ -9161,11 +9351,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 409 + "__id__": 417 }, "_enabled": true, "__prefab": { - "__id__": 411 + "__id__": 419 }, "_contentSize": { "__type__": "cc.Size", @@ -9189,11 +9379,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 409 + "__id__": 417 }, "_enabled": true, "__prefab": { - "__id__": 413 + "__id__": 421 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9270,20 +9460,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 408 + "__id__": 416 }, "_children": [], "_active": false, "_components": [ { - "__id__": 416 + "__id__": 424 }, { - "__id__": 418 + "__id__": 426 } ], "_prefab": { - "__id__": 420 + "__id__": 428 }, "_lpos": { "__type__": "cc.Vec3", @@ -9320,11 +9510,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 415 + "__id__": 423 }, "_enabled": true, "__prefab": { - "__id__": 417 + "__id__": 425 }, "_contentSize": { "__type__": "cc.Size", @@ -9348,11 +9538,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 415 + "__id__": 423 }, "_enabled": true, "__prefab": { - "__id__": 419 + "__id__": 427 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9429,42 +9619,42 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 408 + "__id__": 416 }, "_children": [ { - "__id__": 422 + "__id__": 430 }, { - "__id__": 428 + "__id__": 436 }, { - "__id__": 438 + "__id__": 446 }, { - "__id__": 454 + "__id__": 462 }, { - "__id__": 476 + "__id__": 484 }, { - "__id__": 504 + "__id__": 512 }, { - "__id__": 538 + "__id__": 546 } ], "_active": true, "_components": [ { - "__id__": 578 + "__id__": 586 }, { - "__id__": 580 + "__id__": 588 } ], "_prefab": { - "__id__": 582 + "__id__": 590 }, "_lpos": { "__type__": "cc.Vec3", @@ -9501,20 +9691,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 421 + "__id__": 429 }, "_children": [], "_active": true, "_components": [ { - "__id__": 423 + "__id__": 431 }, { - "__id__": 425 + "__id__": 433 } ], "_prefab": { - "__id__": 427 + "__id__": 435 }, "_lpos": { "__type__": "cc.Vec3", @@ -9551,11 +9741,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 422 + "__id__": 430 }, "_enabled": true, "__prefab": { - "__id__": 424 + "__id__": 432 }, "_contentSize": { "__type__": "cc.Size", @@ -9579,11 +9769,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 422 + "__id__": 430 }, "_enabled": true, "__prefab": { - "__id__": 426 + "__id__": 434 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9637,21 +9827,21 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 421 + "__id__": 429 }, "_children": [ { - "__id__": 429 + "__id__": 437 } ], "_active": true, "_components": [ { - "__id__": 435 + "__id__": 443 } ], "_prefab": { - "__id__": 437 + "__id__": 445 }, "_lpos": { "__type__": "cc.Vec3", @@ -9688,20 +9878,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 428 + "__id__": 436 }, "_children": [], "_active": true, "_components": [ { - "__id__": 430 + "__id__": 438 }, { - "__id__": 432 + "__id__": 440 } ], "_prefab": { - "__id__": 434 + "__id__": 442 }, "_lpos": { "__type__": "cc.Vec3", @@ -9738,11 +9928,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 429 + "__id__": 437 }, "_enabled": true, "__prefab": { - "__id__": 431 + "__id__": 439 }, "_contentSize": { "__type__": "cc.Size", @@ -9766,11 +9956,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 429 + "__id__": 437 }, "_enabled": true, "__prefab": { - "__id__": 433 + "__id__": 441 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9824,11 +10014,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 428 + "__id__": 436 }, "_enabled": true, "__prefab": { - "__id__": 436 + "__id__": 444 }, "_contentSize": { "__type__": "cc.Size", @@ -9865,24 +10055,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 421 + "__id__": 429 }, "_children": [ { - "__id__": 439 + "__id__": 447 }, { - "__id__": 445 + "__id__": 453 } ], "_active": false, "_components": [ { - "__id__": 451 + "__id__": 459 } ], "_prefab": { - "__id__": 453 + "__id__": 461 }, "_lpos": { "__type__": "cc.Vec3", @@ -9919,20 +10109,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 438 + "__id__": 446 }, "_children": [], "_active": true, "_components": [ { - "__id__": 440 + "__id__": 448 }, { - "__id__": 442 + "__id__": 450 } ], "_prefab": { - "__id__": 444 + "__id__": 452 }, "_lpos": { "__type__": "cc.Vec3", @@ -9969,11 +10159,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 439 + "__id__": 447 }, "_enabled": true, "__prefab": { - "__id__": 441 + "__id__": 449 }, "_contentSize": { "__type__": "cc.Size", @@ -9997,11 +10187,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 439 + "__id__": 447 }, "_enabled": true, "__prefab": { - "__id__": 443 + "__id__": 451 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10055,20 +10245,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 438 + "__id__": 446 }, "_children": [], "_active": true, "_components": [ { - "__id__": 446 + "__id__": 454 }, { - "__id__": 448 + "__id__": 456 } ], "_prefab": { - "__id__": 450 + "__id__": 458 }, "_lpos": { "__type__": "cc.Vec3", @@ -10105,11 +10295,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 445 + "__id__": 453 }, "_enabled": true, "__prefab": { - "__id__": 447 + "__id__": 455 }, "_contentSize": { "__type__": "cc.Size", @@ -10133,11 +10323,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 445 + "__id__": 453 }, "_enabled": true, "__prefab": { - "__id__": 449 + "__id__": 457 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10191,11 +10381,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 438 + "__id__": 446 }, "_enabled": true, "__prefab": { - "__id__": 452 + "__id__": 460 }, "_contentSize": { "__type__": "cc.Size", @@ -10232,27 +10422,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 421 + "__id__": 429 }, "_children": [ { - "__id__": 455 + "__id__": 463 }, { - "__id__": 461 + "__id__": 469 }, { - "__id__": 467 + "__id__": 475 } ], "_active": false, "_components": [ { - "__id__": 473 + "__id__": 481 } ], "_prefab": { - "__id__": 475 + "__id__": 483 }, "_lpos": { "__type__": "cc.Vec3", @@ -10289,20 +10479,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 454 + "__id__": 462 }, "_children": [], "_active": true, "_components": [ { - "__id__": 456 + "__id__": 464 }, { - "__id__": 458 + "__id__": 466 } ], "_prefab": { - "__id__": 460 + "__id__": 468 }, "_lpos": { "__type__": "cc.Vec3", @@ -10339,11 +10529,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 455 + "__id__": 463 }, "_enabled": true, "__prefab": { - "__id__": 457 + "__id__": 465 }, "_contentSize": { "__type__": "cc.Size", @@ -10367,11 +10557,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 455 + "__id__": 463 }, "_enabled": true, "__prefab": { - "__id__": 459 + "__id__": 467 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10425,20 +10615,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 454 + "__id__": 462 }, "_children": [], "_active": true, "_components": [ { - "__id__": 462 + "__id__": 470 }, { - "__id__": 464 + "__id__": 472 } ], "_prefab": { - "__id__": 466 + "__id__": 474 }, "_lpos": { "__type__": "cc.Vec3", @@ -10475,11 +10665,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 461 + "__id__": 469 }, "_enabled": true, "__prefab": { - "__id__": 463 + "__id__": 471 }, "_contentSize": { "__type__": "cc.Size", @@ -10503,11 +10693,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 461 + "__id__": 469 }, "_enabled": true, "__prefab": { - "__id__": 465 + "__id__": 473 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10561,20 +10751,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 454 + "__id__": 462 }, "_children": [], "_active": true, "_components": [ { - "__id__": 468 + "__id__": 476 }, { - "__id__": 470 + "__id__": 478 } ], "_prefab": { - "__id__": 472 + "__id__": 480 }, "_lpos": { "__type__": "cc.Vec3", @@ -10611,11 +10801,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 467 + "__id__": 475 }, "_enabled": true, "__prefab": { - "__id__": 469 + "__id__": 477 }, "_contentSize": { "__type__": "cc.Size", @@ -10639,11 +10829,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 467 + "__id__": 475 }, "_enabled": true, "__prefab": { - "__id__": 471 + "__id__": 479 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10697,11 +10887,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 454 + "__id__": 462 }, "_enabled": true, "__prefab": { - "__id__": 474 + "__id__": 482 }, "_contentSize": { "__type__": "cc.Size", @@ -10738,30 +10928,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 421 + "__id__": 429 }, "_children": [ { - "__id__": 477 + "__id__": 485 }, { - "__id__": 483 + "__id__": 491 }, { - "__id__": 489 + "__id__": 497 }, { - "__id__": 495 + "__id__": 503 } ], "_active": false, "_components": [ { - "__id__": 501 + "__id__": 509 } ], "_prefab": { - "__id__": 503 + "__id__": 511 }, "_lpos": { "__type__": "cc.Vec3", @@ -10798,20 +10988,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 476 + "__id__": 484 }, "_children": [], "_active": true, "_components": [ { - "__id__": 478 + "__id__": 486 }, { - "__id__": 480 + "__id__": 488 } ], "_prefab": { - "__id__": 482 + "__id__": 490 }, "_lpos": { "__type__": "cc.Vec3", @@ -10848,11 +11038,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 477 + "__id__": 485 }, "_enabled": true, "__prefab": { - "__id__": 479 + "__id__": 487 }, "_contentSize": { "__type__": "cc.Size", @@ -10876,11 +11066,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 477 + "__id__": 485 }, "_enabled": true, "__prefab": { - "__id__": 481 + "__id__": 489 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10934,20 +11124,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 476 + "__id__": 484 }, "_children": [], "_active": true, "_components": [ { - "__id__": 484 + "__id__": 492 }, { - "__id__": 486 + "__id__": 494 } ], "_prefab": { - "__id__": 488 + "__id__": 496 }, "_lpos": { "__type__": "cc.Vec3", @@ -10984,11 +11174,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 483 + "__id__": 491 }, "_enabled": true, "__prefab": { - "__id__": 485 + "__id__": 493 }, "_contentSize": { "__type__": "cc.Size", @@ -11012,11 +11202,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 483 + "__id__": 491 }, "_enabled": true, "__prefab": { - "__id__": 487 + "__id__": 495 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11070,20 +11260,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 476 + "__id__": 484 }, "_children": [], "_active": true, "_components": [ { - "__id__": 490 + "__id__": 498 }, { - "__id__": 492 + "__id__": 500 } ], "_prefab": { - "__id__": 494 + "__id__": 502 }, "_lpos": { "__type__": "cc.Vec3", @@ -11120,11 +11310,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 489 + "__id__": 497 }, "_enabled": true, "__prefab": { - "__id__": 491 + "__id__": 499 }, "_contentSize": { "__type__": "cc.Size", @@ -11148,11 +11338,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 489 + "__id__": 497 }, "_enabled": true, "__prefab": { - "__id__": 493 + "__id__": 501 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11206,20 +11396,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 476 + "__id__": 484 }, "_children": [], "_active": true, "_components": [ { - "__id__": 496 + "__id__": 504 }, { - "__id__": 498 + "__id__": 506 } ], "_prefab": { - "__id__": 500 + "__id__": 508 }, "_lpos": { "__type__": "cc.Vec3", @@ -11256,11 +11446,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 495 + "__id__": 503 }, "_enabled": true, "__prefab": { - "__id__": 497 + "__id__": 505 }, "_contentSize": { "__type__": "cc.Size", @@ -11284,11 +11474,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 495 + "__id__": 503 }, "_enabled": true, "__prefab": { - "__id__": 499 + "__id__": 507 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11342,11 +11532,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 476 + "__id__": 484 }, "_enabled": true, "__prefab": { - "__id__": 502 + "__id__": 510 }, "_contentSize": { "__type__": "cc.Size", @@ -11383,33 +11573,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 421 + "__id__": 429 }, "_children": [ { - "__id__": 505 + "__id__": 513 }, { - "__id__": 511 + "__id__": 519 }, { - "__id__": 517 + "__id__": 525 }, { - "__id__": 523 + "__id__": 531 }, { - "__id__": 529 + "__id__": 537 } ], "_active": false, "_components": [ { - "__id__": 535 + "__id__": 543 } ], "_prefab": { - "__id__": 537 + "__id__": 545 }, "_lpos": { "__type__": "cc.Vec3", @@ -11446,20 +11636,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 504 + "__id__": 512 }, "_children": [], "_active": true, "_components": [ { - "__id__": 506 + "__id__": 514 }, { - "__id__": 508 + "__id__": 516 } ], "_prefab": { - "__id__": 510 + "__id__": 518 }, "_lpos": { "__type__": "cc.Vec3", @@ -11496,11 +11686,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 505 + "__id__": 513 }, "_enabled": true, "__prefab": { - "__id__": 507 + "__id__": 515 }, "_contentSize": { "__type__": "cc.Size", @@ -11524,11 +11714,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 505 + "__id__": 513 }, "_enabled": true, "__prefab": { - "__id__": 509 + "__id__": 517 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11582,20 +11772,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 504 + "__id__": 512 }, "_children": [], "_active": true, "_components": [ { - "__id__": 512 + "__id__": 520 }, { - "__id__": 514 + "__id__": 522 } ], "_prefab": { - "__id__": 516 + "__id__": 524 }, "_lpos": { "__type__": "cc.Vec3", @@ -11632,11 +11822,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 511 + "__id__": 519 }, "_enabled": true, "__prefab": { - "__id__": 513 + "__id__": 521 }, "_contentSize": { "__type__": "cc.Size", @@ -11660,11 +11850,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 511 + "__id__": 519 }, "_enabled": true, "__prefab": { - "__id__": 515 + "__id__": 523 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11718,20 +11908,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 504 + "__id__": 512 }, "_children": [], "_active": true, "_components": [ { - "__id__": 518 + "__id__": 526 }, { - "__id__": 520 + "__id__": 528 } ], "_prefab": { - "__id__": 522 + "__id__": 530 }, "_lpos": { "__type__": "cc.Vec3", @@ -11768,11 +11958,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 517 + "__id__": 525 }, "_enabled": true, "__prefab": { - "__id__": 519 + "__id__": 527 }, "_contentSize": { "__type__": "cc.Size", @@ -11796,11 +11986,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 517 + "__id__": 525 }, "_enabled": true, "__prefab": { - "__id__": 521 + "__id__": 529 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11854,20 +12044,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 504 + "__id__": 512 }, "_children": [], "_active": true, "_components": [ { - "__id__": 524 + "__id__": 532 }, { - "__id__": 526 + "__id__": 534 } ], "_prefab": { - "__id__": 528 + "__id__": 536 }, "_lpos": { "__type__": "cc.Vec3", @@ -11904,11 +12094,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 523 + "__id__": 531 }, "_enabled": true, "__prefab": { - "__id__": 525 + "__id__": 533 }, "_contentSize": { "__type__": "cc.Size", @@ -11932,11 +12122,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 523 + "__id__": 531 }, "_enabled": true, "__prefab": { - "__id__": 527 + "__id__": 535 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11990,20 +12180,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 504 + "__id__": 512 }, "_children": [], "_active": true, "_components": [ { - "__id__": 530 + "__id__": 538 }, { - "__id__": 532 + "__id__": 540 } ], "_prefab": { - "__id__": 534 + "__id__": 542 }, "_lpos": { "__type__": "cc.Vec3", @@ -12040,11 +12230,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 529 + "__id__": 537 }, "_enabled": true, "__prefab": { - "__id__": 531 + "__id__": 539 }, "_contentSize": { "__type__": "cc.Size", @@ -12068,11 +12258,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 529 + "__id__": 537 }, "_enabled": true, "__prefab": { - "__id__": 533 + "__id__": 541 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12126,11 +12316,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 504 + "__id__": 512 }, "_enabled": true, "__prefab": { - "__id__": 536 + "__id__": 544 }, "_contentSize": { "__type__": "cc.Size", @@ -12167,36 +12357,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 421 + "__id__": 429 }, "_children": [ { - "__id__": 539 + "__id__": 547 }, { - "__id__": 545 + "__id__": 553 }, { - "__id__": 551 + "__id__": 559 }, { - "__id__": 557 + "__id__": 565 }, { - "__id__": 563 + "__id__": 571 }, { - "__id__": 569 + "__id__": 577 } ], "_active": false, "_components": [ { - "__id__": 575 + "__id__": 583 } ], "_prefab": { - "__id__": 577 + "__id__": 585 }, "_lpos": { "__type__": "cc.Vec3", @@ -12233,20 +12423,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 538 + "__id__": 546 }, "_children": [], "_active": true, "_components": [ { - "__id__": 540 + "__id__": 548 }, { - "__id__": 542 + "__id__": 550 } ], "_prefab": { - "__id__": 544 + "__id__": 552 }, "_lpos": { "__type__": "cc.Vec3", @@ -12283,11 +12473,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 539 + "__id__": 547 }, "_enabled": true, "__prefab": { - "__id__": 541 + "__id__": 549 }, "_contentSize": { "__type__": "cc.Size", @@ -12311,11 +12501,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 539 + "__id__": 547 }, "_enabled": true, "__prefab": { - "__id__": 543 + "__id__": 551 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12369,20 +12559,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 538 + "__id__": 546 }, "_children": [], "_active": true, "_components": [ { - "__id__": 546 + "__id__": 554 }, { - "__id__": 548 + "__id__": 556 } ], "_prefab": { - "__id__": 550 + "__id__": 558 }, "_lpos": { "__type__": "cc.Vec3", @@ -12419,11 +12609,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 545 + "__id__": 553 }, "_enabled": true, "__prefab": { - "__id__": 547 + "__id__": 555 }, "_contentSize": { "__type__": "cc.Size", @@ -12447,11 +12637,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 545 + "__id__": 553 }, "_enabled": true, "__prefab": { - "__id__": 549 + "__id__": 557 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12505,20 +12695,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 538 + "__id__": 546 }, "_children": [], "_active": true, "_components": [ { - "__id__": 552 + "__id__": 560 }, { - "__id__": 554 + "__id__": 562 } ], "_prefab": { - "__id__": 556 + "__id__": 564 }, "_lpos": { "__type__": "cc.Vec3", @@ -12555,11 +12745,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 551 + "__id__": 559 }, "_enabled": true, "__prefab": { - "__id__": 553 + "__id__": 561 }, "_contentSize": { "__type__": "cc.Size", @@ -12583,11 +12773,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 551 + "__id__": 559 }, "_enabled": true, "__prefab": { - "__id__": 555 + "__id__": 563 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12641,20 +12831,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 538 + "__id__": 546 }, "_children": [], "_active": true, "_components": [ { - "__id__": 558 + "__id__": 566 }, { - "__id__": 560 + "__id__": 568 } ], "_prefab": { - "__id__": 562 + "__id__": 570 }, "_lpos": { "__type__": "cc.Vec3", @@ -12691,11 +12881,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 557 + "__id__": 565 }, "_enabled": true, "__prefab": { - "__id__": 559 + "__id__": 567 }, "_contentSize": { "__type__": "cc.Size", @@ -12719,11 +12909,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 557 + "__id__": 565 }, "_enabled": true, "__prefab": { - "__id__": 561 + "__id__": 569 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12777,20 +12967,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 538 + "__id__": 546 }, "_children": [], "_active": true, "_components": [ { - "__id__": 564 + "__id__": 572 }, { - "__id__": 566 + "__id__": 574 } ], "_prefab": { - "__id__": 568 + "__id__": 576 }, "_lpos": { "__type__": "cc.Vec3", @@ -12827,11 +13017,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 563 + "__id__": 571 }, "_enabled": true, "__prefab": { - "__id__": 565 + "__id__": 573 }, "_contentSize": { "__type__": "cc.Size", @@ -12855,11 +13045,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 563 + "__id__": 571 }, "_enabled": true, "__prefab": { - "__id__": 567 + "__id__": 575 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12913,20 +13103,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 538 + "__id__": 546 }, "_children": [], "_active": true, "_components": [ { - "__id__": 570 + "__id__": 578 }, { - "__id__": 572 + "__id__": 580 } ], "_prefab": { - "__id__": 574 + "__id__": 582 }, "_lpos": { "__type__": "cc.Vec3", @@ -12963,11 +13153,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 569 + "__id__": 577 }, "_enabled": true, "__prefab": { - "__id__": 571 + "__id__": 579 }, "_contentSize": { "__type__": "cc.Size", @@ -12991,11 +13181,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 569 + "__id__": 577 }, "_enabled": true, "__prefab": { - "__id__": 573 + "__id__": 581 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13049,11 +13239,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 538 + "__id__": 546 }, "_enabled": true, "__prefab": { - "__id__": 576 + "__id__": 584 }, "_contentSize": { "__type__": "cc.Size", @@ -13090,11 +13280,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 421 + "__id__": 429 }, "_enabled": true, "__prefab": { - "__id__": 579 + "__id__": 587 }, "_contentSize": { "__type__": "cc.Size", @@ -13118,11 +13308,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 421 + "__id__": 429 }, "_enabled": true, "__prefab": { - "__id__": 581 + "__id__": 589 }, "_alignFlags": 9, "_target": null, @@ -13167,11 +13357,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 408 + "__id__": 416 }, "_enabled": true, "__prefab": { - "__id__": 584 + "__id__": 592 }, "_contentSize": { "__type__": "cc.Size", @@ -13195,11 +13385,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 408 + "__id__": 416 }, "_enabled": false, "__prefab": { - "__id__": 586 + "__id__": 594 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13240,11 +13430,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 408 + "__id__": 416 }, "_enabled": true, "__prefab": { - "__id__": 588 + "__id__": 596 }, "_alignFlags": 44, "_target": null, @@ -13289,33 +13479,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 305 + "__id__": 313 }, "_children": [ - { - "__id__": 591 - }, { "__id__": 599 }, { - "__id__": 605 + "__id__": 607 + }, + { + "__id__": 613 } ], "_active": true, "_components": [ { - "__id__": 613 + "__id__": 621 }, { - "__id__": 615 + "__id__": 623 }, { - "__id__": 617 + "__id__": 625 } ], "_prefab": { - "__id__": 619 + "__id__": 627 }, "_lpos": { "__type__": "cc.Vec3", @@ -13352,23 +13542,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 590 + "__id__": 598 }, "_children": [], "_active": true, "_components": [ { - "__id__": 592 + "__id__": 600 }, { - "__id__": 594 + "__id__": 602 }, { - "__id__": 596 + "__id__": 604 } ], "_prefab": { - "__id__": 598 + "__id__": 606 }, "_lpos": { "__type__": "cc.Vec3", @@ -13405,11 +13595,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 591 + "__id__": 599 }, "_enabled": true, "__prefab": { - "__id__": 593 + "__id__": 601 }, "_contentSize": { "__type__": "cc.Size", @@ -13433,11 +13623,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 591 + "__id__": 599 }, "_enabled": false, "__prefab": { - "__id__": 595 + "__id__": 603 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13481,11 +13671,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 591 + "__id__": 599 }, "_enabled": true, "__prefab": { - "__id__": 597 + "__id__": 605 }, "_alignFlags": 45, "_target": null, @@ -13530,20 +13720,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 590 + "__id__": 598 }, "_children": [], "_active": true, "_components": [ { - "__id__": 600 + "__id__": 608 }, { - "__id__": 602 + "__id__": 610 } ], "_prefab": { - "__id__": 604 + "__id__": 612 }, "_lpos": { "__type__": "cc.Vec3", @@ -13580,11 +13770,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 599 + "__id__": 607 }, "_enabled": true, "__prefab": { - "__id__": 601 + "__id__": 609 }, "_contentSize": { "__type__": "cc.Size", @@ -13608,11 +13798,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 599 + "__id__": 607 }, "_enabled": true, "__prefab": { - "__id__": 603 + "__id__": 611 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13669,23 +13859,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 590 + "__id__": 598 }, "_children": [], "_active": true, "_components": [ { - "__id__": 606 + "__id__": 614 }, { - "__id__": 608 + "__id__": 616 }, { - "__id__": 610 + "__id__": 618 } ], "_prefab": { - "__id__": 612 + "__id__": 620 }, "_lpos": { "__type__": "cc.Vec3", @@ -13722,11 +13912,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 605 + "__id__": 613 }, "_enabled": true, "__prefab": { - "__id__": 607 + "__id__": 615 }, "_contentSize": { "__type__": "cc.Size", @@ -13750,11 +13940,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 605 + "__id__": 613 }, "_enabled": true, "__prefab": { - "__id__": 609 + "__id__": 617 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13818,11 +14008,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 605 + "__id__": 613 }, "_enabled": true, "__prefab": { - "__id__": 611 + "__id__": 619 }, "templateMode": true, "watchPath": "0", @@ -13855,11 +14045,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 590 + "__id__": 598 }, "_enabled": true, "__prefab": { - "__id__": 614 + "__id__": 622 }, "_contentSize": { "__type__": "cc.Size", @@ -13883,11 +14073,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 590 + "__id__": 598 }, "_enabled": true, "__prefab": { - "__id__": 616 + "__id__": 624 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13925,11 +14115,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 590 + "__id__": 598 }, "_enabled": true, "__prefab": { - "__id__": 618 + "__id__": 626 }, "_alignFlags": 40, "_target": null, @@ -13974,11 +14164,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 305 + "__id__": 313 }, "_enabled": true, "__prefab": { - "__id__": 621 + "__id__": 629 }, "_contentSize": { "__type__": "cc.Size", @@ -14002,11 +14192,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 305 + "__id__": 313 }, "_enabled": true, "__prefab": { - "__id__": 623 + "__id__": 631 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14044,11 +14234,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 305 + "__id__": 313 }, "_enabled": true, "__prefab": { - "__id__": 625 + "__id__": 633 }, "_alignFlags": 32, "_target": null, @@ -14093,23 +14283,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 160 + "__id__": 168 }, "_children": [], "_active": false, "_components": [ { - "__id__": 628 + "__id__": 636 }, { - "__id__": 630 + "__id__": 638 }, { - "__id__": 632 + "__id__": 640 } ], "_prefab": { - "__id__": 634 + "__id__": 642 }, "_lpos": { "__type__": "cc.Vec3", @@ -14146,11 +14336,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 627 + "__id__": 635 }, "_enabled": true, "__prefab": { - "__id__": 629 + "__id__": 637 }, "_contentSize": { "__type__": "cc.Size", @@ -14174,11 +14364,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 627 + "__id__": 635 }, "_enabled": true, "__prefab": { - "__id__": 631 + "__id__": 639 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14222,11 +14412,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 627 + "__id__": 635 }, "_enabled": true, "__prefab": { - "__id__": 633 + "__id__": 641 }, "_alignFlags": 45, "_target": null, @@ -14269,17 +14459,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 160 + "__id__": 168 }, "_prefab": { - "__id__": 636 + "__id__": 644 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 635 + "__id__": 643 }, "asset": { "__uuid__": "8aaff904-8c27-4173-9716-7161893b336e", @@ -14287,7 +14477,7 @@ }, "fileId": "24rlgXRJ9AHLGpMW+aYyEx", "instance": { - "__id__": 637 + "__id__": 645 }, "targetOverrides": null }, @@ -14300,18 +14490,6 @@ "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 638 - }, - { - "__id__": 640 - }, - { - "__id__": 642 - }, - { - "__id__": 644 - }, { "__id__": 646 }, @@ -14377,6 +14555,18 @@ }, { "__id__": 688 + }, + { + "__id__": 690 + }, + { + "__id__": 692 + }, + { + "__id__": 694 + }, + { + "__id__": 696 } ], "removedComponents": [] @@ -14384,7 +14574,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 639 + "__id__": 647 }, "propertyPath": [ "_name" @@ -14400,7 +14590,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 641 + "__id__": 649 }, "propertyPath": [ "_lpos" @@ -14421,7 +14611,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 643 + "__id__": 651 }, "propertyPath": [ "_lrot" @@ -14443,7 +14633,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 645 + "__id__": 653 }, "propertyPath": [ "_euler" @@ -14464,7 +14654,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 647 + "__id__": 655 }, "propertyPath": [ "_lpos" @@ -14485,7 +14675,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 649 + "__id__": 657 }, "propertyPath": [ "_lpos" @@ -14506,12 +14696,12 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 651 + "__id__": 659 }, "propertyPath": [ "_active" ], - "value": true + "value": false }, { "__type__": "cc.TargetInfo", @@ -14522,7 +14712,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 653 + "__id__": 661 }, "propertyPath": [ "_lpos" @@ -14543,7 +14733,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 655 + "__id__": 663 }, "propertyPath": [ "_lpos" @@ -14564,7 +14754,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 657 + "__id__": 665 }, "propertyPath": [ "_contentSize" @@ -14584,7 +14774,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 659 + "__id__": 667 }, "propertyPath": [ "_contentSize" @@ -14604,7 +14794,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 661 + "__id__": 669 }, "propertyPath": [ "_contentSize" @@ -14624,7 +14814,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 663 + "__id__": 671 }, "propertyPath": [ "_contentSize" @@ -14644,7 +14834,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 665 + "__id__": 673 }, "propertyPath": [ "_contentSize" @@ -14664,7 +14854,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 667 + "__id__": 675 }, "propertyPath": [ "_contentSize" @@ -14684,7 +14874,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 669 + "__id__": 677 }, "propertyPath": [ "_contentSize" @@ -14704,7 +14894,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 671 + "__id__": 679 }, "propertyPath": [ "_contentSize" @@ -14724,7 +14914,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 673 + "__id__": 681 }, "propertyPath": [ "_contentSize" @@ -14744,7 +14934,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 675 + "__id__": 683 }, "propertyPath": [ "_contentSize" @@ -14764,7 +14954,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 677 + "__id__": 685 }, "propertyPath": [ "_contentSize" @@ -14784,7 +14974,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 679 + "__id__": 687 }, "propertyPath": [ "_contentSize" @@ -14804,7 +14994,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 681 + "__id__": 689 }, "propertyPath": [ "_contentSize" @@ -14824,7 +15014,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 683 + "__id__": 691 }, "propertyPath": [ "_contentSize" @@ -14844,7 +15034,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 685 + "__id__": 693 }, "propertyPath": [ "_lpos" @@ -14865,7 +15055,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 687 + "__id__": 695 }, "propertyPath": [ "_lpos" @@ -14886,7 +15076,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 689 + "__id__": 697 }, "propertyPath": [ "_lpos" @@ -14908,17 +15098,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 160 + "__id__": 168 }, "_prefab": { - "__id__": 691 + "__id__": 699 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 690 + "__id__": 698 }, "asset": { "__uuid__": "8aaff904-8c27-4173-9716-7161893b336e", @@ -14926,7 +15116,7 @@ }, "fileId": "24rlgXRJ9AHLGpMW+aYyEx", "instance": { - "__id__": 692 + "__id__": 700 }, "targetOverrides": null }, @@ -14939,18 +15129,6 @@ "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 693 - }, - { - "__id__": 695 - }, - { - "__id__": 697 - }, - { - "__id__": 699 - }, { "__id__": 701 }, @@ -15016,6 +15194,18 @@ }, { "__id__": 743 + }, + { + "__id__": 745 + }, + { + "__id__": 747 + }, + { + "__id__": 749 + }, + { + "__id__": 751 } ], "removedComponents": [] @@ -15023,7 +15213,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 694 + "__id__": 702 }, "propertyPath": [ "_name" @@ -15039,7 +15229,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 696 + "__id__": 704 }, "propertyPath": [ "_lpos" @@ -15060,7 +15250,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 698 + "__id__": 706 }, "propertyPath": [ "_lrot" @@ -15082,7 +15272,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 700 + "__id__": 708 }, "propertyPath": [ "_euler" @@ -15103,7 +15293,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 702 + "__id__": 710 }, "propertyPath": [ "_lpos" @@ -15124,7 +15314,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 704 + "__id__": 712 }, "propertyPath": [ "_lpos" @@ -15145,12 +15335,12 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 706 + "__id__": 714 }, "propertyPath": [ "_active" ], - "value": true + "value": false }, { "__type__": "cc.TargetInfo", @@ -15161,7 +15351,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 708 + "__id__": 716 }, "propertyPath": [ "_lpos" @@ -15182,7 +15372,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 710 + "__id__": 718 }, "propertyPath": [ "_lpos" @@ -15203,7 +15393,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 712 + "__id__": 720 }, "propertyPath": [ "_contentSize" @@ -15223,7 +15413,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 714 + "__id__": 722 }, "propertyPath": [ "_contentSize" @@ -15243,7 +15433,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 716 + "__id__": 724 }, "propertyPath": [ "_contentSize" @@ -15263,7 +15453,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 718 + "__id__": 726 }, "propertyPath": [ "_contentSize" @@ -15283,7 +15473,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 720 + "__id__": 728 }, "propertyPath": [ "_contentSize" @@ -15303,7 +15493,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 722 + "__id__": 730 }, "propertyPath": [ "_contentSize" @@ -15323,7 +15513,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 724 + "__id__": 732 }, "propertyPath": [ "_contentSize" @@ -15343,7 +15533,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 726 + "__id__": 734 }, "propertyPath": [ "_contentSize" @@ -15363,7 +15553,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 728 + "__id__": 736 }, "propertyPath": [ "_contentSize" @@ -15383,7 +15573,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 730 + "__id__": 738 }, "propertyPath": [ "_contentSize" @@ -15403,7 +15593,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 732 + "__id__": 740 }, "propertyPath": [ "_contentSize" @@ -15423,7 +15613,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 734 + "__id__": 742 }, "propertyPath": [ "_contentSize" @@ -15443,7 +15633,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 736 + "__id__": 744 }, "propertyPath": [ "_contentSize" @@ -15463,7 +15653,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 738 + "__id__": 746 }, "propertyPath": [ "_contentSize" @@ -15483,7 +15673,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 740 + "__id__": 748 }, "propertyPath": [ "_lpos" @@ -15504,7 +15694,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 742 + "__id__": 750 }, "propertyPath": [ "_lpos" @@ -15525,7 +15715,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 744 + "__id__": 752 }, "propertyPath": [ "_lpos" @@ -15547,17 +15737,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 160 + "__id__": 168 }, "_prefab": { - "__id__": 746 + "__id__": 754 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 745 + "__id__": 753 }, "asset": { "__uuid__": "8aaff904-8c27-4173-9716-7161893b336e", @@ -15565,7 +15755,7 @@ }, "fileId": "24rlgXRJ9AHLGpMW+aYyEx", "instance": { - "__id__": 747 + "__id__": 755 }, "targetOverrides": null }, @@ -15578,18 +15768,6 @@ "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 748 - }, - { - "__id__": 750 - }, - { - "__id__": 752 - }, - { - "__id__": 754 - }, { "__id__": 756 }, @@ -15622,6 +15800,18 @@ }, { "__id__": 776 + }, + { + "__id__": 778 + }, + { + "__id__": 780 + }, + { + "__id__": 782 + }, + { + "__id__": 784 } ], "removedComponents": [] @@ -15629,7 +15819,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 749 + "__id__": 757 }, "propertyPath": [ "_name" @@ -15645,7 +15835,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 751 + "__id__": 759 }, "propertyPath": [ "_lpos" @@ -15666,7 +15856,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 753 + "__id__": 761 }, "propertyPath": [ "_lrot" @@ -15688,7 +15878,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 755 + "__id__": 763 }, "propertyPath": [ "_euler" @@ -15709,7 +15899,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 757 + "__id__": 765 }, "propertyPath": [ "_lpos" @@ -15730,7 +15920,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 759 + "__id__": 767 }, "propertyPath": [ "_lpos" @@ -15751,12 +15941,12 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 761 + "__id__": 769 }, "propertyPath": [ "_active" ], - "value": true + "value": false }, { "__type__": "cc.TargetInfo", @@ -15767,7 +15957,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 763 + "__id__": 771 }, "propertyPath": [ "_lpos" @@ -15788,7 +15978,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 765 + "__id__": 773 }, "propertyPath": [ "_lpos" @@ -15809,7 +15999,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 767 + "__id__": 775 }, "propertyPath": [ "_contentSize" @@ -15829,7 +16019,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 769 + "__id__": 777 }, "propertyPath": [ "_contentSize" @@ -15849,7 +16039,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 771 + "__id__": 779 }, "propertyPath": [ "_contentSize" @@ -15869,7 +16059,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 773 + "__id__": 781 }, "propertyPath": [ "_contentSize" @@ -15889,7 +16079,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 775 + "__id__": 783 }, "propertyPath": [ "_contentSize" @@ -15909,7 +16099,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 777 + "__id__": 785 }, "propertyPath": [ "_contentSize" @@ -15930,17 +16120,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 160 + "__id__": 168 }, "_prefab": { - "__id__": 779 + "__id__": 787 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 778 + "__id__": 786 }, "asset": { "__uuid__": "8aaff904-8c27-4173-9716-7161893b336e", @@ -15948,7 +16138,7 @@ }, "fileId": "24rlgXRJ9AHLGpMW+aYyEx", "instance": { - "__id__": 780 + "__id__": 788 }, "targetOverrides": null }, @@ -15961,18 +16151,6 @@ "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 781 - }, - { - "__id__": 783 - }, - { - "__id__": 785 - }, - { - "__id__": 787 - }, { "__id__": 789 }, @@ -16005,6 +16183,18 @@ }, { "__id__": 809 + }, + { + "__id__": 811 + }, + { + "__id__": 813 + }, + { + "__id__": 815 + }, + { + "__id__": 817 } ], "removedComponents": [] @@ -16012,7 +16202,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 782 + "__id__": 790 }, "propertyPath": [ "_name" @@ -16028,7 +16218,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 784 + "__id__": 792 }, "propertyPath": [ "_lpos" @@ -16049,7 +16239,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 786 + "__id__": 794 }, "propertyPath": [ "_lrot" @@ -16071,7 +16261,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 788 + "__id__": 796 }, "propertyPath": [ "_euler" @@ -16092,7 +16282,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 790 + "__id__": 798 }, "propertyPath": [ "_lpos" @@ -16113,7 +16303,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 792 + "__id__": 800 }, "propertyPath": [ "_lpos" @@ -16134,7 +16324,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 794 + "__id__": 802 }, "propertyPath": [ "_active" @@ -16150,7 +16340,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 796 + "__id__": 804 }, "propertyPath": [ "_lpos" @@ -16171,7 +16361,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 798 + "__id__": 806 }, "propertyPath": [ "_lpos" @@ -16192,7 +16382,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 800 + "__id__": 808 }, "propertyPath": [ "_contentSize" @@ -16212,7 +16402,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 802 + "__id__": 810 }, "propertyPath": [ "_contentSize" @@ -16232,7 +16422,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 804 + "__id__": 812 }, "propertyPath": [ "_contentSize" @@ -16252,7 +16442,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 806 + "__id__": 814 }, "propertyPath": [ "_contentSize" @@ -16272,7 +16462,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 808 + "__id__": 816 }, "propertyPath": [ "_contentSize" @@ -16292,7 +16482,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 810 + "__id__": 818 }, "propertyPath": [ "_contentSize" @@ -16315,23 +16505,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 160 + "__id__": 168 }, "_children": [], "_active": true, "_components": [ { - "__id__": 812 + "__id__": 820 }, { - "__id__": 814 + "__id__": 822 }, { - "__id__": 816 + "__id__": 824 } ], "_prefab": { - "__id__": 818 + "__id__": 826 }, "_lpos": { "__type__": "cc.Vec3", @@ -16368,11 +16558,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 811 + "__id__": 819 }, "_enabled": true, "__prefab": { - "__id__": 813 + "__id__": 821 }, "_contentSize": { "__type__": "cc.Size", @@ -16396,11 +16586,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 811 + "__id__": 819 }, "_enabled": true, "__prefab": { - "__id__": 815 + "__id__": 823 }, "_resizeMode": 1, "_layoutType": 1, @@ -16434,11 +16624,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 811 + "__id__": 819 }, "_enabled": true, "__prefab": { - "__id__": 817 + "__id__": 825 }, "_alignFlags": 44, "_target": null, @@ -16483,12 +16673,9 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 160 + "__id__": 168 }, "_children": [ - { - "__id__": 820 - }, { "__id__": 828 }, @@ -16496,23 +16683,26 @@ "__id__": 836 }, { - "__id__": 870 + "__id__": 844 }, { "__id__": 878 - } - ], - "_active": false, - "_components": [ - { - "__id__": 884 }, { "__id__": 886 } ], + "_active": false, + "_components": [ + { + "__id__": 892 + }, + { + "__id__": 894 + } + ], "_prefab": { - "__id__": 888 + "__id__": 896 }, "_lpos": { "__type__": "cc.Vec3", @@ -16549,186 +16739,8 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 819 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 821 - }, - { - "__id__": 823 - }, - { - "__id__": 825 - } - ], - "_prefab": { "__id__": 827 }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 55, - "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__": 820 - }, - "_enabled": true, - "__prefab": { - "__id__": 822 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 220, - "height": 110 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "6akkasJtRKsKGIQ6iE2fLR" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 820 - }, - "_enabled": true, - "__prefab": { - "__id__": 824 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@e9165", - "__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": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", - "__expectedType__": "cc.SpriteAtlas" - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "acPy7f7sJBg4R5Dd6deMoS" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 820 - }, - "_enabled": true, - "__prefab": { - "__id__": 826 - }, - "_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": 180, - "_originalHeight": 120, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "07jVqQ6fhP6odyTB1XLUyx" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "fb++6W6z5Lo6uWOXJ516hh", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "nobg", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 819 - }, "_children": [], "_active": true, "_components": [ @@ -16800,7 +16812,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "6eL31eymxLlJ9K3llqLmad" + "fileId": "6akkasJtRKsKGIQ6iE2fLR" }, { "__type__": "cc.Sprite", @@ -16839,6 +16851,184 @@ "_fillStart": 0, "_fillRange": 0, "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "acPy7f7sJBg4R5Dd6deMoS" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 828 + }, + "_enabled": true, + "__prefab": { + "__id__": 834 + }, + "_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": 180, + "_originalHeight": 120, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "07jVqQ6fhP6odyTB1XLUyx" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "fb++6W6z5Lo6uWOXJ516hh", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "nobg", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 827 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 837 + }, + { + "__id__": 839 + }, + { + "__id__": 841 + } + ], + "_prefab": { + "__id__": 843 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 55, + "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__": 836 + }, + "_enabled": true, + "__prefab": { + "__id__": 838 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 220, + "height": 110 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "6eL31eymxLlJ9K3llqLmad" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 836 + }, + "_enabled": true, + "__prefab": { + "__id__": 840 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@e9165", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 1, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, "_useGrayscale": true, "_atlas": { "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", @@ -16856,11 +17046,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 828 + "__id__": 836 }, "_enabled": true, "__prefab": { - "__id__": 834 + "__id__": 842 }, "_alignFlags": 45, "_target": null, @@ -16905,33 +17095,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 819 + "__id__": 827 }, "_children": [ { - "__id__": 837 + "__id__": 845 }, { - "__id__": 843 + "__id__": 851 }, { - "__id__": 849 + "__id__": 857 } ], "_active": true, "_components": [ { - "__id__": 863 + "__id__": 871 }, { - "__id__": 865 + "__id__": 873 }, { - "__id__": 867 + "__id__": 875 } ], "_prefab": { - "__id__": 869 + "__id__": 877 }, "_lpos": { "__type__": "cc.Vec3", @@ -16968,20 +17158,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 836 + "__id__": 844 }, "_children": [], "_active": true, "_components": [ { - "__id__": 838 + "__id__": 846 }, { - "__id__": 840 + "__id__": 848 } ], "_prefab": { - "__id__": 842 + "__id__": 850 }, "_lpos": { "__type__": "cc.Vec3", @@ -17018,11 +17208,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 837 + "__id__": 845 }, "_enabled": true, "__prefab": { - "__id__": 839 + "__id__": 847 }, "_contentSize": { "__type__": "cc.Size", @@ -17046,11 +17236,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 837 + "__id__": 845 }, "_enabled": true, "__prefab": { - "__id__": 841 + "__id__": 849 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17104,20 +17294,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 836 + "__id__": 844 }, "_children": [], "_active": true, "_components": [ { - "__id__": 844 + "__id__": 852 }, { - "__id__": 846 + "__id__": 854 } ], "_prefab": { - "__id__": 848 + "__id__": 856 }, "_lpos": { "__type__": "cc.Vec3", @@ -17154,11 +17344,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 843 + "__id__": 851 }, "_enabled": true, "__prefab": { - "__id__": 845 + "__id__": 853 }, "_contentSize": { "__type__": "cc.Size", @@ -17182,11 +17372,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 843 + "__id__": 851 }, "_enabled": true, "__prefab": { - "__id__": 847 + "__id__": 855 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17243,24 +17433,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 836 + "__id__": 844 }, "_children": [ { - "__id__": 850 + "__id__": 858 } ], "_active": true, "_components": [ { - "__id__": 858 + "__id__": 866 }, { - "__id__": 860 + "__id__": 868 } ], "_prefab": { - "__id__": 862 + "__id__": 870 }, "_lpos": { "__type__": "cc.Vec3", @@ -17297,23 +17487,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 849 + "__id__": 857 }, "_children": [], "_active": true, "_components": [ { - "__id__": 851 + "__id__": 859 }, { - "__id__": 853 + "__id__": 861 }, { - "__id__": 855 + "__id__": 863 } ], "_prefab": { - "__id__": 857 + "__id__": 865 }, "_lpos": { "__type__": "cc.Vec3", @@ -17350,11 +17540,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 850 + "__id__": 858 }, "_enabled": true, "__prefab": { - "__id__": 852 + "__id__": 860 }, "_contentSize": { "__type__": "cc.Size", @@ -17378,11 +17568,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 850 + "__id__": 858 }, "_enabled": true, "__prefab": { - "__id__": 854 + "__id__": 862 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17446,11 +17636,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 850 + "__id__": 858 }, "_enabled": true, "__prefab": { - "__id__": 856 + "__id__": 864 }, "_alignFlags": 8, "_target": null, @@ -17495,11 +17685,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 849 + "__id__": 857 }, "_enabled": true, "__prefab": { - "__id__": 859 + "__id__": 867 }, "_contentSize": { "__type__": "cc.Size", @@ -17523,11 +17713,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 849 + "__id__": 857 }, "_enabled": true, "__prefab": { - "__id__": 861 + "__id__": 869 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17604,11 +17794,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 836 + "__id__": 844 }, "_enabled": true, "__prefab": { - "__id__": 864 + "__id__": 872 }, "_contentSize": { "__type__": "cc.Size", @@ -17632,11 +17822,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 836 + "__id__": 844 }, "_enabled": true, "__prefab": { - "__id__": 866 + "__id__": 874 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17674,11 +17864,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 836 + "__id__": 844 }, "_enabled": true, "__prefab": { - "__id__": 868 + "__id__": 876 }, "_alignFlags": 16, "_target": null, @@ -17723,23 +17913,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 819 + "__id__": 827 }, "_children": [], "_active": true, "_components": [ { - "__id__": 871 + "__id__": 879 }, { - "__id__": 873 + "__id__": 881 }, { - "__id__": 875 + "__id__": 883 } ], "_prefab": { - "__id__": 877 + "__id__": 885 }, "_lpos": { "__type__": "cc.Vec3", @@ -17776,11 +17966,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 870 + "__id__": 878 }, "_enabled": true, "__prefab": { - "__id__": 872 + "__id__": 880 }, "_contentSize": { "__type__": "cc.Size", @@ -17804,11 +17994,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 870 + "__id__": 878 }, "_enabled": true, "__prefab": { - "__id__": 874 + "__id__": 882 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17872,11 +18062,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 870 + "__id__": 878 }, "_enabled": true, "__prefab": { - "__id__": 876 + "__id__": 884 }, "_alignFlags": 16, "_target": null, @@ -17921,20 +18111,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 819 + "__id__": 827 }, "_children": [], "_active": false, "_components": [ { - "__id__": 879 + "__id__": 887 }, { - "__id__": 881 + "__id__": 889 } ], "_prefab": { - "__id__": 883 + "__id__": 891 }, "_lpos": { "__type__": "cc.Vec3", @@ -17971,11 +18161,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 878 + "__id__": 886 }, "_enabled": true, "__prefab": { - "__id__": 880 + "__id__": 888 }, "_contentSize": { "__type__": "cc.Size", @@ -17999,11 +18189,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 878 + "__id__": 886 }, "_enabled": true, "__prefab": { - "__id__": 882 + "__id__": 890 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -18057,11 +18247,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 819 + "__id__": 827 }, "_enabled": true, "__prefab": { - "__id__": 885 + "__id__": 893 }, "_contentSize": { "__type__": "cc.Size", @@ -18085,11 +18275,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 819 + "__id__": 827 }, "_enabled": false, "__prefab": { - "__id__": 887 + "__id__": 895 }, "_alignFlags": 12, "_target": null, @@ -18134,11 +18324,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 160 + "__id__": 168 }, "_enabled": true, "__prefab": { - "__id__": 890 + "__id__": 898 }, "_contentSize": { "__type__": "cc.Size", @@ -18162,11 +18352,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 160 + "__id__": 168 }, "_enabled": true, "__prefab": { - "__id__": 892 + "__id__": 900 }, "_alignFlags": 44, "_target": null, @@ -18198,11 +18388,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 160 + "__id__": 168 }, "_enabled": false, "__prefab": { - "__id__": 894 + "__id__": 902 }, "_resizeMode": 1, "_layoutType": 1, @@ -18236,11 +18426,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 160 + "__id__": 168 }, "_enabled": false, "__prefab": { - "__id__": 896 + "__id__": 904 }, "_id": "" }, @@ -18268,14 +18458,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 899 + "__id__": 907 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 898 + "__id__": 906 }, "asset": { "__uuid__": "0f2aeee0-d590-4c36-9f20-a93b058d5b91", @@ -18283,7 +18473,7 @@ }, "fileId": "5622mxbS1PNqMFP0FH5Mir", "instance": { - "__id__": 900 + "__id__": 908 }, "targetOverrides": null }, @@ -18297,22 +18487,22 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 901 + "__id__": 909 }, { - "__id__": 903 + "__id__": 911 }, { - "__id__": 904 + "__id__": 912 }, { - "__id__": 905 + "__id__": 913 }, { - "__id__": 906 + "__id__": 914 }, { - "__id__": 908 + "__id__": 916 } ], "removedComponents": [] @@ -18320,7 +18510,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 902 + "__id__": 910 }, "propertyPath": [ "_name" @@ -18336,7 +18526,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 902 + "__id__": 910 }, "propertyPath": [ "_lpos" @@ -18351,7 +18541,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 902 + "__id__": 910 }, "propertyPath": [ "_lrot" @@ -18367,7 +18557,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 902 + "__id__": 910 }, "propertyPath": [ "_euler" @@ -18382,7 +18572,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 907 + "__id__": 915 }, "propertyPath": [ "_left" @@ -18398,7 +18588,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 907 + "__id__": 915 }, "propertyPath": [ "_verticalCenter" @@ -18415,26 +18605,26 @@ }, "_children": [ { - "__id__": 910 + "__id__": 918 }, { - "__id__": 918 + "__id__": 926 } ], "_active": true, "_components": [ { - "__id__": 926 + "__id__": 934 }, { - "__id__": 928 + "__id__": 936 }, { - "__id__": 931 + "__id__": 939 } ], "_prefab": { - "__id__": 933 + "__id__": 941 }, "_lpos": { "__type__": "cc.Vec3", @@ -18471,23 +18661,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 909 + "__id__": 917 }, "_children": [], "_active": true, "_components": [ { - "__id__": 911 + "__id__": 919 }, { - "__id__": 913 + "__id__": 921 }, { - "__id__": 915 + "__id__": 923 } ], "_prefab": { - "__id__": 917 + "__id__": 925 }, "_lpos": { "__type__": "cc.Vec3", @@ -18524,11 +18714,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 910 + "__id__": 918 }, "_enabled": true, "__prefab": { - "__id__": 912 + "__id__": 920 }, "_contentSize": { "__type__": "cc.Size", @@ -18552,11 +18742,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 910 + "__id__": 918 }, "_enabled": true, "__prefab": { - "__id__": 914 + "__id__": 922 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -18600,11 +18790,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 910 + "__id__": 918 }, "_enabled": false, "__prefab": { - "__id__": 916 + "__id__": 924 }, "_alignFlags": 45, "_target": null, @@ -18649,23 +18839,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 909 + "__id__": 917 }, "_children": [], "_active": false, "_components": [ { - "__id__": 919 + "__id__": 927 }, { - "__id__": 921 + "__id__": 929 }, { - "__id__": 923 + "__id__": 931 } ], "_prefab": { - "__id__": 925 + "__id__": 933 }, "_lpos": { "__type__": "cc.Vec3", @@ -18702,11 +18892,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 918 + "__id__": 926 }, "_enabled": true, "__prefab": { - "__id__": 920 + "__id__": 928 }, "_contentSize": { "__type__": "cc.Size", @@ -18730,11 +18920,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 918 + "__id__": 926 }, "_enabled": true, "__prefab": { - "__id__": 922 + "__id__": 930 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -18798,11 +18988,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 918 + "__id__": 926 }, "_enabled": true, "__prefab": { - "__id__": 924 + "__id__": 932 }, "_alignFlags": 16, "_target": null, @@ -18847,11 +19037,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 909 + "__id__": 917 }, "_enabled": true, "__prefab": { - "__id__": 927 + "__id__": 935 }, "_contentSize": { "__type__": "cc.Size", @@ -18875,15 +19065,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 909 + "__id__": 917 }, "_enabled": true, "__prefab": { - "__id__": 929 + "__id__": 937 }, "clickEvents": [ { - "__id__": 930 + "__id__": 938 } ], "_interactable": true, @@ -18923,7 +19113,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 909 + "__id__": 917 }, "_id": "" }, @@ -18947,11 +19137,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 909 + "__id__": 917 }, "_enabled": true, "__prefab": { - "__id__": 932 + "__id__": 940 }, "_alignFlags": 36, "_target": null, @@ -19000,26 +19190,26 @@ }, "_children": [ { - "__id__": 935 - }, - { - "__id__": 941 + "__id__": 943 }, { "__id__": 949 + }, + { + "__id__": 957 } ], "_active": true, "_components": [ { - "__id__": 959 + "__id__": 967 }, { - "__id__": 961 + "__id__": 969 } ], "_prefab": { - "__id__": 963 + "__id__": 971 }, "_lpos": { "__type__": "cc.Vec3", @@ -19056,20 +19246,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 934 + "__id__": 942 }, "_children": [], "_active": true, "_components": [ { - "__id__": 936 + "__id__": 944 }, { - "__id__": 938 + "__id__": 946 } ], "_prefab": { - "__id__": 940 + "__id__": 948 }, "_lpos": { "__type__": "cc.Vec3", @@ -19106,11 +19296,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 935 + "__id__": 943 }, "_enabled": true, "__prefab": { - "__id__": 937 + "__id__": 945 }, "_contentSize": { "__type__": "cc.Size", @@ -19134,11 +19324,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 935 + "__id__": 943 }, "_enabled": true, "__prefab": { - "__id__": 939 + "__id__": 947 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19192,23 +19382,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 934 + "__id__": 942 }, "_children": [], "_active": false, "_components": [ { - "__id__": 942 + "__id__": 950 }, { - "__id__": 944 + "__id__": 952 }, { - "__id__": 946 + "__id__": 954 } ], "_prefab": { - "__id__": 948 + "__id__": 956 }, "_lpos": { "__type__": "cc.Vec3", @@ -19245,11 +19435,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 941 + "__id__": 949 }, "_enabled": true, "__prefab": { - "__id__": 943 + "__id__": 951 }, "_contentSize": { "__type__": "cc.Size", @@ -19273,11 +19463,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 941 + "__id__": 949 }, "_enabled": true, "__prefab": { - "__id__": 945 + "__id__": 953 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19321,11 +19511,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 941 + "__id__": 949 }, "_enabled": true, "__prefab": { - "__id__": 947 + "__id__": 955 }, "_alignFlags": 40, "_target": null, @@ -19370,26 +19560,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 934 + "__id__": 942 }, "_children": [], "_active": true, "_components": [ { - "__id__": 950 + "__id__": 958 }, { - "__id__": 952 + "__id__": 960 }, { - "__id__": 954 + "__id__": 962 }, { - "__id__": 956 + "__id__": 964 } ], "_prefab": { - "__id__": 958 + "__id__": 966 }, "_lpos": { "__type__": "cc.Vec3", @@ -19426,11 +19616,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 949 + "__id__": 957 }, "_enabled": true, "__prefab": { - "__id__": 951 + "__id__": 959 }, "_contentSize": { "__type__": "cc.Size", @@ -19454,11 +19644,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 949 + "__id__": 957 }, "_enabled": true, "__prefab": { - "__id__": 953 + "__id__": 961 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19522,11 +19712,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 949 + "__id__": 957 }, "_enabled": true, "__prefab": { - "__id__": 955 + "__id__": 963 }, "_params": [], "_dataID": "", @@ -19542,11 +19732,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 949 + "__id__": 957 }, "_enabled": true, "__prefab": { - "__id__": 957 + "__id__": 965 }, "_alignFlags": 45, "_target": null, @@ -19591,11 +19781,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 934 + "__id__": 942 }, "_enabled": true, "__prefab": { - "__id__": 960 + "__id__": 968 }, "_contentSize": { "__type__": "cc.Size", @@ -19619,11 +19809,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 934 + "__id__": 942 }, "_enabled": true, "__prefab": { - "__id__": 962 + "__id__": 970 }, "_alignFlags": 1, "_target": null, @@ -19672,7 +19862,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 965 + "__id__": 973 }, "_contentSize": { "__type__": "cc.Size", @@ -19700,7 +19890,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 967 + "__id__": 975 }, "_alignFlags": 21, "_target": null, @@ -19736,7 +19926,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 969 + "__id__": 977 }, "debugMode": false, "showMemoryPanel": true, @@ -19745,13 +19935,13 @@ 10 ], "start_btn": { - "__id__": 376 + "__id__": 384 }, "time_node": { "__id__": 2 }, "tooltip": { - "__id__": 934 + "__id__": 942 }, "_id": "" }, @@ -19769,7 +19959,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 971 + "__id__": 979 }, "_id": "" }, @@ -19787,7 +19977,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 973 + "__id__": 981 }, "debugMode": false, "_id": "" @@ -19806,44 +19996,44 @@ }, "_enabled": true, "__prefab": { - "__id__": 975 + "__id__": 983 }, "cards_node": { - "__id__": 160 + "__id__": 168 }, "card1": { - "__id__": 635 + "__id__": 643 }, "card2": { - "__id__": 690 + "__id__": 698 }, "card3": { - "__id__": 745 + "__id__": 753 }, "card4": { - "__id__": 778 + "__id__": 786 }, "cards_chou": { - "__id__": 326 + "__id__": 334 }, "cards_up": { - "__id__": 819 + "__id__": 827 }, "coins_node": { - "__id__": 590 + "__id__": 598 }, "pool_lv_node": { - "__id__": 421 + "__id__": 429 }, "hero_info_node": { - "__id__": 55 + "__id__": 63 }, "hero_info_prefab": { "__uuid__": "46f1e2cb-6fa7-4e9e-b419-e424ba47fe68", "__expectedType__": "cc.Prefab" }, "hero_num_node": { - "__id__": 125 + "__id__": 133 }, "_id": "" }, @@ -19863,238 +20053,148 @@ "instance": null, "targetOverrides": [ { - "__id__": 977 + "__id__": 985 }, { - "__id__": 980 + "__id__": 988 }, { - "__id__": 983 + "__id__": 991 }, { - "__id__": 986 + "__id__": 994 }, { - "__id__": 989 + "__id__": 997 }, { - "__id__": 992 + "__id__": 1000 }, { - "__id__": 995 + "__id__": 1003 }, { - "__id__": 998 + "__id__": 1006 }, { - "__id__": 1001 + "__id__": 1009 }, { - "__id__": 1004 + "__id__": 1012 }, { - "__id__": 1007 + "__id__": 1015 }, { - "__id__": 1010 + "__id__": 1018 }, { - "__id__": 1013 + "__id__": 1021 }, { - "__id__": 1016 + "__id__": 1024 }, { - "__id__": 1019 + "__id__": 1027 }, { - "__id__": 1022 + "__id__": 1030 }, { - "__id__": 1025 + "__id__": 1033 }, { - "__id__": 1028 + "__id__": 1036 }, { - "__id__": 1031 + "__id__": 1039 }, { - "__id__": 1034 + "__id__": 1042 }, { - "__id__": 1037 + "__id__": 1045 }, { - "__id__": 1040 + "__id__": 1048 }, { - "__id__": 1043 + "__id__": 1051 }, { - "__id__": 1046 + "__id__": 1054 }, { - "__id__": 1049 + "__id__": 1057 }, { - "__id__": 1052 + "__id__": 1060 }, { - "__id__": 1055 + "__id__": 1063 }, { - "__id__": 1058 + "__id__": 1066 }, { - "__id__": 1061 + "__id__": 1069 }, { - "__id__": 1064 + "__id__": 1072 } ], "nestedPrefabInstanceRoots": [ { - "__id__": 898 + "__id__": 906 }, { - "__id__": 778 + "__id__": 786 }, { - "__id__": 745 + "__id__": 753 }, { - "__id__": 690 + "__id__": 698 }, { - "__id__": 635 + "__id__": 643 }, { - "__id__": 108 + "__id__": 116 }, { - "__id__": 98 + "__id__": 106 }, { - "__id__": 88 + "__id__": 96 }, { - "__id__": 78 + "__id__": 86 }, { - "__id__": 67 + "__id__": 75 }, { - "__id__": 56 + "__id__": 64 } ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 56 + "__id__": 64 }, "sourceInfo": { - "__id__": 978 + "__id__": 986 }, "propertyPath": [ "icon_node" ], "target": { - "__id__": 56 + "__id__": 64 }, "targetInfo": { - "__id__": 979 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "11S1XoDG5Ndo+S7MbRH4us" - ] - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "b5xpz003VN+JjcOmrDrKg0" - ] - }, - { - "__type__": "cc.TargetOverrideInfo", - "source": { - "__id__": 56 - }, - "sourceInfo": { - "__id__": 981 - }, - "propertyPath": [ - "sell_node" - ], - "target": { - "__id__": 56 - }, - "targetInfo": { - "__id__": 982 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "11S1XoDG5Ndo+S7MbRH4us" - ] - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "02JrX+YSZAXZFrDj1ZF6Vq" - ] - }, - { - "__type__": "cc.TargetOverrideInfo", - "source": { - "__id__": 56 - }, - "sourceInfo": { - "__id__": 984 - }, - "propertyPath": [ - "NF_node" - ], - "target": { - "__id__": 56 - }, - "targetInfo": { - "__id__": 985 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "11S1XoDG5Ndo+S7MbRH4us" - ] - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "1bTN3e+IhJMo33yUkwdRd/" - ] - }, - { - "__type__": "cc.TargetOverrideInfo", - "source": { - "__id__": 56 - }, - "sourceInfo": { "__id__": 987 - }, - "propertyPath": [ - "HF_node" - ], - "target": { - "__id__": 56 - }, - "targetInfo": { - "__id__": 988 } }, { @@ -20106,25 +20206,25 @@ { "__type__": "cc.TargetInfo", "localID": [ - "51DO/CMaRGiLgGId42EXTq" + "b5xpz003VN+JjcOmrDrKg0" ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 56 + "__id__": 64 }, "sourceInfo": { + "__id__": 989 + }, + "propertyPath": [ + "sell_node" + ], + "target": { + "__id__": 64 + }, + "targetInfo": { "__id__": 990 - }, - "propertyPath": [ - "lv_node" - ], - "target": { - "__id__": 56 - }, - "targetInfo": { - "__id__": 991 } }, { @@ -20136,25 +20236,25 @@ { "__type__": "cc.TargetInfo", "localID": [ - "7db2dcAdFAHqJvUA4+zNEA" + "02JrX+YSZAXZFrDj1ZF6Vq" ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 67 + "__id__": 64 }, "sourceInfo": { + "__id__": 992 + }, + "propertyPath": [ + "NF_node" + ], + "target": { + "__id__": 64 + }, + "targetInfo": { "__id__": 993 - }, - "propertyPath": [ - "icon_node" - ], - "target": { - "__id__": 67 - }, - "targetInfo": { - "__id__": 994 } }, { @@ -20166,25 +20266,25 @@ { "__type__": "cc.TargetInfo", "localID": [ - "b5xpz003VN+JjcOmrDrKg0" + "1bTN3e+IhJMo33yUkwdRd/" ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 67 + "__id__": 64 }, "sourceInfo": { + "__id__": 995 + }, + "propertyPath": [ + "HF_node" + ], + "target": { + "__id__": 64 + }, + "targetInfo": { "__id__": 996 - }, - "propertyPath": [ - "sell_node" - ], - "target": { - "__id__": 67 - }, - "targetInfo": { - "__id__": 997 } }, { @@ -20196,25 +20296,25 @@ { "__type__": "cc.TargetInfo", "localID": [ - "02JrX+YSZAXZFrDj1ZF6Vq" + "51DO/CMaRGiLgGId42EXTq" ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 67 + "__id__": 64 }, "sourceInfo": { + "__id__": 998 + }, + "propertyPath": [ + "lv_node" + ], + "target": { + "__id__": 64 + }, + "targetInfo": { "__id__": 999 - }, - "propertyPath": [ - "NF_node" - ], - "target": { - "__id__": 67 - }, - "targetInfo": { - "__id__": 1000 } }, { @@ -20226,25 +20326,25 @@ { "__type__": "cc.TargetInfo", "localID": [ - "1bTN3e+IhJMo33yUkwdRd/" + "7db2dcAdFAHqJvUA4+zNEA" ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 67 + "__id__": 75 }, "sourceInfo": { + "__id__": 1001 + }, + "propertyPath": [ + "icon_node" + ], + "target": { + "__id__": 75 + }, + "targetInfo": { "__id__": 1002 - }, - "propertyPath": [ - "HF_node" - ], - "target": { - "__id__": 67 - }, - "targetInfo": { - "__id__": 1003 } }, { @@ -20256,25 +20356,25 @@ { "__type__": "cc.TargetInfo", "localID": [ - "51DO/CMaRGiLgGId42EXTq" + "b5xpz003VN+JjcOmrDrKg0" ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 67 + "__id__": 75 }, "sourceInfo": { + "__id__": 1004 + }, + "propertyPath": [ + "sell_node" + ], + "target": { + "__id__": 75 + }, + "targetInfo": { "__id__": 1005 - }, - "propertyPath": [ - "lv_node" - ], - "target": { - "__id__": 67 - }, - "targetInfo": { - "__id__": 1006 } }, { @@ -20286,25 +20386,25 @@ { "__type__": "cc.TargetInfo", "localID": [ - "7db2dcAdFAHqJvUA4+zNEA" + "02JrX+YSZAXZFrDj1ZF6Vq" ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 78 + "__id__": 75 }, "sourceInfo": { + "__id__": 1007 + }, + "propertyPath": [ + "NF_node" + ], + "target": { + "__id__": 75 + }, + "targetInfo": { "__id__": 1008 - }, - "propertyPath": [ - "icon_node" - ], - "target": { - "__id__": 78 - }, - "targetInfo": { - "__id__": 1009 } }, { @@ -20316,25 +20416,25 @@ { "__type__": "cc.TargetInfo", "localID": [ - "b5xpz003VN+JjcOmrDrKg0" + "1bTN3e+IhJMo33yUkwdRd/" ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 78 + "__id__": 75 }, "sourceInfo": { + "__id__": 1010 + }, + "propertyPath": [ + "HF_node" + ], + "target": { + "__id__": 75 + }, + "targetInfo": { "__id__": 1011 - }, - "propertyPath": [ - "sell_node" - ], - "target": { - "__id__": 78 - }, - "targetInfo": { - "__id__": 1012 } }, { @@ -20346,25 +20446,25 @@ { "__type__": "cc.TargetInfo", "localID": [ - "02JrX+YSZAXZFrDj1ZF6Vq" + "51DO/CMaRGiLgGId42EXTq" ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 78 + "__id__": 75 }, "sourceInfo": { + "__id__": 1013 + }, + "propertyPath": [ + "lv_node" + ], + "target": { + "__id__": 75 + }, + "targetInfo": { "__id__": 1014 - }, - "propertyPath": [ - "NF_node" - ], - "target": { - "__id__": 78 - }, - "targetInfo": { - "__id__": 1015 } }, { @@ -20376,25 +20476,25 @@ { "__type__": "cc.TargetInfo", "localID": [ - "1bTN3e+IhJMo33yUkwdRd/" + "7db2dcAdFAHqJvUA4+zNEA" ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 78 + "__id__": 86 }, "sourceInfo": { + "__id__": 1016 + }, + "propertyPath": [ + "icon_node" + ], + "target": { + "__id__": 86 + }, + "targetInfo": { "__id__": 1017 - }, - "propertyPath": [ - "HF_node" - ], - "target": { - "__id__": 78 - }, - "targetInfo": { - "__id__": 1018 } }, { @@ -20406,25 +20506,25 @@ { "__type__": "cc.TargetInfo", "localID": [ - "51DO/CMaRGiLgGId42EXTq" + "b5xpz003VN+JjcOmrDrKg0" ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 78 + "__id__": 86 }, "sourceInfo": { + "__id__": 1019 + }, + "propertyPath": [ + "sell_node" + ], + "target": { + "__id__": 86 + }, + "targetInfo": { "__id__": 1020 - }, - "propertyPath": [ - "lv_node" - ], - "target": { - "__id__": 78 - }, - "targetInfo": { - "__id__": 1021 } }, { @@ -20436,25 +20536,25 @@ { "__type__": "cc.TargetInfo", "localID": [ - "7db2dcAdFAHqJvUA4+zNEA" + "02JrX+YSZAXZFrDj1ZF6Vq" ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 88 + "__id__": 86 }, "sourceInfo": { + "__id__": 1022 + }, + "propertyPath": [ + "NF_node" + ], + "target": { + "__id__": 86 + }, + "targetInfo": { "__id__": 1023 - }, - "propertyPath": [ - "icon_node" - ], - "target": { - "__id__": 88 - }, - "targetInfo": { - "__id__": 1024 } }, { @@ -20466,25 +20566,25 @@ { "__type__": "cc.TargetInfo", "localID": [ - "b5xpz003VN+JjcOmrDrKg0" + "1bTN3e+IhJMo33yUkwdRd/" ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 88 + "__id__": 86 }, "sourceInfo": { + "__id__": 1025 + }, + "propertyPath": [ + "HF_node" + ], + "target": { + "__id__": 86 + }, + "targetInfo": { "__id__": 1026 - }, - "propertyPath": [ - "sell_node" - ], - "target": { - "__id__": 88 - }, - "targetInfo": { - "__id__": 1027 } }, { @@ -20496,25 +20596,25 @@ { "__type__": "cc.TargetInfo", "localID": [ - "02JrX+YSZAXZFrDj1ZF6Vq" + "51DO/CMaRGiLgGId42EXTq" ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 88 + "__id__": 86 }, "sourceInfo": { + "__id__": 1028 + }, + "propertyPath": [ + "lv_node" + ], + "target": { + "__id__": 86 + }, + "targetInfo": { "__id__": 1029 - }, - "propertyPath": [ - "NF_node" - ], - "target": { - "__id__": 88 - }, - "targetInfo": { - "__id__": 1030 } }, { @@ -20526,25 +20626,25 @@ { "__type__": "cc.TargetInfo", "localID": [ - "1bTN3e+IhJMo33yUkwdRd/" + "7db2dcAdFAHqJvUA4+zNEA" ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 88 + "__id__": 96 }, "sourceInfo": { + "__id__": 1031 + }, + "propertyPath": [ + "icon_node" + ], + "target": { + "__id__": 96 + }, + "targetInfo": { "__id__": 1032 - }, - "propertyPath": [ - "HF_node" - ], - "target": { - "__id__": 88 - }, - "targetInfo": { - "__id__": 1033 } }, { @@ -20556,25 +20656,25 @@ { "__type__": "cc.TargetInfo", "localID": [ - "51DO/CMaRGiLgGId42EXTq" + "b5xpz003VN+JjcOmrDrKg0" ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 88 + "__id__": 96 }, "sourceInfo": { + "__id__": 1034 + }, + "propertyPath": [ + "sell_node" + ], + "target": { + "__id__": 96 + }, + "targetInfo": { "__id__": 1035 - }, - "propertyPath": [ - "lv_node" - ], - "target": { - "__id__": 88 - }, - "targetInfo": { - "__id__": 1036 } }, { @@ -20586,85 +20686,25 @@ { "__type__": "cc.TargetInfo", "localID": [ - "7db2dcAdFAHqJvUA4+zNEA" + "02JrX+YSZAXZFrDj1ZF6Vq" ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 98 + "__id__": 96 }, "sourceInfo": { + "__id__": 1037 + }, + "propertyPath": [ + "NF_node" + ], + "target": { + "__id__": 96 + }, + "targetInfo": { "__id__": 1038 - }, - "propertyPath": [ - "icon_node" - ], - "target": { - "__id__": 98 - }, - "targetInfo": { - "__id__": 1039 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "11S1XoDG5Ndo+S7MbRH4us" - ] - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "b5xpz003VN+JjcOmrDrKg0" - ] - }, - { - "__type__": "cc.TargetOverrideInfo", - "source": { - "__id__": 98 - }, - "sourceInfo": { - "__id__": 1041 - }, - "propertyPath": [ - "sell_node" - ], - "target": { - "__id__": 98 - }, - "targetInfo": { - "__id__": 1042 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "11S1XoDG5Ndo+S7MbRH4us" - ] - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "02JrX+YSZAXZFrDj1ZF6Vq" - ] - }, - { - "__type__": "cc.TargetOverrideInfo", - "source": { - "__id__": 98 - }, - "sourceInfo": { - "__id__": 1044 - }, - "propertyPath": [ - "NF_node" - ], - "target": { - "__id__": 98 - }, - "targetInfo": { - "__id__": 1045 } }, { @@ -20682,19 +20722,19 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 98 + "__id__": 96 }, "sourceInfo": { - "__id__": 1047 + "__id__": 1040 }, "propertyPath": [ "HF_node" ], "target": { - "__id__": 98 + "__id__": 96 }, "targetInfo": { - "__id__": 1048 + "__id__": 1041 } }, { @@ -20712,19 +20752,19 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 98 + "__id__": 96 }, "sourceInfo": { - "__id__": 1050 + "__id__": 1043 }, "propertyPath": [ "lv_node" ], "target": { - "__id__": 98 + "__id__": 96 }, "targetInfo": { - "__id__": 1051 + "__id__": 1044 } }, { @@ -20742,19 +20782,19 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 108 + "__id__": 106 }, "sourceInfo": { - "__id__": 1053 + "__id__": 1046 }, "propertyPath": [ "icon_node" ], "target": { - "__id__": 108 + "__id__": 106 }, "targetInfo": { - "__id__": 1054 + "__id__": 1047 } }, { @@ -20772,19 +20812,19 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 108 + "__id__": 106 }, "sourceInfo": { - "__id__": 1056 + "__id__": 1049 }, "propertyPath": [ "sell_node" ], "target": { - "__id__": 108 + "__id__": 106 }, "targetInfo": { - "__id__": 1057 + "__id__": 1050 } }, { @@ -20802,19 +20842,19 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 108 + "__id__": 106 }, "sourceInfo": { - "__id__": 1059 + "__id__": 1052 }, "propertyPath": [ "NF_node" ], "target": { - "__id__": 108 + "__id__": 106 }, "targetInfo": { - "__id__": 1060 + "__id__": 1053 } }, { @@ -20832,19 +20872,19 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 108 + "__id__": 106 }, "sourceInfo": { - "__id__": 1062 + "__id__": 1055 }, "propertyPath": [ "HF_node" ], "target": { - "__id__": 108 + "__id__": 106 }, "targetInfo": { - "__id__": 1063 + "__id__": 1056 } }, { @@ -20862,19 +20902,169 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 108 + "__id__": 106 }, "sourceInfo": { - "__id__": 1065 + "__id__": 1058 }, "propertyPath": [ "lv_node" ], "target": { - "__id__": 108 + "__id__": 106 }, "targetInfo": { - "__id__": 1066 + "__id__": 1059 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "11S1XoDG5Ndo+S7MbRH4us" + ] + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "7db2dcAdFAHqJvUA4+zNEA" + ] + }, + { + "__type__": "cc.TargetOverrideInfo", + "source": { + "__id__": 116 + }, + "sourceInfo": { + "__id__": 1061 + }, + "propertyPath": [ + "icon_node" + ], + "target": { + "__id__": 116 + }, + "targetInfo": { + "__id__": 1062 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "11S1XoDG5Ndo+S7MbRH4us" + ] + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "b5xpz003VN+JjcOmrDrKg0" + ] + }, + { + "__type__": "cc.TargetOverrideInfo", + "source": { + "__id__": 116 + }, + "sourceInfo": { + "__id__": 1064 + }, + "propertyPath": [ + "sell_node" + ], + "target": { + "__id__": 116 + }, + "targetInfo": { + "__id__": 1065 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "11S1XoDG5Ndo+S7MbRH4us" + ] + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "02JrX+YSZAXZFrDj1ZF6Vq" + ] + }, + { + "__type__": "cc.TargetOverrideInfo", + "source": { + "__id__": 116 + }, + "sourceInfo": { + "__id__": 1067 + }, + "propertyPath": [ + "NF_node" + ], + "target": { + "__id__": 116 + }, + "targetInfo": { + "__id__": 1068 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "11S1XoDG5Ndo+S7MbRH4us" + ] + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "1bTN3e+IhJMo33yUkwdRd/" + ] + }, + { + "__type__": "cc.TargetOverrideInfo", + "source": { + "__id__": 116 + }, + "sourceInfo": { + "__id__": 1070 + }, + "propertyPath": [ + "HF_node" + ], + "target": { + "__id__": 116 + }, + "targetInfo": { + "__id__": 1071 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "11S1XoDG5Ndo+S7MbRH4us" + ] + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "51DO/CMaRGiLgGId42EXTq" + ] + }, + { + "__type__": "cc.TargetOverrideInfo", + "source": { + "__id__": 116 + }, + "sourceInfo": { + "__id__": 1073 + }, + "propertyPath": [ + "lv_node" + ], + "target": { + "__id__": 116 + }, + "targetInfo": { + "__id__": 1074 } }, { diff --git a/assets/resources/gui/ui3.plist.meta b/assets/resources/gui/ui3.plist.meta index 576954a6..6cfe8eb8 100644 --- a/assets/resources/gui/ui3.plist.meta +++ b/assets/resources/gui/ui3.plist.meta @@ -2232,10 +2232,10 @@ "height": 190, "rawWidth": 48, "rawHeight": 190, - "borderTop": 0, + "borderTop": 20, "borderBottom": 0, "borderLeft": 0, - "borderRight": 0, + "borderRight": 1, "packable": true, "pixelsToUnit": 100, "pivotX": 0.5, diff --git a/assets/script/game/common/config/GameSet.ts b/assets/script/game/common/config/GameSet.ts index 74c1f2ba..4c6ce59e 100644 --- a/assets/script/game/common/config/GameSet.ts +++ b/assets/script/game/common/config/GameSet.ts @@ -24,7 +24,7 @@ export enum FightSet { HEARTPOS=-320,//基地位置 HERO_MAX_NUM=6,//英雄最大数量 MERGE_MAX=3, //英雄最大等级 - MERGE_NEED=2, //英雄升级需要的英雄数 + MERGE_NEED=3, //英雄升级需要的英雄数 // BACK_RANG=30,//后退范围 FiIGHT_TIME=30,//战斗时间 // BACK_CHANCE=40,//击退概率 diff --git a/assets/script/game/map/MissionCardComp.ts b/assets/script/game/map/MissionCardComp.ts index 9ca6daf4..e804442c 100644 --- a/assets/script/game/map/MissionCardComp.ts +++ b/assets/script/game/map/MissionCardComp.ts @@ -335,7 +335,7 @@ export class MissionCardComp extends CCComp { this.playCoinChangeAnim(v > 0); } - /** 战斗开始:收起面板,清空卡牌 */ + /** 战斗开始:不收起面板,不再强制清空卡牌 */ private onFightStart() { this.isBattlePhase = true; this.enterBattlePhase(); @@ -432,6 +432,14 @@ export class MissionCardComp extends CCComp { private onUseHeroCard(event: string, args: any) { const payload = args ?? event; if (!payload) return; + + if (this.isBattlePhase) { + payload.cancel = true; + payload.reason = "battle_phase"; + oops.gui.toast("战斗阶段无法召唤英雄"); + return; + } + const current = this.getAliveHeroCount(); this.syncMissionHeroData(current); const heroMax = this.getMissionHeroMaxNum(); @@ -571,10 +579,10 @@ export class MissionCardComp extends CCComp { * 3. 重新布局槽位 → 从卡池构建 4 张卡 → 分发到槽位。 */ private onClickDraw() { - if (this.isBattlePhase) { - oops.gui.toast("战斗阶段无法抽卡"); - return; - } + // if (this.isBattlePhase) { + // oops.gui.toast("战斗阶段无法抽卡"); + // return; + // } const cost = this.getRefreshCost(); const currentCoin = this.getMissionCoin(); if (currentCoin < cost) { @@ -663,15 +671,16 @@ export class MissionCardComp extends CCComp { private enterBattlePhase() { if (!this.cards_node || !this.cards_node.isValid) return; this.initCardsPanelPos(); - Tween.stopAllByTarget(this.cards_node); - tween(this.cards_node) - .to(this.cardsPanelMoveDuration, { scale: this.cardsHideScale }) - .call(() => { - if (this.cards_node && this.cards_node.isValid) { - this.cards_node.active = false; - } - }) - .start(); + // 战斗阶段不再隐藏抽卡面板 + // Tween.stopAllByTarget(this.cards_node); + // tween(this.cards_node) + // .to(this.cardsPanelMoveDuration, { scale: this.cardsHideScale }) + // .call(() => { + // if (this.cards_node && this.cards_node.isValid) { + // this.cards_node.active = false; + // } + // }) + // .start(); this.cachedHInfoComps.forEach(comp => { if (comp && comp.isValid) { diff --git a/assets/script/game/skill/TooltipCom.ts b/assets/script/game/skill/TooltipCom.ts index abcde9c1..e1949c76 100644 --- a/assets/script/game/skill/TooltipCom.ts +++ b/assets/script/game/skill/TooltipCom.ts @@ -100,7 +100,7 @@ export class TooltipCom extends CCComp { break; case TooltipTypes.skill: const skillConfig = SkillSet[this.s_uuid]; - const skillName = skillConfig ? "<" + skillConfig.name + ">" : ""; + const skillName = skillConfig ? skillConfig.name : ""; this.setupLabel("skill", "name", skillName+this.value); // this.node.setPosition(v3(this.node.position.x, currentY)); this.node.setSiblingIndex(topSiblingIndex); @@ -156,12 +156,11 @@ export class TooltipCom extends CCComp { const isSkill = this.stype === TooltipTypes.skill; if (isSkill) { - // 技能类型的提示:回弹后停留 0.5 秒,然后向上淡出 + // 技能类型的提示:回弹后稍作停留,然后原地快速淡出 t.to(this.popDuration, { scale: v3(sx * 1.2, 1.2, 1) }); - t.delay(0.5); + t.delay(0.2); t.parallel( - tween(this.node).by(this.driftDuration, { position: v3(0, moveY, 0) }, { easing: 'sineOut' }), - tween(this._uiOpacity).delay(this.driftDuration - this.fadeDuration).to(this.fadeDuration, { opacity: 0 }) + tween(this._uiOpacity).to(this.fadeDuration, { opacity: 0 }) ); } else { // 2. 漂移阶段 (Drift) & 3. 淡出 (Fade)