From e24d16916187066c9b785a733a4d04742a606be5 Mon Sep 17 00:00:00 2001 From: walkpan Date: Tue, 21 Apr 2026 21:05:21 +0800 Subject: [PATCH] =?UTF-8?q?refactor(ui):=20=E4=BC=98=E5=8C=96=E5=8D=A1?= =?UTF-8?q?=E7=89=8C=E7=AD=89=E7=BA=A7=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E5=92=8C=E5=B8=83=E5=B1=80=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除HInfoComp中品质边框切换逻辑,专注卡牌等级显示 - 简化CardComp中等级节点的布局更新逻辑,仅使用Widget组件 - 调整card.prefab的布局参数和原始宽度 - 禁用role_controller.prefab的_active属性 --- .trae/rules/git-commit-message.md | 6 + assets/resources/gui/element/card.prefab | 8 +- assets/resources/gui/element/hnode.prefab | 4215 ++++++++++--------- assets/resources/gui/role_controller.prefab | 2 +- assets/script/game/map/CardComp.ts | 34 +- assets/script/game/map/HInfoComp.ts | 15 +- 6 files changed, 2279 insertions(+), 2001 deletions(-) create mode 100644 .trae/rules/git-commit-message.md diff --git a/.trae/rules/git-commit-message.md b/.trae/rules/git-commit-message.md new file mode 100644 index 00000000..99f24731 --- /dev/null +++ b/.trae/rules/git-commit-message.md @@ -0,0 +1,6 @@ +--- +alwaysApply: true +scene: git_message +--- + +在此处编写规则,自定义 AI 生成提交信息的风格。 diff --git a/assets/resources/gui/element/card.prefab b/assets/resources/gui/element/card.prefab index e72f9318..637aa21a 100644 --- a/assets/resources/gui/element/card.prefab +++ b/assets/resources/gui/element/card.prefab @@ -6392,9 +6392,9 @@ "__prefab": { "__id__": 283 }, - "_alignFlags": 33, + "_alignFlags": 9, "_target": null, - "_left": -4.281999999999989, + "_left": -0.7980000000000018, "_right": 130.798, "_top": 67.42699999999999, "_bottom": -6.274000000000001, @@ -6406,7 +6406,7 @@ "_isAbsBottom": true, "_isAbsHorizontalCenter": true, "_isAbsVerticalCenter": true, - "_originalWidth": 0, + "_originalWidth": 40, "_originalHeight": 40, "_alignMode": 2, "_lockFlags": 0, @@ -9318,6 +9318,8 @@ "__id__": 0 }, "fileId": "4d8lwMrctFq4mRNVU1cDrV", + "instance": null, + "targetOverrides": null, "nestedPrefabInstanceRoots": null }, { diff --git a/assets/resources/gui/element/hnode.prefab b/assets/resources/gui/element/hnode.prefab index d05d4f38..19b139cb 100644 --- a/assets/resources/gui/element/hnode.prefab +++ b/assets/resources/gui/element/hnode.prefab @@ -28,32 +28,32 @@ "__id__": 23 }, { - "__id__": 69 + "__id__": 61 }, { - "__id__": 115 + "__id__": 89 }, { - "__id__": 143 + "__id__": 117 }, { - "__id__": 171 + "__id__": 163 }, { - "__id__": 197 + "__id__": 209 } ], "_active": true, "_components": [ { - "__id__": 214 + "__id__": 226 }, { - "__id__": 216 + "__id__": 228 } ], "_prefab": { - "__id__": 218 + "__id__": 230 }, "_lpos": { "__type__": "cc.Vec3", @@ -541,7 +541,7 @@ }, { "__type__": "cc.Node", - "_name": "NF", + "_name": "lv", "_objFlags": 0, "__editorExtras__": {}, "_parent": { @@ -552,34 +552,37 @@ "__id__": 24 }, { - "__id__": 32 + "__id__": 30 }, { - "__id__": 40 + "__id__": 36 + }, + { + "__id__": 42 }, { "__id__": 48 - }, - { - "__id__": 56 } ], "_active": true, "_components": [ { - "__id__": 64 + "__id__": 54 }, { - "__id__": 66 + "__id__": 56 + }, + { + "__id__": 58 } ], "_prefab": { - "__id__": 68 + "__id__": 60 }, "_lpos": { "__type__": "cc.Vec3", "x": 67.5, - "y": 2.385000000000005, + "y": 93.894, "z": 0 }, "_lrot": { @@ -596,7 +599,7 @@ "z": 1 }, "_mobility": 0, - "_layer": 1073741824, + "_layer": 1, "_euler": { "__type__": "cc.Vec3", "x": 0, @@ -614,25 +617,22 @@ "__id__": 23 }, "_children": [], - "_active": true, + "_active": false, "_components": [ { "__id__": 25 }, { "__id__": 27 - }, - { - "__id__": 29 } ], "_prefab": { - "__id__": 31 + "__id__": 29 }, "_lpos": { "__type__": "cc.Vec3", - "x": 0, - "y": 0, + "x": -50, + "y": 3.121, "z": 0 }, "_lrot": { @@ -649,7 +649,7 @@ "z": 1 }, "_mobility": 0, - "_layer": 1073741824, + "_layer": 1, "_euler": { "__type__": "cc.Vec3", "x": 0, @@ -672,8 +672,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 135, - "height": 160.23000000000002 + "width": 20, + "height": 20 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -684,7 +684,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "c57F8z/HBFNqjgb5xG4GtI" + "fileId": "e8S3Z7ooZDbrlQal1YuzPh" }, { "__type__": "cc.Sprite", @@ -709,10 +709,10 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@d5c11", + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@411e4", "__expectedType__": "cc.SpriteFrame" }, - "_type": 1, + "_type": 0, "_fillType": 0, "_sizeMode": 0, "_fillCenter": { @@ -725,50 +725,14 @@ "_isTrimmedMode": true, "_useGrayscale": false, "_atlas": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", "__expectedType__": "cc.SpriteAtlas" }, "_id": "" }, { "__type__": "cc.CompPrefabInfo", - "fileId": "492EvPQ0ZF979/V3VTLahg" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 24 - }, - "_enabled": true, - "__prefab": { - "__id__": 30 - }, - "_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": 181, - "_originalHeight": 202, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "ecPV63g7NBoJNNrjzGPHj8" + "fileId": "f98zsk4y1DDoj4vZrhO12k" }, { "__type__": "cc.PrefabInfo", @@ -778,7 +742,7 @@ "asset": { "__id__": 0 }, - "fileId": "a9ikMW9KRNsrEXcI6Nwxso", + "fileId": "27bSlOfHVFEKYfmWPhJ/A3", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -794,23 +758,20 @@ "_children": [], "_active": false, "_components": [ + { + "__id__": 31 + }, { "__id__": 33 - }, - { - "__id__": 35 - }, - { - "__id__": 37 } ], "_prefab": { - "__id__": 39 + "__id__": 35 }, "_lpos": { "__type__": "cc.Vec3", - "x": 0, - "y": 0, + "x": -37.5, + "y": 3.121, "z": 0 }, "_lrot": { @@ -827,7 +788,7 @@ "z": 1 }, "_mobility": 0, - "_layer": 1073741824, + "_layer": 1, "_euler": { "__type__": "cc.Vec3", "x": 0, @@ -842,16 +803,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 32 + "__id__": 30 }, "_enabled": true, "__prefab": { - "__id__": 34 + "__id__": 32 }, "_contentSize": { "__type__": "cc.Size", - "width": 170, - "height": 230 + "width": 20, + "height": 20 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -862,7 +823,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "82ycXHnXxFtbdke+92iKu4" + "fileId": "a4I0BX/x5Gb6/4WLwMUABs" }, { "__type__": "cc.Sprite", @@ -870,11 +831,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 32 + "__id__": 30 }, "_enabled": true, "__prefab": { - "__id__": 36 + "__id__": 34 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -887,10 +848,10 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@cb195", + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@411e4", "__expectedType__": "cc.SpriteFrame" }, - "_type": 1, + "_type": 0, "_fillType": 0, "_sizeMode": 0, "_fillCenter": { @@ -903,50 +864,14 @@ "_isTrimmedMode": true, "_useGrayscale": false, "_atlas": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", "__expectedType__": "cc.SpriteAtlas" }, "_id": "" }, { "__type__": "cc.CompPrefabInfo", - "fileId": "c9Lx6Fy05DiabhsB1udGhJ" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 32 - }, - "_enabled": true, - "__prefab": { - "__id__": 38 - }, - "_alignFlags": 45, - "_target": null, - "_left": 0, - "_right": 0, - "_top": 0, - "_bottom": 0, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 181, - "_originalHeight": 202, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "17ITU12AdCSZJ+0iJtU0GT" + "fileId": "00uSOwuqZPt6DF3tg9pZ5R" }, { "__type__": "cc.PrefabInfo", @@ -956,7 +881,7 @@ "asset": { "__id__": 0 }, - "fileId": "c2HKm7BvFLg7DTlF5ZW2NN", + "fileId": "13Bw3xPBlI3a5dTMpP2wvW", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -973,22 +898,19 @@ "_active": false, "_components": [ { - "__id__": 41 + "__id__": 37 }, { - "__id__": 43 - }, - { - "__id__": 45 + "__id__": 39 } ], "_prefab": { - "__id__": 47 + "__id__": 41 }, "_lpos": { "__type__": "cc.Vec3", - "x": 0, - "y": 0, + "x": -25, + "y": 3.121, "z": 0 }, "_lrot": { @@ -1005,7 +927,7 @@ "z": 1 }, "_mobility": 0, - "_layer": 1073741824, + "_layer": 1, "_euler": { "__type__": "cc.Vec3", "x": 0, @@ -1020,16 +942,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 40 + "__id__": 36 }, "_enabled": true, "__prefab": { - "__id__": 42 + "__id__": 38 }, "_contentSize": { "__type__": "cc.Size", - "width": 170, - "height": 230 + "width": 20, + "height": 20 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1040,7 +962,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "d27LrWUqBPSr+iA8cXfhND" + "fileId": "28+lJXMQVK3ok4m4lOJzC1" }, { "__type__": "cc.Sprite", @@ -1048,11 +970,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 40 + "__id__": 36 }, "_enabled": true, "__prefab": { - "__id__": 44 + "__id__": 40 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1065,10 +987,10 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@8de73", + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@411e4", "__expectedType__": "cc.SpriteFrame" }, - "_type": 1, + "_type": 0, "_fillType": 0, "_sizeMode": 0, "_fillCenter": { @@ -1081,50 +1003,14 @@ "_isTrimmedMode": true, "_useGrayscale": false, "_atlas": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", "__expectedType__": "cc.SpriteAtlas" }, "_id": "" }, { "__type__": "cc.CompPrefabInfo", - "fileId": "0a9kPOCl1GAIZ2GWm8jGK7" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 40 - }, - "_enabled": true, - "__prefab": { - "__id__": 46 - }, - "_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": 181, - "_originalHeight": 202, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "12qDOWc2dHpZQvkBPhR4TK" + "fileId": "c3eEfKnr9LyKzdFGKwcyop" }, { "__type__": "cc.PrefabInfo", @@ -1134,7 +1020,7 @@ "asset": { "__id__": 0 }, - "fileId": "5dmFh5IPFBNZ9DkdY0vt05", + "fileId": "e6RTTQGOZLTrTdqMK0nGTA", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -1151,22 +1037,19 @@ "_active": false, "_components": [ { - "__id__": 49 + "__id__": 43 }, { - "__id__": 51 - }, - { - "__id__": 53 + "__id__": 45 } ], "_prefab": { - "__id__": 55 + "__id__": 47 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 0, + "y": 3.121, "z": 0 }, "_lrot": { @@ -1183,7 +1066,146 @@ "z": 1 }, "_mobility": 0, - "_layer": 1073741824, + "_layer": 1, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 42 + }, + "_enabled": true, + "__prefab": { + "__id__": 44 + }, + "_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__": 42 + }, + "_enabled": true, + "__prefab": { + "__id__": 46 + }, + "_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__": 23 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 49 + }, + { + "__id__": 51 + } + ], + "_prefab": { + "__id__": 53 + }, + "_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, @@ -1206,8 +1228,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 170, - "height": 230 + "width": 20, + "height": 20 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1218,7 +1240,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "2e4mpfuiBPXYZrY5N860qZ" + "fileId": "dbj5GylxdKU606vif7c0yt" }, { "__type__": "cc.Sprite", @@ -1243,10 +1265,10 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@4fde0", + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@411e4", "__expectedType__": "cc.SpriteFrame" }, - "_type": 1, + "_type": 0, "_fillType": 0, "_sizeMode": 0, "_fillCenter": { @@ -1259,50 +1281,14 @@ "_isTrimmedMode": true, "_useGrayscale": false, "_atlas": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", "__expectedType__": "cc.SpriteAtlas" }, "_id": "" }, { "__type__": "cc.CompPrefabInfo", - "fileId": "27dSxRXDNE844EHvQ5KBlv" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 48 - }, - "_enabled": true, - "__prefab": { - "__id__": 54 - }, - "_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": 181, - "_originalHeight": 202, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "89V0mJwKFM9ZaAoX76guGI" + "fileId": "51Vm1Idv1PBqfzObondvcj" }, { "__type__": "cc.PrefabInfo", @@ -1312,185 +1298,7 @@ "asset": { "__id__": 0 }, - "fileId": "ca2zjIyPJPB7Sa0+NBukWq", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "lv5", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 23 - }, - "_children": [], - "_active": false, - "_components": [ - { - "__id__": 57 - }, - { - "__id__": 59 - }, - { - "__id__": 61 - } - ], - "_prefab": { - "__id__": 63 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 56 - }, - "_enabled": true, - "__prefab": { - "__id__": 58 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 170, - "height": 230 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "7aVYPzbapCToTj7Ol067xD" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 56 - }, - "_enabled": true, - "__prefab": { - "__id__": 60 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@fc735", - "__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": "c4PHyPQGlIxL31cPnbY1mz" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 56 - }, - "_enabled": true, - "__prefab": { - "__id__": 62 - }, - "_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": 181, - "_originalHeight": 202, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "e34ErdQZ5NY4upMVsDXAN3" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "4aO5bDvVhBaaoH/5Ud2Pvf", + "fileId": "d14UpZJF1KhbLiIHzz+5vx", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -1505,12 +1313,12 @@ }, "_enabled": true, "__prefab": { - "__id__": 65 + "__id__": 55 }, "_contentSize": { "__type__": "cc.Size", - "width": 135, - "height": 160.23000000000002 + "width": -5, + "height": 15 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1521,7 +1329,45 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "ceVADeu8dAtIO68JO53JvD" + "fileId": "4a4Ma1D6dLfpVjceg67Tlu" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 23 + }, + "_enabled": true, + "__prefab": { + "__id__": 57 + }, + "_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", @@ -1533,255 +1379,11 @@ }, "_enabled": true, "__prefab": { - "__id__": 67 + "__id__": 59 }, - "_alignFlags": 45, + "_alignFlags": 16, "_target": null, - "_left": 0, - "_right": 0, - "_top": -7.5, - "_bottom": -2.7300000000000058, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 100, - "_originalHeight": 100, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "cdQj7DsrhBI6rV6CyV5D8Q" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "1bTN3e+IhJMo33yUkwdRd/", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "HF", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 1 - }, - "_children": [ - { - "__id__": 70 - }, - { - "__id__": 78 - }, - { - "__id__": 86 - }, - { - "__id__": 94 - }, - { - "__id__": 102 - } - ], - "_active": true, - "_components": [ - { - "__id__": 110 - }, - { - "__id__": 112 - } - ], - "_prefab": { - "__id__": 114 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 67.5, - "y": 4.769999999999996, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "lv1", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 69 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 71 - }, - { - "__id__": 73 - }, - { - "__id__": 75 - } - ], - "_prefab": { - "__id__": 77 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 70 - }, - "_enabled": true, - "__prefab": { - "__id__": 72 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 135, - "height": 165 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "90m0Ea9SVDdbN2ykW1de1f" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 70 - }, - "_enabled": true, - "__prefab": { - "__id__": 74 - }, - "_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@df52c", - "__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": "66qS0lAqpJWqLb28xUcNx2" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 70 - }, - "_enabled": true, - "__prefab": { - "__id__": 76 - }, - "_alignFlags": 45, - "_target": null, - "_left": 0, + "_left": -86.5, "_right": 0, "_top": 0, "_bottom": 0, @@ -1793,15 +1395,15 @@ "_isAbsBottom": true, "_isAbsHorizontalCenter": true, "_isAbsVerticalCenter": true, - "_originalWidth": 181, - "_originalHeight": 202, + "_originalWidth": 0, + "_originalHeight": 0, "_alignMode": 2, "_lockFlags": 0, "_id": "" }, { "__type__": "cc.CompPrefabInfo", - "fileId": "6dNvQHIVpDMaeklaHv0kQR" + "fileId": "5f8N6fZclEEadrzXN0WND8" }, { "__type__": "cc.PrefabInfo", @@ -1811,796 +1413,7 @@ "asset": { "__id__": 0 }, - "fileId": "4bM41yPe5GbrxV12NIX9U7", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "lv2", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 69 - }, - "_children": [], - "_active": false, - "_components": [ - { - "__id__": 79 - }, - { - "__id__": 81 - }, - { - "__id__": 83 - } - ], - "_prefab": { - "__id__": 85 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 78 - }, - "_enabled": true, - "__prefab": { - "__id__": 80 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 170, - "height": 230 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "ebybv87h9DlIqlgf7B0Enx" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 78 - }, - "_enabled": true, - "__prefab": { - "__id__": 82 - }, - "_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@4cf00", - "__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": "1co47y1PFApasjxPJFlAUZ" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 78 - }, - "_enabled": true, - "__prefab": { - "__id__": 84 - }, - "_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": 181, - "_originalHeight": 202, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "748kmBMeNKULGrK0YaKC30" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "cdgWaMo/5K8pMzbDPVOQ+Y", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "lv3", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 69 - }, - "_children": [], - "_active": false, - "_components": [ - { - "__id__": 87 - }, - { - "__id__": 89 - }, - { - "__id__": 91 - } - ], - "_prefab": { - "__id__": 93 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 86 - }, - "_enabled": true, - "__prefab": { - "__id__": 88 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 170, - "height": 230 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "66bTRlR2JCCpiNUrH8E3To" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 86 - }, - "_enabled": true, - "__prefab": { - "__id__": 90 - }, - "_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@e19cf", - "__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": "ab1kf1KwJM4IoujzsdXsv9" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 86 - }, - "_enabled": true, - "__prefab": { - "__id__": 92 - }, - "_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": 181, - "_originalHeight": 202, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "7e4Lnx2bVAloa7PHwQSApS" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "82M4JHIKJAMLLqnIh8xNo7", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "lv4", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 69 - }, - "_children": [], - "_active": false, - "_components": [ - { - "__id__": 95 - }, - { - "__id__": 97 - }, - { - "__id__": 99 - } - ], - "_prefab": { - "__id__": 101 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 94 - }, - "_enabled": true, - "__prefab": { - "__id__": 96 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 170, - "height": 230 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "3f7fGsYbZOoZTlJn5AMwEa" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 94 - }, - "_enabled": true, - "__prefab": { - "__id__": 98 - }, - "_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@e9809", - "__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": "1ey+7HhehI0L761cyaoFbD" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 94 - }, - "_enabled": true, - "__prefab": { - "__id__": 100 - }, - "_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": 181, - "_originalHeight": 202, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "9cDnpgV0lKn7CLY3schgmn" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "9cC4FHfGZB165nWu4Qx+oj", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "lv5", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 69 - }, - "_children": [], - "_active": false, - "_components": [ - { - "__id__": 103 - }, - { - "__id__": 105 - }, - { - "__id__": 107 - } - ], - "_prefab": { - "__id__": 109 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 102 - }, - "_enabled": true, - "__prefab": { - "__id__": 104 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 170, - "height": 230 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "e0TUQ1+pFKIpXDNvaBrlf/" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 102 - }, - "_enabled": true, - "__prefab": { - "__id__": 106 - }, - "_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@d5f55", - "__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": "b250x3vv1B+ogBc3vZs71A" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 102 - }, - "_enabled": true, - "__prefab": { - "__id__": 108 - }, - "_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": 181, - "_originalHeight": 202, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "09kuO6L2FFmJ0IzOtomJ9V" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "48estX0yJPQK2fejj70NJ5", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 69 - }, - "_enabled": true, - "__prefab": { - "__id__": 111 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 135, - "height": 165 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "646r4v8CpK3Zl0Jz9EzpCZ" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 69 - }, - "_enabled": true, - "__prefab": { - "__id__": 113 - }, - "_alignFlags": 45, - "_target": null, - "_left": 0, - "_right": 0, - "_top": -12.269999999999989, - "_bottom": -2.7300000000000058, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 100, - "_originalHeight": 100, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "f4FcctLxlNPrTER9BoE/Oz" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "51DO/CMaRGiLgGId42EXTq", + "fileId": "7db2dcAdFAHqJvUA4+zNEA", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -2615,34 +1428,34 @@ }, "_children": [ { - "__id__": 116 + "__id__": 62 }, { - "__id__": 124 + "__id__": 70 }, { - "__id__": 130 + "__id__": 76 } ], "_active": true, "_components": [ { - "__id__": 136 + "__id__": 82 }, { - "__id__": 138 + "__id__": 84 }, { - "__id__": 140 + "__id__": 86 } ], "_prefab": { - "__id__": 142 + "__id__": 88 }, "_lpos": { "__type__": "cc.Vec3", "x": 67.5, - "y": -30, + "y": -20.912999999999997, "z": 0 }, "_lrot": { @@ -2674,23 +1487,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 115 + "__id__": 61 }, "_children": [], "_active": true, "_components": [ { - "__id__": 117 + "__id__": 63 }, { - "__id__": 119 + "__id__": 65 }, { - "__id__": 121 + "__id__": 67 } ], "_prefab": { - "__id__": 123 + "__id__": 69 }, "_lpos": { "__type__": "cc.Vec3", @@ -2727,11 +1540,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 116 + "__id__": 62 }, "_enabled": true, "__prefab": { - "__id__": 118 + "__id__": 64 }, "_contentSize": { "__type__": "cc.Size", @@ -2755,11 +1568,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 116 + "__id__": 62 }, "_enabled": true, "__prefab": { - "__id__": 120 + "__id__": 66 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2803,11 +1616,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 116 + "__id__": 62 }, "_enabled": true, "__prefab": { - "__id__": 122 + "__id__": 68 }, "_alignFlags": 45, "_target": null, @@ -2852,20 +1665,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 115 + "__id__": 61 }, "_children": [], "_active": true, "_components": [ { - "__id__": 125 + "__id__": 71 }, { - "__id__": 127 + "__id__": 73 } ], "_prefab": { - "__id__": 129 + "__id__": 75 }, "_lpos": { "__type__": "cc.Vec3", @@ -2902,11 +1715,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 124 + "__id__": 70 }, "_enabled": true, "__prefab": { - "__id__": 126 + "__id__": 72 }, "_contentSize": { "__type__": "cc.Size", @@ -2930,11 +1743,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 124 + "__id__": 70 }, "_enabled": true, "__prefab": { - "__id__": 128 + "__id__": 74 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2988,20 +1801,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 115 + "__id__": 61 }, "_children": [], "_active": true, "_components": [ { - "__id__": 131 + "__id__": 77 }, { - "__id__": 133 + "__id__": 79 } ], "_prefab": { - "__id__": 135 + "__id__": 81 }, "_lpos": { "__type__": "cc.Vec3", @@ -3038,11 +1851,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 130 + "__id__": 76 }, "_enabled": true, "__prefab": { - "__id__": 132 + "__id__": 78 }, "_contentSize": { "__type__": "cc.Size", @@ -3066,11 +1879,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 130 + "__id__": 76 }, "_enabled": true, "__prefab": { - "__id__": 134 + "__id__": 80 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3147,11 +1960,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 115 + "__id__": 61 }, "_enabled": true, "__prefab": { - "__id__": 137 + "__id__": 83 }, "_contentSize": { "__type__": "cc.Size", @@ -3175,11 +1988,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 115 + "__id__": 61 }, "_enabled": false, "__prefab": { - "__id__": 139 + "__id__": 85 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3220,18 +2033,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 115 + "__id__": 61 }, "_enabled": true, "__prefab": { - "__id__": 141 + "__id__": 87 }, "_alignFlags": 44, "_target": null, "_left": 5, "_right": 5, "_top": 0, - "_bottom": 32.5, + "_bottom": 41.587, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -3273,34 +2086,34 @@ }, "_children": [ { - "__id__": 144 + "__id__": 90 }, { - "__id__": 152 + "__id__": 98 }, { - "__id__": 158 + "__id__": 104 } ], "_active": true, "_components": [ { - "__id__": 164 + "__id__": 110 }, { - "__id__": 166 + "__id__": 112 }, { - "__id__": 168 + "__id__": 114 } ], "_prefab": { - "__id__": 170 + "__id__": 116 }, "_lpos": { "__type__": "cc.Vec3", "x": 67.5, - "y": -52.12100000000001, + "y": -43.034, "z": 0 }, "_lrot": { @@ -3332,23 +2145,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 143 + "__id__": 89 }, "_children": [], "_active": true, "_components": [ { - "__id__": 145 + "__id__": 91 }, { - "__id__": 147 + "__id__": 93 }, { - "__id__": 149 + "__id__": 95 } ], "_prefab": { - "__id__": 151 + "__id__": 97 }, "_lpos": { "__type__": "cc.Vec3", @@ -3385,11 +2198,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 144 + "__id__": 90 }, "_enabled": true, "__prefab": { - "__id__": 146 + "__id__": 92 }, "_contentSize": { "__type__": "cc.Size", @@ -3413,11 +2226,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 144 + "__id__": 90 }, "_enabled": true, "__prefab": { - "__id__": 148 + "__id__": 94 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3461,11 +2274,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 144 + "__id__": 90 }, "_enabled": true, "__prefab": { - "__id__": 150 + "__id__": 96 }, "_alignFlags": 45, "_target": null, @@ -3510,20 +2323,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 143 + "__id__": 89 }, "_children": [], "_active": true, "_components": [ { - "__id__": 153 + "__id__": 99 }, { - "__id__": 155 + "__id__": 101 } ], "_prefab": { - "__id__": 157 + "__id__": 103 }, "_lpos": { "__type__": "cc.Vec3", @@ -3560,11 +2373,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 152 + "__id__": 98 }, "_enabled": true, "__prefab": { - "__id__": 154 + "__id__": 100 }, "_contentSize": { "__type__": "cc.Size", @@ -3588,11 +2401,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 152 + "__id__": 98 }, "_enabled": true, "__prefab": { - "__id__": 156 + "__id__": 102 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3646,20 +2459,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 143 + "__id__": 89 }, "_children": [], "_active": true, "_components": [ { - "__id__": 159 + "__id__": 105 }, { - "__id__": 161 + "__id__": 107 } ], "_prefab": { - "__id__": 163 + "__id__": 109 }, "_lpos": { "__type__": "cc.Vec3", @@ -3696,11 +2509,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 158 + "__id__": 104 }, "_enabled": true, "__prefab": { - "__id__": 160 + "__id__": 106 }, "_contentSize": { "__type__": "cc.Size", @@ -3724,11 +2537,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 158 + "__id__": 104 }, "_enabled": true, "__prefab": { - "__id__": 162 + "__id__": 108 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3805,11 +2618,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 143 + "__id__": 89 }, "_enabled": true, "__prefab": { - "__id__": 165 + "__id__": 111 }, "_contentSize": { "__type__": "cc.Size", @@ -3833,11 +2646,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 143 + "__id__": 89 }, "_enabled": false, "__prefab": { - "__id__": 167 + "__id__": 113 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3878,18 +2691,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 143 + "__id__": 89 }, "_enabled": true, "__prefab": { - "__id__": 169 + "__id__": 115 }, "_alignFlags": 44, "_target": null, "_left": 5, "_right": 5, "_top": 0, - "_bottom": 10.37899999999999, + "_bottom": 19.466, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -3923,7 +2736,7 @@ }, { "__type__": "cc.Node", - "_name": "lv", + "_name": "NF", "_objFlags": 0, "__editorExtras__": {}, "_parent": { @@ -3931,34 +2744,37 @@ }, "_children": [ { - "__id__": 172 + "__id__": 118 }, { - "__id__": 178 + "__id__": 126 }, { - "__id__": 184 + "__id__": 134 + }, + { + "__id__": 142 + }, + { + "__id__": 150 } ], "_active": false, "_components": [ { - "__id__": 190 + "__id__": 158 }, { - "__id__": 192 - }, - { - "__id__": 194 + "__id__": 160 } ], "_prefab": { - "__id__": 196 + "__id__": 162 }, "_lpos": { "__type__": "cc.Vec3", - "x": 55, - "y": 82.752, + "x": 67.5, + "y": 2.385000000000005, "z": 0 }, "_lrot": { @@ -3975,7 +2791,7 @@ "z": 1 }, "_mobility": 0, - "_layer": 1, + "_layer": 1073741824, "_euler": { "__type__": "cc.Vec3", "x": 0, @@ -3990,25 +2806,28 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 171 + "__id__": 117 }, "_children": [], "_active": true, "_components": [ { - "__id__": 173 + "__id__": 119 }, { - "__id__": 175 + "__id__": 121 + }, + { + "__id__": 123 } ], "_prefab": { - "__id__": 177 + "__id__": 125 }, "_lpos": { "__type__": "cc.Vec3", - "x": -37, - "y": 3.121, + "x": 0, + "y": 0, "z": 0 }, "_lrot": { @@ -4025,7 +2844,1218 @@ "z": 1 }, "_mobility": 0, - "_layer": 1, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 118 + }, + "_enabled": true, + "__prefab": { + "__id__": 120 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 135, + "height": 160.23000000000002 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c57F8z/HBFNqjgb5xG4GtI" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 118 + }, + "_enabled": true, + "__prefab": { + "__id__": 122 + }, + "_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@d5c11", + "__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": "492EvPQ0ZF979/V3VTLahg" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 118 + }, + "_enabled": true, + "__prefab": { + "__id__": 124 + }, + "_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": 181, + "_originalHeight": 202, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ecPV63g7NBoJNNrjzGPHj8" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a9ikMW9KRNsrEXcI6Nwxso", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 117 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 127 + }, + { + "__id__": 129 + }, + { + "__id__": 131 + } + ], + "_prefab": { + "__id__": 133 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 126 + }, + "_enabled": true, + "__prefab": { + "__id__": 128 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 170, + "height": 230 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "82ycXHnXxFtbdke+92iKu4" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 126 + }, + "_enabled": true, + "__prefab": { + "__id__": 130 + }, + "_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@cb195", + "__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": "c9Lx6Fy05DiabhsB1udGhJ" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 126 + }, + "_enabled": true, + "__prefab": { + "__id__": 132 + }, + "_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": 181, + "_originalHeight": 202, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "17ITU12AdCSZJ+0iJtU0GT" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "c2HKm7BvFLg7DTlF5ZW2NN", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv3", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 117 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 135 + }, + { + "__id__": 137 + }, + { + "__id__": 139 + } + ], + "_prefab": { + "__id__": 141 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 134 + }, + "_enabled": true, + "__prefab": { + "__id__": 136 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 170, + "height": 230 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "d27LrWUqBPSr+iA8cXfhND" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 134 + }, + "_enabled": true, + "__prefab": { + "__id__": 138 + }, + "_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@8de73", + "__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": "0a9kPOCl1GAIZ2GWm8jGK7" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 134 + }, + "_enabled": true, + "__prefab": { + "__id__": 140 + }, + "_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": 181, + "_originalHeight": 202, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "12qDOWc2dHpZQvkBPhR4TK" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "5dmFh5IPFBNZ9DkdY0vt05", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv4", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 117 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 143 + }, + { + "__id__": 145 + }, + { + "__id__": 147 + } + ], + "_prefab": { + "__id__": 149 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 142 + }, + "_enabled": true, + "__prefab": { + "__id__": 144 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 170, + "height": 230 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "2e4mpfuiBPXYZrY5N860qZ" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 142 + }, + "_enabled": true, + "__prefab": { + "__id__": 146 + }, + "_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@4fde0", + "__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": "27dSxRXDNE844EHvQ5KBlv" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 142 + }, + "_enabled": true, + "__prefab": { + "__id__": 148 + }, + "_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": 181, + "_originalHeight": 202, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "89V0mJwKFM9ZaAoX76guGI" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "ca2zjIyPJPB7Sa0+NBukWq", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv5", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 117 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 151 + }, + { + "__id__": 153 + }, + { + "__id__": 155 + } + ], + "_prefab": { + "__id__": 157 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 150 + }, + "_enabled": true, + "__prefab": { + "__id__": 152 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 170, + "height": 230 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "7aVYPzbapCToTj7Ol067xD" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 150 + }, + "_enabled": true, + "__prefab": { + "__id__": 154 + }, + "_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@fc735", + "__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": "c4PHyPQGlIxL31cPnbY1mz" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 150 + }, + "_enabled": true, + "__prefab": { + "__id__": 156 + }, + "_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": 181, + "_originalHeight": 202, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e34ErdQZ5NY4upMVsDXAN3" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "4aO5bDvVhBaaoH/5Ud2Pvf", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 117 + }, + "_enabled": true, + "__prefab": { + "__id__": 159 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 135, + "height": 160.23000000000002 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ceVADeu8dAtIO68JO53JvD" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 117 + }, + "_enabled": true, + "__prefab": { + "__id__": 161 + }, + "_alignFlags": 45, + "_target": null, + "_left": 0, + "_right": 0, + "_top": -7.5, + "_bottom": -2.7300000000000058, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 100, + "_originalHeight": 100, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "cdQj7DsrhBI6rV6CyV5D8Q" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "1bTN3e+IhJMo33yUkwdRd/", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "HF", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 164 + }, + { + "__id__": 172 + }, + { + "__id__": 180 + }, + { + "__id__": 188 + }, + { + "__id__": 196 + } + ], + "_active": true, + "_components": [ + { + "__id__": 204 + }, + { + "__id__": 206 + } + ], + "_prefab": { + "__id__": 208 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 67.5, + "y": 4.769999999999996, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "lv1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 163 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 165 + }, + { + "__id__": 167 + }, + { + "__id__": 169 + } + ], + "_prefab": { + "__id__": 171 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 164 + }, + "_enabled": true, + "__prefab": { + "__id__": 166 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 135, + "height": 165 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "90m0Ea9SVDdbN2ykW1de1f" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 164 + }, + "_enabled": true, + "__prefab": { + "__id__": 168 + }, + "_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@df52c", + "__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": "66qS0lAqpJWqLb28xUcNx2" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 164 + }, + "_enabled": true, + "__prefab": { + "__id__": 170 + }, + "_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": 181, + "_originalHeight": 202, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "6dNvQHIVpDMaeklaHv0kQR" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "4bM41yPe5GbrxV12NIX9U7", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 163 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 173 + }, + { + "__id__": 175 + }, + { + "__id__": 177 + } + ], + "_prefab": { + "__id__": 179 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.8, + "y": 0.8, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, "_euler": { "__type__": "cc.Vec3", "x": 0, @@ -4048,8 +4078,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 25, - "height": 25 + "width": 168.75, + "height": 206.25 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -4060,7 +4090,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "e8S3Z7ooZDbrlQal1YuzPh" + "fileId": "ebybv87h9DlIqlgf7B0Enx" }, { "__type__": "cc.Sprite", @@ -4085,10 +4115,10 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@411e4", + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@4cf00", "__expectedType__": "cc.SpriteFrame" }, - "_type": 0, + "_type": 1, "_fillType": 0, "_sizeMode": 0, "_fillCenter": { @@ -4101,371 +4131,14 @@ "_isTrimmedMode": true, "_useGrayscale": false, "_atlas": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", "__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__": 171 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 179 - }, - { - "__id__": 181 - } - ], - "_prefab": { - "__id__": 183 - }, - "_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__": 178 - }, - "_enabled": true, - "__prefab": { - "__id__": 180 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 25, - "height": 25 - }, - "_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__": 178 - }, - "_enabled": true, - "__prefab": { - "__id__": 182 - }, - "_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__": 171 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 185 - }, - { - "__id__": 187 - } - ], - "_prefab": { - "__id__": 189 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 37, - "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": 25, - "height": 25 - }, - "_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__": 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": "c3eEfKnr9LyKzdFGKwcyop" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "e6RTTQGOZLTrTdqMK0nGTA", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 171 - }, - "_enabled": true, - "__prefab": { - "__id__": 191 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 99, - "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__": 171 - }, - "_enabled": true, - "__prefab": { - "__id__": 193 - }, - "_resizeMode": 1, - "_layoutType": 1, - "_cellSize": { - "__type__": "cc.Size", - "width": 15, - "height": 15 - }, - "_startAxis": 0, - "_paddingLeft": 0, - "_paddingRight": 0, - "_paddingTop": 0, - "_paddingBottom": 0, - "_spacingX": 12, - "_spacingY": 0, - "_verticalDirection": 1, - "_horizontalDirection": 0, - "_constraint": 0, - "_constraintNum": 2, - "_affectedByScale": false, - "_isAlign": false, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "83qqT1czJIz5ggb97hKUGL" + "fileId": "1co47y1PFApasjxPJFlAUZ" }, { "__type__": "cc.Widget", @@ -4473,15 +4146,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 171 + "__id__": 172 }, "_enabled": true, "__prefab": { - "__id__": 195 + "__id__": 178 }, - "_alignFlags": 8, + "_alignFlags": 45, "_target": null, - "_left": 5.5, + "_left": 0, "_right": 0, "_top": 0, "_bottom": 0, @@ -4493,15 +4166,15 @@ "_isAbsBottom": true, "_isAbsHorizontalCenter": true, "_isAbsVerticalCenter": true, - "_originalWidth": 0, - "_originalHeight": 0, + "_originalWidth": 181, + "_originalHeight": 202, "_alignMode": 2, "_lockFlags": 0, "_id": "" }, { "__type__": "cc.CompPrefabInfo", - "fileId": "5f8N6fZclEEadrzXN0WND8" + "fileId": "748kmBMeNKULGrK0YaKC30" }, { "__type__": "cc.PrefabInfo", @@ -4511,7 +4184,618 @@ "asset": { "__id__": 0 }, - "fileId": "7db2dcAdFAHqJvUA4+zNEA", + "fileId": "cdgWaMo/5K8pMzbDPVOQ+Y", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv3", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 163 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 181 + }, + { + "__id__": 183 + }, + { + "__id__": 185 + } + ], + "_prefab": { + "__id__": 187 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 180 + }, + "_enabled": true, + "__prefab": { + "__id__": 182 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 170, + "height": 230 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "66bTRlR2JCCpiNUrH8E3To" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 180 + }, + "_enabled": true, + "__prefab": { + "__id__": 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@e19cf", + "__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": "ab1kf1KwJM4IoujzsdXsv9" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 180 + }, + "_enabled": true, + "__prefab": { + "__id__": 186 + }, + "_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": 181, + "_originalHeight": 202, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "7e4Lnx2bVAloa7PHwQSApS" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "82M4JHIKJAMLLqnIh8xNo7", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv4", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 163 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 189 + }, + { + "__id__": 191 + }, + { + "__id__": 193 + } + ], + "_prefab": { + "__id__": 195 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 188 + }, + "_enabled": true, + "__prefab": { + "__id__": 190 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 170, + "height": 230 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "3f7fGsYbZOoZTlJn5AMwEa" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 188 + }, + "_enabled": true, + "__prefab": { + "__id__": 192 + }, + "_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@e9809", + "__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": "1ey+7HhehI0L761cyaoFbD" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 188 + }, + "_enabled": true, + "__prefab": { + "__id__": 194 + }, + "_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": 181, + "_originalHeight": 202, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "9cDnpgV0lKn7CLY3schgmn" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "9cC4FHfGZB165nWu4Qx+oj", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv5", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 163 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 197 + }, + { + "__id__": 199 + }, + { + "__id__": 201 + } + ], + "_prefab": { + "__id__": 203 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 196 + }, + "_enabled": true, + "__prefab": { + "__id__": 198 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 170, + "height": 230 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e0TUQ1+pFKIpXDNvaBrlf/" + }, + { + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73@d5f55", + "__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": "b250x3vv1B+ogBc3vZs71A" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 196 + }, + "_enabled": true, + "__prefab": { + "__id__": 202 + }, + "_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": 181, + "_originalHeight": 202, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "09kuO6L2FFmJ0IzOtomJ9V" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "48estX0yJPQK2fejj70NJ5", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 163 + }, + "_enabled": true, + "__prefab": { + "__id__": 205 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 135, + "height": 165 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "646r4v8CpK3Zl0Jz9EzpCZ" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 163 + }, + "_enabled": true, + "__prefab": { + "__id__": 207 + }, + "_alignFlags": 45, + "_target": null, + "_left": 0, + "_right": 0, + "_top": -12.269999999999989, + "_bottom": -2.7300000000000058, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 100, + "_originalHeight": 100, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f4FcctLxlNPrTER9BoE/Oz" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "51DO/CMaRGiLgGId42EXTq", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -4526,26 +4810,26 @@ }, "_children": [ { - "__id__": 198 + "__id__": 210 } ], "_active": true, "_components": [ { - "__id__": 204 + "__id__": 216 }, { - "__id__": 206 + "__id__": 218 }, { - "__id__": 208 + "__id__": 220 }, { - "__id__": 211 + "__id__": 223 } ], "_prefab": { - "__id__": 213 + "__id__": 225 }, "_lpos": { "__type__": "cc.Vec3", @@ -4582,20 +4866,20 @@ "_objFlags": 512, "__editorExtras__": {}, "_parent": { - "__id__": 197 + "__id__": 209 }, "_children": [], "_active": true, "_components": [ { - "__id__": 199 + "__id__": 211 }, { - "__id__": 201 + "__id__": 213 } ], "_prefab": { - "__id__": 203 + "__id__": 215 }, "_lpos": { "__type__": "cc.Vec3", @@ -4632,11 +4916,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 198 + "__id__": 210 }, "_enabled": true, "__prefab": { - "__id__": 200 + "__id__": 212 }, "_contentSize": { "__type__": "cc.Size", @@ -4660,11 +4944,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 198 + "__id__": 210 }, "_enabled": true, "__prefab": { - "__id__": 202 + "__id__": 214 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4741,11 +5025,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 197 + "__id__": 209 }, "_enabled": true, "__prefab": { - "__id__": 205 + "__id__": 217 }, "_contentSize": { "__type__": "cc.Size", @@ -4769,11 +5053,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 197 + "__id__": 209 }, "_enabled": true, "__prefab": { - "__id__": 207 + "__id__": 219 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4817,15 +5101,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 197 + "__id__": 209 }, "_enabled": true, "__prefab": { - "__id__": 209 + "__id__": 221 }, "clickEvents": [ { - "__id__": 210 + "__id__": 222 } ], "_interactable": true, @@ -4865,7 +5149,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 197 + "__id__": 209 }, "_id": "" }, @@ -4889,11 +5173,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 197 + "__id__": 209 }, "_enabled": true, "__prefab": { - "__id__": 212 + "__id__": 224 }, "_alignFlags": 44, "_target": null, @@ -4942,7 +5226,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 215 + "__id__": 227 }, "_contentSize": { "__type__": "cc.Size", @@ -4970,17 +5254,20 @@ }, "_enabled": true, "__prefab": { - "__id__": 217 + "__id__": 229 }, "icon_node": { "__id__": 10 }, "sell_node": null, "NF_node": { - "__id__": 23 + "__id__": 117 }, "HF_node": { - "__id__": 69 + "__id__": 163 + }, + "lv_node": { + "__id__": 23 }, "_id": "" }, diff --git a/assets/resources/gui/role_controller.prefab b/assets/resources/gui/role_controller.prefab index 150b5611..6f3084df 100644 --- a/assets/resources/gui/role_controller.prefab +++ b/assets/resources/gui/role_controller.prefab @@ -1938,7 +1938,7 @@ "__id__": 92 } ], - "_active": true, + "_active": false, "_components": [ { "__id__": 100 diff --git a/assets/script/game/map/CardComp.ts b/assets/script/game/map/CardComp.ts index 4b6fee21..8d01096a 100644 --- a/assets/script/game/map/CardComp.ts +++ b/assets/script/game/map/CardComp.ts @@ -729,19 +729,12 @@ export class CardComp extends CCComp { } if (this.lv_node) { - const lvTrans = this.lv_node.getComponent(UITransform); - if (lvTrans) { - lvTrans.setContentSize(this.isEnlarged ? 230 : 170, this.isEnlarged ? 300 : 230); - const widget = this.lv_node.getComponent(Widget); - if (widget) widget.updateAlignment(); - } + const widget = this.lv_node.getComponent(Widget); + if (widget) widget.updateAlignment(); + this.lv_node.children.forEach(child => { - const childTrans = child.getComponent(UITransform); - if (childTrans) { - childTrans.setContentSize(this.isEnlarged ? 230 : 170, this.isEnlarged ? 300 : 230); - const widget = child.getComponent(Widget); - if (widget) widget.updateAlignment(); - } + const childWidget = child.getComponent(Widget); + if (childWidget) childWidget.updateAlignment(); }); } @@ -981,19 +974,12 @@ export class CardComp extends CCComp { }); } if (this.lv_node) { - const lvTrans = this.lv_node.getComponent(UITransform); - if (lvTrans) { - lvTrans.setContentSize(170, 230); - const widget = this.lv_node.getComponent(Widget); - if (widget) widget.updateAlignment(); - } + const widget = this.lv_node.getComponent(Widget); + if (widget) widget.updateAlignment(); + this.lv_node.children.forEach(child => { - const childTrans = child.getComponent(UITransform); - if (childTrans) { - childTrans.setContentSize(170, 230); - const widget = child.getComponent(Widget); - if (widget) widget.updateAlignment(); - } + const childWidget = child.getComponent(Widget); + if (childWidget) childWidget.updateAlignment(); }); } if (this.HF_node) { diff --git a/assets/script/game/map/HInfoComp.ts b/assets/script/game/map/HInfoComp.ts index e3cb4cb9..a07cab29 100644 --- a/assets/script/game/map/HInfoComp.ts +++ b/assets/script/game/map/HInfoComp.ts @@ -53,6 +53,9 @@ export class HInfoComp extends CCComp { @property(Node) HF_node=null! + @property(Node) + lv_node=null! + /** 绑定的英雄 ECS 实体 ID */ private eid: number = 0; /** 绑定的英雄属性数据模型引用 */ @@ -96,16 +99,10 @@ export class HInfoComp extends CCComp { refresh() { if (!this.model) return; - // ---- 品质边框切换 ---- - const isHighLevel = (this.model.lv ?? 0) > 1; - if (this.HF_node) this.HF_node.active = isHighLevel; - if (this.NF_node) this.NF_node.active = !isHighLevel; - - // 按卡池等级显示对应子节点 - const activeFrameNode = isHighLevel ? this.HF_node : this.NF_node; - if (activeFrameNode) { + // ---- 卡牌等级显示 ---- + if (this.lv_node) { const cardLvStr = `lv${this.model.pool_lv ?? 1}`; - activeFrameNode.children.forEach(child => { + this.lv_node.children.forEach(child => { child.active = (child.name === cardLvStr); }); }